Shades of Tory Blue #213F92
Tints of Tory Blue #213F92
RGB
CMYK
RGB Variations
Color information
#213F92 (or 0x213F92) is known color: Tory Blue. HEX triplet: 21, 3F and 92. RGB value is (33,63,146). Sum of RGB (Red+Green+Blue) = 33+63+146=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #213F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F92 is #DEC06D. Grayscale: #3F3F3F. Windows color (decimal): -14598254 or 9584417. OLE color: 9584417.
HSL color Cylindrical-coordinate representation of color #213F92: hue angle of 224.07º 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 #213F92 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 63 | 146 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.43 |
| HSL | 224.07º | 0.63% | 0.35% | - |
| HSV(B) | 224.07º | 0.77% | 0.57% | - |
| XYZ | 7.59 | 5.95 | 27.94 | - |
| YUV | 63.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 146 | 0.77 | 0.57 | 0 | 0.43 | 224.07 | 0.63 | 0.35 |
| Hex | 21 | 3F | 92 | 4D | 39 | 0 | 2B | E0 | 3F | 23 |
| Octal | 41 | 77 | 222 | 115 | 71 | 0 | 53 | 340 | 77 | 43 |
| Binary | 100001 | 111111 | 10010010 | 1001101 | 111001 | 0 | 101011 | 11100000 | 111111 | 100011 |
Color Harmonies of #213F92
Complementary color
Monochromatic Colors of #213F92
Black with #213F92
Text Example
Text Example
White with #213F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F92; }
p { color: rgb(33,63,146); }
H1.HeaderClassName
{
color: #213F92;
}
.AnyTagClassName
{
color: #213F92;
}
</style>
background-color css
<style>
a { background-color: #213F92; }
a { background-color: rgb(33,63,146); }
div.DivClassName
{
background-color: #213F92;
}
.BgClassName
{
background-color: #213F92;
}
</style>
border-color css
<style>
span { border-color: #213F92; }
span { border-color: rgb(33,63,146); }
td.TdClassName
{
border-color: #213F92;
}
.TagClassName
{
border-color: #213F92;
}
</style>