Shades of Tory Blue #37568F
Tints of Tory Blue #37568F
RGB
CMYK
RGB Variations
Color information
#37568F (or 0x37568F) is known color: Tory Blue. HEX triplet: 37, 56 and 8F. RGB value is (55,86,143). Sum of RGB (Red+Green+Blue) = 55+86+143=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #37568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37568F is #C8A970. Grayscale: #525252. Windows color (decimal): -13150577 or 9393719. OLE color: 9393719.
HSL color Cylindrical-coordinate representation of color #37568F: hue angle of 218.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37568F is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 86 | 143 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.44 |
| HSL | 218.86º | 0.44% | 0.39% | - |
| HSV(B) | 218.86º | 0.62% | 0.56% | - |
| XYZ | 9.86 | 9.45 | 27.29 | - |
| YUV | 83.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 143 | 0.62 | 0.40 | 0 | 0.44 | 218.86 | 0.44 | 0.39 |
| Hex | 37 | 56 | 8F | 3E | 28 | 0 | 2C | DB | 2C | 27 |
| Octal | 67 | 126 | 217 | 76 | 50 | 0 | 54 | 333 | 54 | 47 |
| Binary | 110111 | 1010110 | 10001111 | 111110 | 101000 | 0 | 101100 | 11011011 | 101100 | 100111 |
Color Harmonies of #37568F
Complementary color
Monochromatic Colors of #37568F
Black with #37568F
Text Example
Text Example
White with #37568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37568F; }
p { color: rgb(55,86,143); }
H1.HeaderClassName
{
color: #37568F;
}
.AnyTagClassName
{
color: #37568F;
}
</style>
background-color css
<style>
a { background-color: #37568F; }
a { background-color: rgb(55,86,143); }
div.DivClassName
{
background-color: #37568F;
}
.BgClassName
{
background-color: #37568F;
}
</style>
border-color css
<style>
span { border-color: #37568F; }
span { border-color: rgb(55,86,143); }
td.TdClassName
{
border-color: #37568F;
}
.TagClassName
{
border-color: #37568F;
}
</style>