#20368F

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

Shades of Egyptian Blue #20368F

Tints of Egyptian Blue #20368F

Color information

#20368F (or 0x20368F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 36 and 8F. RGB value is (32,54,143). Sum of RGB (Red+Green+Blue) = 32+54+143=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #20368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20368F is #DFC970. Grayscale: #393939. Windows color (decimal): -14666097 or 9385504. OLE color: 9385504.

HSL color Cylindrical-coordinate representation of color #20368F: hue angle of 228.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20368F is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3254143-
CMYK0.780.6200.44
HSL228.11º63.43%34.31%-
HSV(B)228.11º77.62%56.08%-
XYZ6.874.9326.58-
YUV57.57176.21109.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 143 (56.25% from 255) = 62.45%
R=13.97%
G=23.58%
B=62.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32541430.780.6200.44228.1163.4334.31
Hex20368F4E3E02Ce43f22
Octal4066217116760543447742
Binary100000110110100011111001110111110010110011100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20368F; }

 p { color: rgb(32,54,143); }

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

<style>
 a { background-color: #20368F; }

 a { background-color: rgb(32,54,143); }

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

<style>
 span { border-color: #20368F; }

 span { border-color: rgb(32,54,143); }

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