Html Css Color HEX #212897 Egyptian Blue

📋 copy color: '#212897'

red 33 ◦ green 40 ◦ blue 151

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

Shades of Egyptian Blue #212897

Tints of Egyptian Blue #212897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 14.73%
G = 17.86%
B = 67.41%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212897 (or 0x212897) is known color: Egyptian Blue. HEX triplet: 21, 28 and 97. RGB value is (33,40,151). Sum of RGB (Red+Green+Blue) = 33+40+151=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #212897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212897 is #DED768. Grayscale: #323232. Windows color (decimal): -14604137 or 9906209. OLE color: 9906209.

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

Color convert

RGB 33 40 151 -
CMYK 0.78 0.74 0 0.41
HSL 236.44º 0.64% 0.36% -
HSV(B) 236.44º 0.78% 0.59% -
XYZ 6.97 4.08 29.7 -
YUV 50.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 33 40 151 0.78 0.74 0 0.41 236.44 0.64 0.36
Hex 21 28 97 4E 4A 0 29 EC 40 24
Octal 41 50 227 116 112 0 51 354 100 44
Binary 100001 101000 10010111 1001110 1001010 0 101001 11101100 1000000 100100

Color Harmonies of #212897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212897

Black with #212897

Text Example


Text Example

White with #212897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212897; }

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

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

background-color css

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

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

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

border-color css

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

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

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