Shades of Tory Blue #214494
Tints of Tory Blue #214494
RGB
CMYK
RGB Variations
Color information
#214494 (or 0x214494) is known color: Tory Blue. HEX triplet: 21, 44 and 94. RGB value is (33,68,148). Sum of RGB (Red+Green+Blue) = 33+68+148=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #214494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214494 is #DEBB6B. Grayscale: #424242. Windows color (decimal): -14596972 or 9716769. OLE color: 9716769.
HSL color Cylindrical-coordinate representation of color #214494: hue angle of 221.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214494 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 68 | 148 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.42 |
| HSL | 221.74º | 0.64% | 0.35% | - |
| HSV(B) | 221.74º | 0.78% | 0.58% | - |
| XYZ | 8.04 | 6.6 | 28.87 | - |
| YUV | 66.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 148 | 0.78 | 0.54 | 0 | 0.42 | 221.74 | 0.64 | 0.35 |
| Hex | 21 | 44 | 94 | 4E | 36 | 0 | 2A | DE | 40 | 23 |
| Octal | 41 | 104 | 224 | 116 | 66 | 0 | 52 | 336 | 100 | 43 |
| Binary | 100001 | 1000100 | 10010100 | 1001110 | 110110 | 0 | 101010 | 11011110 | 1000000 | 100011 |
Color Harmonies of #214494
Complementary color
Monochromatic Colors of #214494
Black with #214494
Text Example
Text Example
White with #214494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214494; }
p { color: rgb(33,68,148); }
H1.HeaderClassName
{
color: #214494;
}
.AnyTagClassName
{
color: #214494;
}
</style>
background-color css
<style>
a { background-color: #214494; }
a { background-color: rgb(33,68,148); }
div.DivClassName
{
background-color: #214494;
}
.BgClassName
{
background-color: #214494;
}
</style>
border-color css
<style>
span { border-color: #214494; }
span { border-color: rgb(33,68,148); }
td.TdClassName
{
border-color: #214494;
}
.TagClassName
{
border-color: #214494;
}
</style>