Shades of Tory Blue #213D8C
Tints of Tory Blue #213D8C
RGB
CMYK
RGB Variations
Color information
#213D8C (or 0x213D8C) is known color: Tory Blue. HEX triplet: 21, 3D and 8C. RGB value is (33,61,140). Sum of RGB (Red+Green+Blue) = 33+61+140=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #213D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D8C is #DEC273. Grayscale: #3D3D3D. Windows color (decimal): -14598772 or 9190689. OLE color: 9190689.
HSL color Cylindrical-coordinate representation of color #213D8C: hue angle of 224.3º 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 #213D8C is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 61 | 140 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.45 |
| HSL | 224.3º | 0.62% | 0.34% | - |
| HSV(B) | 224.3º | 0.76% | 0.55% | - |
| XYZ | 7.03 | 5.55 | 25.51 | - |
| YUV | 61.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 140 | 0.76 | 0.56 | 0 | 0.45 | 224.3 | 0.62 | 0.34 |
| Hex | 21 | 3D | 8C | 4C | 38 | 0 | 2D | E0 | 3E | 22 |
| Octal | 41 | 75 | 214 | 114 | 70 | 0 | 55 | 340 | 76 | 42 |
| Binary | 100001 | 111101 | 10001100 | 1001100 | 111000 | 0 | 101101 | 11100000 | 111110 | 100010 |
Color Harmonies of #213D8C
Complementary color
Monochromatic Colors of #213D8C
Black with #213D8C
Text Example
Text Example
White with #213D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D8C; }
p { color: rgb(33,61,140); }
H1.HeaderClassName
{
color: #213D8C;
}
.AnyTagClassName
{
color: #213D8C;
}
</style>
background-color css
<style>
a { background-color: #213D8C; }
a { background-color: rgb(33,61,140); }
div.DivClassName
{
background-color: #213D8C;
}
.BgClassName
{
background-color: #213D8C;
}
</style>
border-color css
<style>
span { border-color: #213D8C; }
span { border-color: rgb(33,61,140); }
td.TdClassName
{
border-color: #213D8C;
}
.TagClassName
{
border-color: #213D8C;
}
</style>