#212A8E

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

Shades of Egyptian Blue #212A8E

Tints of Egyptian Blue #212A8E

Color information

#212A8E (or 0x212A8E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and 8E. RGB value is (33,42,142). Sum of RGB (Red+Green+Blue) = 33+42+142=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #212A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A8E is #DED571. Grayscale: #323232. Windows color (decimal): -14603634 or 9316897. OLE color: 9316897.

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

Color convert

RGB3342142-
CMYK0.770.7000.44
HSL235.05º62.29%34.31%-
HSV(B)235.05º76.76%55.69%-
XYZ6.343.9326.02-
YUV50.71179.52115.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=15.21%
G=19.35%
B=65.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33421420.770.7000.44235.0562.2934.31
Hex212A8E4D4602Ceb3e22
Octal41522161151060543537642
Binary1000011010101000111010011011000110010110011101011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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