#2032A8

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

Shades of Egyptian Blue #2032A8

Tints of Egyptian Blue #2032A8

Color information

#2032A8 (or 0x2032A8) is unknown color: approx Egyptian Blue. HEX triplet: 20, 32 and A8. RGB value is (32,50,168). Sum of RGB (Red+Green+Blue) = 32+50+168=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 168 (66.02% from 255 or 67.2% from 250); Max value from RGB is 168 - color contains mainly: blue. Hex color #2032A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2032A8 is #DFCD57. Grayscale: #393939. Windows color (decimal): -14667096 or 11022880. OLE color: 11022880.

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

Color convert

RGB3250168-
CMYK0.810.7000.34
HSL232.06º68%39.22%-
HSV(B)232.06º80.95%65.88%-
XYZ8.85.4237.63-
YUV58.07190.04109.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 168 (66.02% from 255) = 67.2%
R=12.8%
G=20%
B=67.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32501680.810.7000.34232.066839.22
Hex2032A85146022e84427
Octal406225012110604235010447
Binary10000011001010101000101000110001100100010111010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2032A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2032A8; }

 p { color: rgb(32,50,168); }

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

<style>
 a { background-color: #2032A8; }

 a { background-color: rgb(32,50,168); }

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

<style>
 span { border-color: #2032A8; }

 span { border-color: rgb(32,50,168); }

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