Shades of Tory Blue #213D8D
Tints of Tory Blue #213D8D
RGB
CMYK
RGB Variations
Color information
#213D8D (or 0x213D8D) is known color: Tory Blue. HEX triplet: 21, 3D and 8D. RGB value is (33,61,141). Sum of RGB (Red+Green+Blue) = 33+61+141=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #213D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D8D is #DEC272. Grayscale: #3D3D3D. Windows color (decimal): -14598771 or 9256225. OLE color: 9256225.
HSL color Cylindrical-coordinate representation of color #213D8D: hue angle of 224.44º 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 #213D8D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 61 | 141 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.45 |
| HSL | 224.44º | 0.62% | 0.34% | - |
| HSV(B) | 224.44º | 0.77% | 0.55% | - |
| XYZ | 7.1 | 5.58 | 25.9 | - |
| YUV | 61.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 141 | 0.77 | 0.57 | 0 | 0.45 | 224.44 | 0.62 | 0.34 |
| Hex | 21 | 3D | 8D | 4D | 39 | 0 | 2D | E0 | 3E | 22 |
| Octal | 41 | 75 | 215 | 115 | 71 | 0 | 55 | 340 | 76 | 42 |
| Binary | 100001 | 111101 | 10001101 | 1001101 | 111001 | 0 | 101101 | 11100000 | 111110 | 100010 |
Color Harmonies of #213D8D
Complementary color
Monochromatic Colors of #213D8D
Black with #213D8D
Text Example
Text Example
White with #213D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D8D; }
p { color: rgb(33,61,141); }
H1.HeaderClassName
{
color: #213D8D;
}
.AnyTagClassName
{
color: #213D8D;
}
</style>
background-color css
<style>
a { background-color: #213D8D; }
a { background-color: rgb(33,61,141); }
div.DivClassName
{
background-color: #213D8D;
}
.BgClassName
{
background-color: #213D8D;
}
</style>
border-color css
<style>
span { border-color: #213D8D; }
span { border-color: rgb(33,61,141); }
td.TdClassName
{
border-color: #213D8D;
}
.TagClassName
{
border-color: #213D8D;
}
</style>