#214299

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

Shades of Egyptian Blue #214299

Tints of Egyptian Blue #214299

Color information

#214299 (or 0x214299) is unknown color: approx Egyptian Blue. HEX triplet: 21, 42 and 99. RGB value is (33,66,153). Sum of RGB (Red+Green+Blue) = 33+66+153=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #214299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214299 is #DEBD66. Grayscale: #414141. Windows color (decimal): -14597479 or 10043937. OLE color: 10043937.

HSL color Cylindrical-coordinate representation of color #214299: hue angle of 223.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214299 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3366153-
CMYK0.780.5700.4
HSL223.5º64.52%36.47%-
HSV(B)223.5º78.43%60%-
XYZ8.336.5230.96-
YUV66.05177.07104.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=13.10%
G=26.19%
B=60.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33661530.780.5700.4223.564.5236.47
Hex2142994E39028e04124
Octal411022311167105034010144
Binary10000110000101001100110011101110010101000111000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214299; }

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

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

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

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

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

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

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

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