#203A91

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

Shades of Egyptian Blue #203A91

Tints of Egyptian Blue #203A91

Color information

#203A91 (or 0x203A91) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3A and 91. RGB value is (32,58,145). Sum of RGB (Red+Green+Blue) = 32+58+145=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #203A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A91 is #DFC56E. Grayscale: #3B3B3B. Windows color (decimal): -14665071 or 9517600. OLE color: 9517600.

HSL color Cylindrical-coordinate representation of color #203A91: hue angle of 226.19º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203A91 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3258145-
CMYK0.780.600.43
HSL226.19º63.84%34.71%-
HSV(B)226.19º77.93%56.86%-
XYZ7.225.3827.45-
YUV60.14175.89107.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=13.62%
G=24.68%
B=61.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32581450.780.600.43226.1963.8434.71
Hex203A914E3C02Be24023
Octal40722211167405334210043
Binary1000001110101001000110011101111000101011111000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,58,145); }

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

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

 a { background-color: rgb(32,58,145); }

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

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

 span { border-color: rgb(32,58,145); }

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