#203E9D

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

Shades of Egyptian Blue #203E9D

Tints of Egyptian Blue #203E9D

Color information

#203E9D (or 0x203E9D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3E and 9D. RGB value is (32,62,157). Sum of RGB (Red+Green+Blue) = 32+62+157=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #203E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203E9D is #DFC162. Grayscale: #3F3F3F. Windows color (decimal): -14664035 or 10305056. OLE color: 10305056.

HSL color Cylindrical-coordinate representation of color #203E9D: hue angle of 225.6º 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 #203E9D is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3262157-
CMYK0.800.6100.38
HSL225.6º66.14%37.06%-
HSV(B)225.6º79.62%61.57%-
XYZ8.46.1932.65-
YUV63.86180.56105.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 157 (61.72% from 255) = 62.55%
R=12.75%
G=24.70%
B=62.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32621570.800.6100.38225.666.1437.06
Hex203E9D503D026e24225
Octal40762351207504634210245
Binary1000001111101001110110100001111010100110111000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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