Shades of Tory Blue #213D8B
Tints of Tory Blue #213D8B
RGB
CMYK
RGB Variations
Color information
#213D8B (or 0x213D8B) is known color: Tory Blue. HEX triplet: 21, 3D and 8B. RGB value is (33,61,139). Sum of RGB (Red+Green+Blue) = 33+61+139=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #213D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D8B is #DEC274. Grayscale: #3D3D3D. Windows color (decimal): -14598773 or 9125153. OLE color: 9125153.
HSL color Cylindrical-coordinate representation of color #213D8B: hue angle of 224.15º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213D8B is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 61 | 139 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.45 |
| HSL | 224.15º | 0.62% | 0.34% | - |
| HSV(B) | 224.15º | 0.76% | 0.55% | - |
| XYZ | 6.96 | 5.52 | 25.13 | - |
| YUV | 61.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 139 | 0.76 | 0.56 | 0 | 0.45 | 224.15 | 0.62 | 0.34 |
| Hex | 21 | 3D | 8B | 4C | 38 | 0 | 2D | E0 | 3E | 22 |
| Octal | 41 | 75 | 213 | 114 | 70 | 0 | 55 | 340 | 76 | 42 |
| Binary | 100001 | 111101 | 10001011 | 1001100 | 111000 | 0 | 101101 | 11100000 | 111110 | 100010 |
Color Harmonies of #213D8B
Complementary color
Monochromatic Colors of #213D8B
Black with #213D8B
Text Example
Text Example
White with #213D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D8B; }
p { color: rgb(33,61,139); }
H1.HeaderClassName
{
color: #213D8B;
}
.AnyTagClassName
{
color: #213D8B;
}
</style>
background-color css
<style>
a { background-color: #213D8B; }
a { background-color: rgb(33,61,139); }
div.DivClassName
{
background-color: #213D8B;
}
.BgClassName
{
background-color: #213D8B;
}
</style>
border-color css
<style>
span { border-color: #213D8B; }
span { border-color: rgb(33,61,139); }
td.TdClassName
{
border-color: #213D8B;
}
.TagClassName
{
border-color: #213D8B;
}
</style>