#20358C

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

Shades of Egyptian Blue #20358C

Tints of Egyptian Blue #20358C

Color information

#20358C (or 0x20358C) is unknown color: approx Egyptian Blue. HEX triplet: 20, 35 and 8C. RGB value is (32,53,140). Sum of RGB (Red+Green+Blue) = 32+53+140=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #20358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20358C is #DFCA73. Grayscale: #383838. Windows color (decimal): -14666356 or 9188640. OLE color: 9188640.

HSL color Cylindrical-coordinate representation of color #20358C: hue angle of 228.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20358C is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3253140-
CMYK0.770.6200.45
HSL228.33º62.79%33.73%-
HSV(B)228.33º77.14%54.9%-
XYZ6.64.7525.38-
YUV56.64175.04110.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=14.22%
G=23.56%
B=62.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32531400.770.6200.45228.3362.7933.73
Hex20358C4D3E02De43f22
Octal4065214115760553447742
Binary100000110101100011001001101111110010110111100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20358C; }

 p { color: rgb(32,53,140); }

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

<style>
 a { background-color: #20358C; }

 a { background-color: rgb(32,53,140); }

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

<style>
 span { border-color: #20358C; }

 span { border-color: rgb(32,53,140); }

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