Shades of Tory Blue #213E8E
Tints of Tory Blue #213E8E
RGB
CMYK
RGB Variations
Color information
#213E8E (or 0x213E8E) is known color: Tory Blue. HEX triplet: 21, 3E and 8E. RGB value is (33,62,142). Sum of RGB (Red+Green+Blue) = 33+62+142=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #213E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E8E is #DEC171. Grayscale: #3E3E3E. Windows color (decimal): -14598514 or 9322017. OLE color: 9322017.
HSL color Cylindrical-coordinate representation of color #213E8E: hue angle of 224.04º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213E8E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 62 | 142 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.44 |
| HSL | 224.04º | 0.62% | 0.34% | - |
| HSV(B) | 224.04º | 0.77% | 0.56% | - |
| XYZ | 7.23 | 5.72 | 26.31 | - |
| YUV | 62.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 142 | 0.77 | 0.56 | 0 | 0.44 | 224.04 | 0.62 | 0.34 |
| Hex | 21 | 3E | 8E | 4D | 38 | 0 | 2C | E0 | 3E | 22 |
| Octal | 41 | 76 | 216 | 115 | 70 | 0 | 54 | 340 | 76 | 42 |
| Binary | 100001 | 111110 | 10001110 | 1001101 | 111000 | 0 | 101100 | 11100000 | 111110 | 100010 |
Color Harmonies of #213E8E
Complementary color
Monochromatic Colors of #213E8E
Black with #213E8E
Text Example
Text Example
White with #213E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E8E; }
p { color: rgb(33,62,142); }
H1.HeaderClassName
{
color: #213E8E;
}
.AnyTagClassName
{
color: #213E8E;
}
</style>
background-color css
<style>
a { background-color: #213E8E; }
a { background-color: rgb(33,62,142); }
div.DivClassName
{
background-color: #213E8E;
}
.BgClassName
{
background-color: #213E8E;
}
</style>
border-color css
<style>
span { border-color: #213E8E; }
span { border-color: rgb(33,62,142); }
td.TdClassName
{
border-color: #213E8E;
}
.TagClassName
{
border-color: #213E8E;
}
</style>