#212797

Color #212797 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #212797

Tints of Egyptian Blue #212797

Color information

#212797 (or 0x212797) is unknown color: approx Egyptian Blue. HEX triplet: 21, 27 and 97. RGB value is (33,39,151). Sum of RGB (Red+Green+Blue) = 33+39+151=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #212797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212797 is #DED868. Grayscale: #313131. Windows color (decimal): -14604393 or 9905953. OLE color: 9905953.

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

Color convert

RGB3339151-
CMYK0.780.7400.41
HSL236.95º64.13%36.08%-
HSV(B)236.95º78.15%59.22%-
XYZ6.944.0129.69-
YUV49.97185.01115.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 151 (59.38% from 255) = 67.71%
R=14.80%
G=17.49%
B=67.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33391510.780.7400.41236.9564.1336.08
Hex2127974E4A029ed4024
Octal414722711611205135510044
Binary10000110011110010111100111010010100101001111011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212797; }

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

 H1.HeaderClassName
 {
   color: #212797;
 }
 .AnyTagClassName
 {
   color: #212797;
 }
</style>
background-color css

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

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

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

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

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

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