Shades of Tory Blue #37568D
Tints of Tory Blue #37568D
RGB
CMYK
RGB Variations
Color information
#37568D (or 0x37568D) is known color: Tory Blue. HEX triplet: 37, 56 and 8D. RGB value is (55,86,141). Sum of RGB (Red+Green+Blue) = 55+86+141=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #37568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37568D is #C8A972. Grayscale: #525252. Windows color (decimal): -13150579 or 9262647. OLE color: 9262647.
HSL color Cylindrical-coordinate representation of color #37568D: hue angle of 218.37º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37568D is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 86 | 141 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.45 |
| HSL | 218.37º | 0.44% | 0.38% | - |
| HSV(B) | 218.37º | 0.61% | 0.55% | - |
| XYZ | 9.71 | 9.39 | 26.5 | - |
| YUV | 83 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 141 | 0.61 | 0.39 | 0 | 0.45 | 218.37 | 0.44 | 0.38 |
| Hex | 37 | 56 | 8D | 3D | 27 | 0 | 2D | DA | 2C | 26 |
| Octal | 67 | 126 | 215 | 75 | 47 | 0 | 55 | 332 | 54 | 46 |
| Binary | 110111 | 1010110 | 10001101 | 111101 | 100111 | 0 | 101101 | 11011010 | 101100 | 100110 |
Color Harmonies of #37568D
Complementary color
Monochromatic Colors of #37568D
Black with #37568D
Text Example
Text Example
White with #37568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37568D; }
p { color: rgb(55,86,141); }
H1.HeaderClassName
{
color: #37568D;
}
.AnyTagClassName
{
color: #37568D;
}
</style>
background-color css
<style>
a { background-color: #37568D; }
a { background-color: rgb(55,86,141); }
div.DivClassName
{
background-color: #37568D;
}
.BgClassName
{
background-color: #37568D;
}
</style>
border-color css
<style>
span { border-color: #37568D; }
span { border-color: rgb(55,86,141); }
td.TdClassName
{
border-color: #37568D;
}
.TagClassName
{
border-color: #37568D;
}
</style>