#212D94

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

Shades of Egyptian Blue #212D94

Tints of Egyptian Blue #212D94

Color information

#212D94 (or 0x212D94) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2D and 94. RGB value is (33,45,148). Sum of RGB (Red+Green+Blue) = 33+45+148=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #212D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D94 is #DED26B. Grayscale: #343434. Windows color (decimal): -14602860 or 9710881. OLE color: 9710881.

HSL color Cylindrical-coordinate representation of color #212D94: hue angle of 233.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212D94 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3345148-
CMYK0.780.7000.42
HSL233.74º63.54%35.49%-
HSV(B)233.74º77.7%58.04%-
XYZ6.914.3428.49-
YUV53.15181.52113.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 148 (58.20% from 255) = 65.49%
R=14.60%
G=19.91%
B=65.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33451480.780.7000.42233.7463.5435.49
Hex212D944E4602Aea4023
Octal415522411610605235210043
Binary10000110110110010100100111010001100101010111010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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