#203FA9

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

Shades of Egyptian Blue #203FA9

Tints of Egyptian Blue #203FA9

Color information

#203FA9 (or 0x203FA9) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3F and A9. RGB value is (32,63,169). Sum of RGB (Red+Green+Blue) = 32+63+169=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #203FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FA9 is #DFC056. Grayscale: #414141. Windows color (decimal): -14663767 or 11091744. OLE color: 11091744.

HSL color Cylindrical-coordinate representation of color #203FA9: hue angle of 226.42º 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 #203FA9 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3263169-
CMYK0.810.6300.34
HSL226.42º68.16%39.41%-
HSV(B)226.42º81.07%66.27%-
XYZ9.536.7338.33-
YUV65.82186.23103.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 169 (66.41% from 255) = 64.02%
R=12.12%
G=23.86%
B=64.02%

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
Decimal32631690.810.6300.34226.4268.1639.41
Hex203FA9513F022e24427
Octal40772511217704234210447
Binary1000001111111010100110100011111110100010111000101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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