Html Css Color HEX #212C90 Egyptian Blue

📋 copy color: '#212C90'

red 33 ◦ green 44 ◦ blue 144

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

Shades of Egyptian Blue #212C90

Tints of Egyptian Blue #212C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 14.93%
G = 19.91%
B = 65.16%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212C90 (or 0x212C90) is known color: Egyptian Blue. HEX triplet: 21, 2C and 90. RGB value is (33,44,144). Sum of RGB (Red+Green+Blue) = 33+44+144=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #212C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C90 is #DED36F. Grayscale: #333333. Windows color (decimal): -14603120 or 9448481. OLE color: 9448481.

HSL color Cylindrical-coordinate representation of color #212C90: hue angle of 234.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212C90 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 44 144 -
CMYK 0.77 0.69 0 0.44
HSL 234.05º 0.63% 0.35% -
HSV(B) 234.05º 0.77% 0.56% -
XYZ 6.56 4.14 26.84 -
YUV 52.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 33 44 144 0.77 0.69 0 0.44 234.05 0.63 0.35
Hex 21 2C 90 4D 45 0 2C EA 3F 23
Octal 41 54 220 115 105 0 54 352 77 43
Binary 100001 101100 10010000 1001101 1000101 0 101100 11101010 111111 100011

Color Harmonies of #212C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C90

Black with #212C90

Text Example


Text Example

White with #212C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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