Shades of Tory Blue #37578D
Tints of Tory Blue #37578D
RGB
CMYK
RGB Variations
Color information
#37578D (or 0x37578D) is known color: Tory Blue. HEX triplet: 37, 57 and 8D. RGB value is (55,87,141). Sum of RGB (Red+Green+Blue) = 55+87+141=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #37578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37578D is #C8A872. Grayscale: #535353. Windows color (decimal): -13150323 or 9262903. OLE color: 9262903.
HSL color Cylindrical-coordinate representation of color #37578D: hue angle of 217.67º 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 #37578D is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 87 | 141 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.45 |
| HSL | 217.67º | 0.44% | 0.38% | - |
| HSV(B) | 217.67º | 0.61% | 0.55% | - |
| XYZ | 9.79 | 9.55 | 26.53 | - |
| YUV | 83.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 141 | 0.61 | 0.38 | 0 | 0.45 | 217.67 | 0.44 | 0.38 |
| Hex | 37 | 57 | 8D | 3D | 26 | 0 | 2D | DA | 2C | 26 |
| Octal | 67 | 127 | 215 | 75 | 46 | 0 | 55 | 332 | 54 | 46 |
| Binary | 110111 | 1010111 | 10001101 | 111101 | 100110 | 0 | 101101 | 11011010 | 101100 | 100110 |
Color Harmonies of #37578D
Complementary color
Monochromatic Colors of #37578D
Black with #37578D
Text Example
Text Example
White with #37578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37578D; }
p { color: rgb(55,87,141); }
H1.HeaderClassName
{
color: #37578D;
}
.AnyTagClassName
{
color: #37578D;
}
</style>
background-color css
<style>
a { background-color: #37578D; }
a { background-color: rgb(55,87,141); }
div.DivClassName
{
background-color: #37578D;
}
.BgClassName
{
background-color: #37578D;
}
</style>
border-color css
<style>
span { border-color: #37578D; }
span { border-color: rgb(55,87,141); }
td.TdClassName
{
border-color: #37578D;
}
.TagClassName
{
border-color: #37578D;
}
</style>