Shades of Tory Blue #214191
Tints of Tory Blue #214191
RGB
CMYK
RGB Variations
Color information
#214191 (or 0x214191) is known color: Tory Blue. HEX triplet: 21, 41 and 91. RGB value is (33,65,145). Sum of RGB (Red+Green+Blue) = 33+65+145=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #214191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214191 is #DEBE6E. Grayscale: #404040. Windows color (decimal): -14597743 or 9519393. OLE color: 9519393.
HSL color Cylindrical-coordinate representation of color #214191: hue angle of 222.86º 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 #214191 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 65 | 145 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.43 |
| HSL | 222.86º | 0.63% | 0.35% | - |
| HSV(B) | 222.86º | 0.77% | 0.57% | - |
| XYZ | 7.63 | 6.15 | 27.57 | - |
| YUV | 64.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 145 | 0.77 | 0.55 | 0 | 0.43 | 222.86 | 0.63 | 0.35 |
| Hex | 21 | 41 | 91 | 4D | 37 | 0 | 2B | DF | 3F | 23 |
| Octal | 41 | 101 | 221 | 115 | 67 | 0 | 53 | 337 | 77 | 43 |
| Binary | 100001 | 1000001 | 10010001 | 1001101 | 110111 | 0 | 101011 | 11011111 | 111111 | 100011 |
Color Harmonies of #214191
Complementary color
Monochromatic Colors of #214191
Black with #214191
Text Example
Text Example
White with #214191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214191; }
p { color: rgb(33,65,145); }
H1.HeaderClassName
{
color: #214191;
}
.AnyTagClassName
{
color: #214191;
}
</style>
background-color css
<style>
a { background-color: #214191; }
a { background-color: rgb(33,65,145); }
div.DivClassName
{
background-color: #214191;
}
.BgClassName
{
background-color: #214191;
}
</style>
border-color css
<style>
span { border-color: #214191; }
span { border-color: rgb(33,65,145); }
td.TdClassName
{
border-color: #214191;
}
.TagClassName
{
border-color: #214191;
}
</style>