#214496

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

Shades of Tory Blue #214496

Tints of Tory Blue #214496

Color information

#214496 (or 0x214496) is unknown color: approx Tory Blue. HEX triplet: 21, 44 and 96. RGB value is (33,68,150). Sum of RGB (Red+Green+Blue) = 33+68+150=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #214496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214496 is #DEBB69. Grayscale: #424242. Windows color (decimal): -14596970 or 9847841. OLE color: 9847841.

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

Color convert

RGB3368150-
CMYK0.780.5500.41
HSL222.05º63.93%35.88%-
HSV(B)222.05º78%58.82%-
XYZ8.26.6629.71-
YUV66.88174.9103.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=13.15%
G=27.09%
B=59.76%

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
Decimal33681500.780.5500.41222.0563.9335.88
Hex2144964E37029de4024
Octal411042261166705133610044
Binary10000110001001001011010011101101110101001110111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214496; }

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

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

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

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

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

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

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

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