Html Css Color HEX #212997 Egyptian Blue

📋 copy color: '#212997'

red 33 ◦ green 41 ◦ blue 151

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

Shades of Egyptian Blue #212997

Tints of Egyptian Blue #212997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 14.67%
G = 18.22%
B = 67.11%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212997 (or 0x212997) is known color: Egyptian Blue. HEX triplet: 21, 29 and 97. RGB value is (33,41,151). Sum of RGB (Red+Green+Blue) = 33+41+151=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #212997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212997 is #DED668. Grayscale: #323232. Windows color (decimal): -14603881 or 9906465. OLE color: 9906465.

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

Color convert

RGB 33 41 151 -
CMYK 0.78 0.73 0 0.41
HSL 235.93º 0.64% 0.36% -
HSV(B) 235.93º 0.78% 0.59% -
XYZ 7.01 4.14 29.71 -
YUV 51.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 33 41 151 0.78 0.73 0 0.41 235.93 0.64 0.36
Hex 21 29 97 4E 49 0 29 EC 40 24
Octal 41 51 227 116 111 0 51 354 100 44
Binary 100001 101001 10010111 1001110 1001001 0 101001 11101100 1000000 100100

Color Harmonies of #212997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212997

Black with #212997

Text Example


Text Example

White with #212997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212997; }

 p { color: rgb(33,41,151); }

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

background-color css

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

 a { background-color: rgb(33,41,151); }

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

border-color css

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

 span { border-color: rgb(33,41,151); }

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