Shades of Tory Blue #214090
Tints of Tory Blue #214090
RGB
CMYK
RGB Variations
Color information
#214090 (or 0x214090) is known color: Tory Blue. HEX triplet: 21, 40 and 90. RGB value is (33,64,144). Sum of RGB (Red+Green+Blue) = 33+64+144=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #214090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214090 is #DEBF6F. Grayscale: #3F3F3F. Windows color (decimal): -14598000 or 9453601. OLE color: 9453601.
HSL color Cylindrical-coordinate representation of color #214090: hue angle of 223.24º 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 #214090 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 64 | 144 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.44 |
| HSL | 223.24º | 0.63% | 0.35% | - |
| HSV(B) | 223.24º | 0.77% | 0.56% | - |
| XYZ | 7.49 | 6 | 27.15 | - |
| YUV | 63.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 144 | 0.77 | 0.56 | 0 | 0.44 | 223.24 | 0.63 | 0.35 |
| Hex | 21 | 40 | 90 | 4D | 38 | 0 | 2C | DF | 3F | 23 |
| Octal | 41 | 100 | 220 | 115 | 70 | 0 | 54 | 337 | 77 | 43 |
| Binary | 100001 | 1000000 | 10010000 | 1001101 | 111000 | 0 | 101100 | 11011111 | 111111 | 100011 |
Color Harmonies of #214090
Complementary color
Monochromatic Colors of #214090
Black with #214090
Text Example
Text Example
White with #214090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214090; }
p { color: rgb(33,64,144); }
H1.HeaderClassName
{
color: #214090;
}
.AnyTagClassName
{
color: #214090;
}
</style>
background-color css
<style>
a { background-color: #214090; }
a { background-color: rgb(33,64,144); }
div.DivClassName
{
background-color: #214090;
}
.BgClassName
{
background-color: #214090;
}
</style>
border-color css
<style>
span { border-color: #214090; }
span { border-color: rgb(33,64,144); }
td.TdClassName
{
border-color: #214090;
}
.TagClassName
{
border-color: #214090;
}
</style>