#214296

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

Shades of Egyptian Blue #214296

Tints of Egyptian Blue #214296

Color information

#214296 (or 0x214296) is unknown color: approx Egyptian Blue. HEX triplet: 21, 42 and 96. RGB value is (33,66,150). Sum of RGB (Red+Green+Blue) = 33+66+150=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #214296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214296 is #DEBD69. Grayscale: #414141. Windows color (decimal): -14597482 or 9847329. OLE color: 9847329.

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

Color convert

RGB3366150-
CMYK0.780.5600.41
HSL223.08º63.93%35.88%-
HSV(B)223.08º78%58.82%-
XYZ8.086.4229.67-
YUV65.71175.57104.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=13.25%
G=26.51%
B=60.24%

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
Decimal33661500.780.5600.41223.0863.9335.88
Hex2142964E38029df4024
Octal411022261167005133710044
Binary10000110000101001011010011101110000101001110111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214296; }

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

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

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

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

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

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

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

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