Shades of Tory Blue #213E8D
Tints of Tory Blue #213E8D
RGB
CMYK
RGB Variations
Color information
#213E8D (or 0x213E8D) is known color: Tory Blue. HEX triplet: 21, 3E and 8D. RGB value is (33,62,141). Sum of RGB (Red+Green+Blue) = 33+62+141=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #213E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E8D is #DEC172. Grayscale: #3D3D3D. Windows color (decimal): -14598515 or 9256481. OLE color: 9256481.
HSL color Cylindrical-coordinate representation of color #213E8D: hue angle of 223.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213E8D is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 62 | 141 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.45 |
| HSL | 223.89º | 0.62% | 0.34% | - |
| HSV(B) | 223.89º | 0.77% | 0.55% | - |
| XYZ | 7.16 | 5.69 | 25.92 | - |
| YUV | 62.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 141 | 0.77 | 0.56 | 0 | 0.45 | 223.89 | 0.62 | 0.34 |
| Hex | 21 | 3E | 8D | 4D | 38 | 0 | 2D | E0 | 3E | 22 |
| Octal | 41 | 76 | 215 | 115 | 70 | 0 | 55 | 340 | 76 | 42 |
| Binary | 100001 | 111110 | 10001101 | 1001101 | 111000 | 0 | 101101 | 11100000 | 111110 | 100010 |
Color Harmonies of #213E8D
Complementary color
Monochromatic Colors of #213E8D
Black with #213E8D
Text Example
Text Example
White with #213E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E8D; }
p { color: rgb(33,62,141); }
H1.HeaderClassName
{
color: #213E8D;
}
.AnyTagClassName
{
color: #213E8D;
}
</style>
background-color css
<style>
a { background-color: #213E8D; }
a { background-color: rgb(33,62,141); }
div.DivClassName
{
background-color: #213E8D;
}
.BgClassName
{
background-color: #213E8D;
}
</style>
border-color css
<style>
span { border-color: #213E8D; }
span { border-color: rgb(33,62,141); }
td.TdClassName
{
border-color: #213E8D;
}
.TagClassName
{
border-color: #213E8D;
}
</style>