#203B9D

Color #203B9D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #203B9D

Tints of Egyptian Blue #203B9D

Color information

#203B9D (or 0x203B9D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3B and 9D. RGB value is (32,59,157). Sum of RGB (Red+Green+Blue) = 32+59+157=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #203B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B9D is #DFC462. Grayscale: #3D3D3D. Windows color (decimal): -14664803 or 10304288. OLE color: 10304288.

HSL color Cylindrical-coordinate representation of color #203B9D: hue angle of 227.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203B9D is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3259157-
CMYK0.800.6200.38
HSL227.04º66.14%37.06%-
HSV(B)227.04º79.62%61.57%-
XYZ8.255.8732.6-
YUV62.1181.55106.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=12.90%
G=23.79%
B=63.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32591570.800.6200.38227.0466.1437.06
Hex203B9D503E026e34225
Octal40732351207604634310245
Binary1000001110111001110110100001111100100110111000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203B9D; }

 p { color: rgb(32,59,157); }

 H1.HeaderClassName
 {
   color: #203B9D;
 }
 .AnyTagClassName
 {
   color: #203B9D;
 }
</style>
background-color css

<style>
 a { background-color: #203B9D; }

 a { background-color: rgb(32,59,157); }

 div.DivClassName
 {
   background-color: #203B9D;
 }
 .BgClassName
 {
   background-color: #203B9D;
 }
</style>
border-color css

<style>
 span { border-color: #203B9D; }

 span { border-color: rgb(32,59,157); }

 td.TdClassName
 {
   border-color: #203B9D;
 }
 .TagClassName
 {
   border-color: #203B9D;
 }
</style>