Html Css Color HEX #212D96 Egyptian Blue

📋 copy color: '#212D96'

red 33 ◦ green 45 ◦ blue 150

#212D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #212D96

Tints of Egyptian Blue #212D96

RGB

 RED value IS 33 (13.28% from 255) = 14.47%

 GREEN value IS 45 (17.97% from 255) = 19.74%

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 14.47%
G = 19.74%
B = 65.79%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212D96 (or 0x212D96) is known color: Egyptian Blue. HEX triplet: 21, 2D and 96. RGB value is (33,45,150). Sum of RGB (Red+Green+Blue) = 33+45+150=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #212D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D96 is #DED269. Grayscale: #343434. Windows color (decimal): -14602858 or 9841953. OLE color: 9841953.

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

Color convert

RGB 33 45 150 -
CMYK 0.78 0.70 0 0.41
HSL 233.85º 0.64% 0.36% -
HSV(B) 233.85º 0.78% 0.59% -
XYZ 7.07 4.4 29.33 -
YUV 53.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 33 45 150 0.78 0.70 0 0.41 233.85 0.64 0.36
Hex 21 2D 96 4E 46 0 29 EA 40 24
Octal 41 55 226 116 106 0 51 352 100 44
Binary 100001 101101 10010110 1001110 1000110 0 101001 11101010 1000000 100100

Color Harmonies of #212D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212D96

Black with #212D96

Text Example


Text Example

White with #212D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212D96;
 }
 .AnyTagClassName
 {
   color: #212D96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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