Shades of Tory Blue #37519C
Tints of Tory Blue #37519C
RGB
CMYK
RGB Variations
Color information
#37519C (or 0x37519C) is known color: Tory Blue. HEX triplet: 37, 51 and 9C. RGB value is (55,81,156). Sum of RGB (Red+Green+Blue) = 55+81+156=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #37519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37519C is #C8AE63. Grayscale: #515151. Windows color (decimal): -13151844 or 10244407. OLE color: 10244407.
HSL color Cylindrical-coordinate representation of color #37519C: hue angle of 224.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37519C is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 81 | 156 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.39 |
| HSL | 224.55º | 0.48% | 0.41% | - |
| HSV(B) | 224.55º | 0.65% | 0.61% | - |
| XYZ | 10.52 | 9.1 | 32.65 | - |
| YUV | 81.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 156 | 0.65 | 0.48 | 0 | 0.39 | 224.55 | 0.48 | 0.41 |
| Hex | 37 | 51 | 9C | 41 | 30 | 0 | 27 | E1 | 30 | 29 |
| Octal | 67 | 121 | 234 | 101 | 60 | 0 | 47 | 341 | 60 | 51 |
| Binary | 110111 | 1010001 | 10011100 | 1000001 | 110000 | 0 | 100111 | 11100001 | 110000 | 101001 |
Color Harmonies of #37519C
Complementary color
Monochromatic Colors of #37519C
Black with #37519C
Text Example
Text Example
White with #37519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37519C; }
p { color: rgb(55,81,156); }
H1.HeaderClassName
{
color: #37519C;
}
.AnyTagClassName
{
color: #37519C;
}
</style>
background-color css
<style>
a { background-color: #37519C; }
a { background-color: rgb(55,81,156); }
div.DivClassName
{
background-color: #37519C;
}
.BgClassName
{
background-color: #37519C;
}
</style>
border-color css
<style>
span { border-color: #37519C; }
span { border-color: rgb(55,81,156); }
td.TdClassName
{
border-color: #37519C;
}
.TagClassName
{
border-color: #37519C;
}
</style>