Html Css Color HEX #212D90 Egyptian Blue

📋 copy color: '#212D90'

red 33 ◦ green 45 ◦ blue 144

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

Shades of Egyptian Blue #212D90

Tints of Egyptian Blue #212D90

RGB

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

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

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

R = 14.86%
G = 20.27%
B = 64.86%

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

#212D90 (or 0x212D90) is known color: Egyptian Blue. HEX triplet: 21, 2D and 90. RGB value is (33,45,144). Sum of RGB (Red+Green+Blue) = 33+45+144=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #212D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D90 is #DED26F. Grayscale: #343434. Windows color (decimal): -14602864 or 9448737. OLE color: 9448737.

HSL color Cylindrical-coordinate representation of color #212D90: hue angle of 233.51º 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 #212D90 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 45 144 -
CMYK 0.77 0.69 0 0.44
HSL 233.51º 0.63% 0.35% -
HSV(B) 233.51º 0.77% 0.56% -
XYZ 6.6 4.21 26.85 -
YUV 52.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 33 45 144 0.77 0.69 0 0.44 233.51 0.63 0.35
Hex 21 2D 90 4D 45 0 2C EA 3F 23
Octal 41 55 220 115 105 0 54 352 77 43
Binary 100001 101101 10010000 1001101 1000101 0 101100 11101010 111111 100011

Color Harmonies of #212D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212D90

Black with #212D90

Text Example


Text Example

White with #212D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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