Shades of Tory Blue #37519E
Tints of Tory Blue #37519E
RGB
CMYK
RGB Variations
Color information
#37519E (or 0x37519E) is known color: Tory Blue. HEX triplet: 37, 51 and 9E. RGB value is (55,81,158). Sum of RGB (Red+Green+Blue) = 55+81+158=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #37519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37519E is #C8AE61. Grayscale: #515151. Windows color (decimal): -13151842 or 10375479. OLE color: 10375479.
HSL color Cylindrical-coordinate representation of color #37519E: hue angle of 224.85º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37519E is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 81 | 158 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.38 |
| HSL | 224.85º | 0.48% | 0.42% | - |
| HSV(B) | 224.85º | 0.65% | 0.62% | - |
| XYZ | 10.69 | 9.17 | 33.55 | - |
| YUV | 82 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 158 | 0.65 | 0.49 | 0 | 0.38 | 224.85 | 0.48 | 0.42 |
| Hex | 37 | 51 | 9E | 41 | 31 | 0 | 26 | E1 | 30 | 2A |
| Octal | 67 | 121 | 236 | 101 | 61 | 0 | 46 | 341 | 60 | 52 |
| Binary | 110111 | 1010001 | 10011110 | 1000001 | 110001 | 0 | 100110 | 11100001 | 110000 | 101010 |
Color Harmonies of #37519E
Complementary color
Monochromatic Colors of #37519E
Black with #37519E
Text Example
Text Example
White with #37519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37519E; }
p { color: rgb(55,81,158); }
H1.HeaderClassName
{
color: #37519E;
}
.AnyTagClassName
{
color: #37519E;
}
</style>
background-color css
<style>
a { background-color: #37519E; }
a { background-color: rgb(55,81,158); }
div.DivClassName
{
background-color: #37519E;
}
.BgClassName
{
background-color: #37519E;
}
</style>
border-color css
<style>
span { border-color: #37519E; }
span { border-color: rgb(55,81,158); }
td.TdClassName
{
border-color: #37519E;
}
.TagClassName
{
border-color: #37519E;
}
</style>