Html Css Color HEX #212C96 Egyptian Blue

📋 copy color: '#212C96'

red 33 ◦ green 44 ◦ blue 150

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

Shades of Egyptian Blue #212C96

Tints of Egyptian Blue #212C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 14.54%
G = 19.38%
B = 66.08%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212C96 (or 0x212C96) is known color: Egyptian Blue. HEX triplet: 21, 2C and 96. RGB value is (33,44,150). Sum of RGB (Red+Green+Blue) = 33+44+150=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #212C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C96 is #DED369. Grayscale: #343434. Windows color (decimal): -14603114 or 9841697. OLE color: 9841697.

HSL color Cylindrical-coordinate representation of color #212C96: hue angle of 234.36º 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 #212C96 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 44 150 -
CMYK 0.78 0.71 0 0.41
HSL 234.36º 0.64% 0.36% -
HSV(B) 234.36º 0.78% 0.59% -
XYZ 7.03 4.33 29.32 -
YUV 52.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 33 44 150 0.78 0.71 0 0.41 234.36 0.64 0.36
Hex 21 2C 96 4E 47 0 29 EA 40 24
Octal 41 54 226 116 107 0 51 352 100 44
Binary 100001 101100 10010110 1001110 1000111 0 101001 11101010 1000000 100100

Color Harmonies of #212C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C96

Black with #212C96

Text Example


Text Example

White with #212C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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