Html Css Color HEX #212697 Egyptian Blue

📋 copy color: '#212697'

red 33 ◦ green 38 ◦ blue 151

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

Shades of Egyptian Blue #212697

Tints of Egyptian Blue #212697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 14.86%
G = 17.12%
B = 68.02%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212697 (or 0x212697) is known color: Egyptian Blue. HEX triplet: 21, 26 and 97. RGB value is (33,38,151). Sum of RGB (Red+Green+Blue) = 33+38+151=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #212697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212697 is #DED968. Grayscale: #303030. Windows color (decimal): -14604649 or 9905697. OLE color: 9905697.

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

Color convert

RGB 33 38 151 -
CMYK 0.78 0.75 0 0.41
HSL 237.46º 0.64% 0.36% -
HSV(B) 237.46º 0.78% 0.59% -
XYZ 6.91 3.94 29.68 -
YUV 49.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 33 38 151 0.78 0.75 0 0.41 237.46 0.64 0.36
Hex 21 26 97 4E 4B 0 29 ED 40 24
Octal 41 46 227 116 113 0 51 355 100 44
Binary 100001 100110 10010111 1001110 1001011 0 101001 11101101 1000000 100100

Color Harmonies of #212697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212697

Black with #212697

Text Example


Text Example

White with #212697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212697; }

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

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

background-color css

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

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

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

border-color css

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

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

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