#214297

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

Shades of Egyptian Blue #214297

Tints of Egyptian Blue #214297

Color information

#214297 (or 0x214297) is unknown color: approx Egyptian Blue. HEX triplet: 21, 42 and 97. RGB value is (33,66,151). Sum of RGB (Red+Green+Blue) = 33+66+151=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #214297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214297 is #DEBD68. Grayscale: #414141. Windows color (decimal): -14597481 or 9912865. OLE color: 9912865.

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

Color convert

RGB3366151-
CMYK0.780.5600.41
HSL223.22º64.13%36.08%-
HSV(B)223.22º78.15%59.22%-
XYZ8.166.4530.09-
YUV65.82176.07104.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 151 (59.38% from 255) = 60.4%
R=13.2%
G=26.4%
B=60.4%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33661510.780.5600.41223.2264.1336.08
Hex2142974E38029df4024
Octal411022271167005133710044
Binary10000110000101001011110011101110000101001110111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214297; }

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

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

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

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

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

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

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

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