#203EA9

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

Shades of Egyptian Blue #203EA9

Tints of Egyptian Blue #203EA9

Color information

#203EA9 (or 0x203EA9) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3E and A9. RGB value is (32,62,169). Sum of RGB (Red+Green+Blue) = 32+62+169=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 169 (66.41% from 255 or 64.26% from 263); Max value from RGB is 169 - color contains mainly: blue. Hex color #203EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EA9 is #DFC156. Grayscale: #404040. Windows color (decimal): -14664023 or 11091488. OLE color: 11091488.

HSL color Cylindrical-coordinate representation of color #203EA9: hue angle of 226.86º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203EA9 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3262169-
CMYK0.810.6300.34
HSL226.86º68.16%39.41%-
HSV(B)226.86º81.07%66.27%-
XYZ9.486.6238.31-
YUV65.23186.56104.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 169 (66.41% from 255) = 64.26%
R=12.17%
G=23.57%
B=64.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32621690.810.6300.34226.8668.1639.41
Hex203EA9513F022e34427
Octal40762511217704234310447
Binary1000001111101010100110100011111110100010111000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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