#212AA8

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

Shades of Egyptian Blue #212AA8

Tints of Egyptian Blue #212AA8

Color information

#212AA8 (or 0x212AA8) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and A8. RGB value is (33,42,168). Sum of RGB (Red+Green+Blue) = 33+42+168=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 168 (66.02% from 255 or 69.14% from 243); Max value from RGB is 168 - color contains mainly: blue. Hex color #212AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AA8 is #DED557. Grayscale: #353535. Windows color (decimal): -14603608 or 11020833. OLE color: 11020833.

HSL color Cylindrical-coordinate representation of color #212AA8: hue angle of 236º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212AA8 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3342168-
CMYK0.800.7500.34
HSL236º67.16%39.41%-
HSV(B)236º80.36%65.88%-
XYZ8.524.8137.52-
YUV53.67192.52113.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 168 (66.02% from 255) = 69.14%
R=13.58%
G=17.28%
B=69.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal33421680.800.7500.3423667.1639.41
Hex212AA8504B022ec4327
Octal415225012011304235410347
Binary10000110101010101000101000010010110100010111011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212AA8; }

 p { color: rgb(33,42,168); }

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

<style>
 a { background-color: #212AA8; }

 a { background-color: rgb(33,42,168); }

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

<style>
 span { border-color: #212AA8; }

 span { border-color: rgb(33,42,168); }

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