Shades of Tory Blue #214193
Tints of Tory Blue #214193
RGB
CMYK
RGB Variations
Color information
#214193 (or 0x214193) is known color: Tory Blue. HEX triplet: 21, 41 and 93. RGB value is (33,65,147). Sum of RGB (Red+Green+Blue) = 33+65+147=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #214193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214193 is #DEBE6C. Grayscale: #404040. Windows color (decimal): -14597741 or 9650465. OLE color: 9650465.
HSL color Cylindrical-coordinate representation of color #214193: hue angle of 223.16º degrees, saturation: 0.63, 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 #214193 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 65 | 147 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.42 |
| HSL | 223.16º | 0.63% | 0.35% | - |
| HSV(B) | 223.16º | 0.78% | 0.58% | - |
| XYZ | 7.78 | 6.21 | 28.39 | - |
| YUV | 64.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 147 | 0.78 | 0.56 | 0 | 0.42 | 223.16 | 0.63 | 0.35 |
| Hex | 21 | 41 | 93 | 4E | 38 | 0 | 2A | DF | 3F | 23 |
| Octal | 41 | 101 | 223 | 116 | 70 | 0 | 52 | 337 | 77 | 43 |
| Binary | 100001 | 1000001 | 10010011 | 1001110 | 111000 | 0 | 101010 | 11011111 | 111111 | 100011 |
Color Harmonies of #214193
Complementary color
Monochromatic Colors of #214193
Black with #214193
Text Example
Text Example
White with #214193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214193; }
p { color: rgb(33,65,147); }
H1.HeaderClassName
{
color: #214193;
}
.AnyTagClassName
{
color: #214193;
}
</style>
background-color css
<style>
a { background-color: #214193; }
a { background-color: rgb(33,65,147); }
div.DivClassName
{
background-color: #214193;
}
.BgClassName
{
background-color: #214193;
}
</style>
border-color css
<style>
span { border-color: #214193; }
span { border-color: rgb(33,65,147); }
td.TdClassName
{
border-color: #214193;
}
.TagClassName
{
border-color: #214193;
}
</style>