#212D9E

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

Shades of Egyptian Blue #212D9E

Tints of Egyptian Blue #212D9E

Color information

#212D9E (or 0x212D9E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2D and 9E. RGB value is (33,45,158). Sum of RGB (Red+Green+Blue) = 33+45+158=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #212D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D9E is #DED261. Grayscale: #353535. Windows color (decimal): -14602850 or 10366241. OLE color: 10366241.

HSL color Cylindrical-coordinate representation of color #212D9E: hue angle of 234.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212D9E is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3345158-
CMYK0.790.7200.38
HSL234.24º65.45%37.45%-
HSV(B)234.24º79.11%61.96%-
XYZ7.744.6732.84-
YUV54.29186.52112.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 158 (62.11% from 255) = 66.95%
R=13.98%
G=19.07%
B=66.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33451580.790.7200.38234.2465.4537.45
Hex212D9E4F48026ea4125
Octal415523611711004635210145
Binary10000110110110011110100111110010000100110111010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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