#203EA5

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

Shades of Egyptian Blue #203EA5

Tints of Egyptian Blue #203EA5

Color information

#203EA5 (or 0x203EA5) is unknown color: approx Egyptian Blue. HEX triplet: 20, 3E and A5. RGB value is (32,62,165). Sum of RGB (Red+Green+Blue) = 32+62+165=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 165 (64.84% from 255 or 63.71% from 259); Max value from RGB is 165 - color contains mainly: blue. Hex color #203EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EA5 is #DFC15A. Grayscale: #404040. Windows color (decimal): -14664027 or 10829344. OLE color: 10829344.

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

Color convert

RGB3262165-
CMYK0.810.6200.35
HSL226.47º67.51%38.63%-
HSV(B)226.47º80.61%64.71%-
XYZ9.116.4736.37-
YUV64.77184.56104.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 165 (64.84% from 255) = 63.71%
R=12.36%
G=23.94%
B=63.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32621650.810.6200.35226.4767.5138.63
Hex203EA5513E023e24427
Octal40762451217604334210447
Binary1000001111101010010110100011111100100011111000101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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