Shades of Tory Blue #37558B
Tints of Tory Blue #37558B
RGB
CMYK
RGB Variations
Color information
#37558B (or 0x37558B) is known color: Tory Blue. HEX triplet: 37, 55 and 8B. RGB value is (55,85,139). Sum of RGB (Red+Green+Blue) = 55+85+139=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #37558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37558B is #C8AA74. Grayscale: #515151. Windows color (decimal): -13150837 or 9131319. OLE color: 9131319.
HSL color Cylindrical-coordinate representation of color #37558B: hue angle of 218.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37558B is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 85 | 139 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.45 |
| HSL | 218.57º | 0.43% | 0.38% | - |
| HSV(B) | 218.57º | 0.6% | 0.55% | - |
| XYZ | 9.48 | 9.17 | 25.7 | - |
| YUV | 82.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 139 | 0.60 | 0.39 | 0 | 0.45 | 218.57 | 0.43 | 0.38 |
| Hex | 37 | 55 | 8B | 3C | 27 | 0 | 2D | DB | 2B | 26 |
| Octal | 67 | 125 | 213 | 74 | 47 | 0 | 55 | 333 | 53 | 46 |
| Binary | 110111 | 1010101 | 10001011 | 111100 | 100111 | 0 | 101101 | 11011011 | 101011 | 100110 |
Color Harmonies of #37558B
Complementary color
Monochromatic Colors of #37558B
Black with #37558B
Text Example
Text Example
White with #37558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37558B; }
p { color: rgb(55,85,139); }
H1.HeaderClassName
{
color: #37558B;
}
.AnyTagClassName
{
color: #37558B;
}
</style>
background-color css
<style>
a { background-color: #37558B; }
a { background-color: rgb(55,85,139); }
div.DivClassName
{
background-color: #37558B;
}
.BgClassName
{
background-color: #37558B;
}
</style>
border-color css
<style>
span { border-color: #37558B; }
span { border-color: rgb(55,85,139); }
td.TdClassName
{
border-color: #37558B;
}
.TagClassName
{
border-color: #37558B;
}
</style>