#214396

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

Shades of Egyptian Blue #214396

Tints of Egyptian Blue #214396

Color information

#214396 (or 0x214396) is unknown color: approx Egyptian Blue. HEX triplet: 21, 43 and 96. RGB value is (33,67,150). Sum of RGB (Red+Green+Blue) = 33+67+150=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #214396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214396 is #DEBC69. Grayscale: #414141. Windows color (decimal): -14597226 or 9847585. OLE color: 9847585.

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

Color convert

RGB3367150-
CMYK0.780.5500.41
HSL222.56º63.93%35.88%-
HSV(B)222.56º78%58.82%-
XYZ8.146.5429.69-
YUV66.3175.24104.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=13.2%
G=26.8%
B=60%

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
Decimal33671500.780.5500.41222.5663.9335.88
Hex2143964E37029df4024
Octal411032261166705133710044
Binary10000110000111001011010011101101110101001110111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214396; }

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

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

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

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

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

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

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

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