#214497

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

Shades of Egyptian Blue #214497

Tints of Egyptian Blue #214497

Color information

#214497 (or 0x214497) is unknown color: approx Egyptian Blue. HEX triplet: 21, 44 and 97. RGB value is (33,68,151). Sum of RGB (Red+Green+Blue) = 33+68+151=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #214497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214497 is #DEBB68. Grayscale: #424242. Windows color (decimal): -14596969 or 9913377. OLE color: 9913377.

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

Color convert

RGB3368151-
CMYK0.780.5500.41
HSL222.2º64.13%36.08%-
HSV(B)222.2º78.15%59.22%-
XYZ8.286.6930.13-
YUV67175.4103.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=13.10%
G=26.98%
B=59.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33681510.780.5500.41222.264.1336.08
Hex2144974E37029de4024
Octal411042271166705133610044
Binary10000110001001001011110011101101110101001110111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214497; }

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

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

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

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

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

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

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

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