Shades of Tory Blue #214390
Tints of Tory Blue #214390
RGB
CMYK
RGB Variations
Color information
#214390 (or 0x214390) is known color: Tory Blue. HEX triplet: 21, 43 and 90. RGB value is (33,67,144). Sum of RGB (Red+Green+Blue) = 33+67+144=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #214390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214390 is #DEBC6F. Grayscale: #414141. Windows color (decimal): -14597232 or 9454369. OLE color: 9454369.
HSL color Cylindrical-coordinate representation of color #214390: hue angle of 221.62º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214390 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 67 | 144 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.44 |
| HSL | 221.62º | 0.63% | 0.35% | - |
| HSV(B) | 221.62º | 0.77% | 0.56% | - |
| XYZ | 7.67 | 6.35 | 27.21 | - |
| YUV | 65.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 144 | 0.77 | 0.53 | 0 | 0.44 | 221.62 | 0.63 | 0.35 |
| Hex | 21 | 43 | 90 | 4D | 35 | 0 | 2C | DE | 3F | 23 |
| Octal | 41 | 103 | 220 | 115 | 65 | 0 | 54 | 336 | 77 | 43 |
| Binary | 100001 | 1000011 | 10010000 | 1001101 | 110101 | 0 | 101100 | 11011110 | 111111 | 100011 |
Color Harmonies of #214390
Complementary color
Monochromatic Colors of #214390
Black with #214390
Text Example
Text Example
White with #214390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214390; }
p { color: rgb(33,67,144); }
H1.HeaderClassName
{
color: #214390;
}
.AnyTagClassName
{
color: #214390;
}
</style>
background-color css
<style>
a { background-color: #214390; }
a { background-color: rgb(33,67,144); }
div.DivClassName
{
background-color: #214390;
}
.BgClassName
{
background-color: #214390;
}
</style>
border-color css
<style>
span { border-color: #214390; }
span { border-color: rgb(33,67,144); }
td.TdClassName
{
border-color: #214390;
}
.TagClassName
{
border-color: #214390;
}
</style>