Shades of Tory Blue #213F8D
Tints of Tory Blue #213F8D
RGB
CMYK
RGB Variations
Color information
#213F8D (or 0x213F8D) is known color: Tory Blue. HEX triplet: 21, 3F and 8D. RGB value is (33,63,141). Sum of RGB (Red+Green+Blue) = 33+63+141=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #213F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F8D is #DEC072. Grayscale: #3E3E3E. Windows color (decimal): -14598259 or 9256737. OLE color: 9256737.
HSL color Cylindrical-coordinate representation of color #213F8D: hue angle of 223.33º 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 #213F8D is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 63 | 141 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.45 |
| HSL | 223.33º | 0.62% | 0.34% | - |
| HSV(B) | 223.33º | 0.77% | 0.55% | - |
| XYZ | 7.21 | 5.8 | 25.94 | - |
| YUV | 62.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 141 | 0.77 | 0.55 | 0 | 0.45 | 223.33 | 0.62 | 0.34 |
| Hex | 21 | 3F | 8D | 4D | 37 | 0 | 2D | DF | 3E | 22 |
| Octal | 41 | 77 | 215 | 115 | 67 | 0 | 55 | 337 | 76 | 42 |
| Binary | 100001 | 111111 | 10001101 | 1001101 | 110111 | 0 | 101101 | 11011111 | 111110 | 100010 |
Color Harmonies of #213F8D
Complementary color
Monochromatic Colors of #213F8D
Black with #213F8D
Text Example
Text Example
White with #213F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F8D; }
p { color: rgb(33,63,141); }
H1.HeaderClassName
{
color: #213F8D;
}
.AnyTagClassName
{
color: #213F8D;
}
</style>
background-color css
<style>
a { background-color: #213F8D; }
a { background-color: rgb(33,63,141); }
div.DivClassName
{
background-color: #213F8D;
}
.BgClassName
{
background-color: #213F8D;
}
</style>
border-color css
<style>
span { border-color: #213F8D; }
span { border-color: rgb(33,63,141); }
td.TdClassName
{
border-color: #213F8D;
}
.TagClassName
{
border-color: #213F8D;
}
</style>