#212DA2

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

Shades of Egyptian Blue #212DA2

Tints of Egyptian Blue #212DA2

Color information

#212DA2 (or 0x212DA2) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2D and A2. RGB value is (33,45,162). Sum of RGB (Red+Green+Blue) = 33+45+162=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #212DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DA2 is #DED25D. Grayscale: #363636. Windows color (decimal): -14602846 or 10628385. OLE color: 10628385.

HSL color Cylindrical-coordinate representation of color #212DA2: hue angle of 234.42º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212DA2 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3345162-
CMYK0.800.7200.36
HSL234.42º66.15%38.24%-
HSV(B)234.42º79.63%63.53%-
XYZ8.094.8134.68-
YUV54.75188.52112.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 162 (63.67% from 255) = 67.5%
R=13.75%
G=18.75%
B=67.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33451620.800.7200.36234.4266.1538.24
Hex212DA25048024ea4226
Octal415524212011004435210246
Binary10000110110110100010101000010010000100100111010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,162); }

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

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

 a { background-color: rgb(33,45,162); }

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

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

 span { border-color: rgb(33,45,162); }

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