#214492

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

Shades of Tory Blue #214492

Tints of Tory Blue #214492

Color information

#214492 (or 0x214492) is unknown color: approx Tory Blue. HEX triplet: 21, 44 and 92. RGB value is (33,68,146). Sum of RGB (Red+Green+Blue) = 33+68+146=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #214492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214492 is #DEBB6D. Grayscale: #424242. Windows color (decimal): -14596974 or 9585697. OLE color: 9585697.

HSL color Cylindrical-coordinate representation of color #214492: hue angle of 221.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214492 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3368146-
CMYK0.770.5300.43
HSL221.42º63.13%35.1%-
HSV(B)221.42º77.4%57.25%-
XYZ7.886.5328.04-
YUV66.43172.9104.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=13.36%
G=27.53%
B=59.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33681460.770.5300.43221.4263.1335.1
Hex2144924D3502Bdd3f23
Octal41104222115650533357743
Binary1000011000100100100101001101110101010101111011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214492; }

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

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

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

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

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

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

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

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