Shades of Tory Blue #37409E
Tints of Tory Blue #37409E
RGB
CMYK
RGB Variations
Color information
#37409E (or 0x37409E) is known color: Tory Blue. HEX triplet: 37, 40 and 9E. RGB value is (55,64,158). Sum of RGB (Red+Green+Blue) = 55+64+158=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #37409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37409E is #C8BF61. Grayscale: #474747. Windows color (decimal): -13156194 or 10371127. OLE color: 10371127.
HSL color Cylindrical-coordinate representation of color #37409E: hue angle of 234.76º 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 #37409E is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 64 | 158 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.38 |
| HSL | 234.76º | 0.48% | 0.42% | - |
| HSV(B) | 234.76º | 0.65% | 0.62% | - |
| XYZ | 9.58 | 6.95 | 33.18 | - |
| YUV | 72.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 158 | 0.65 | 0.59 | 0 | 0.38 | 234.76 | 0.48 | 0.42 |
| Hex | 37 | 40 | 9E | 41 | 3B | 0 | 26 | EB | 30 | 2A |
| Octal | 67 | 100 | 236 | 101 | 73 | 0 | 46 | 353 | 60 | 52 |
| Binary | 110111 | 1000000 | 10011110 | 1000001 | 111011 | 0 | 100110 | 11101011 | 110000 | 101010 |
Color Harmonies of #37409E
Complementary color
Monochromatic Colors of #37409E
Black with #37409E
Text Example
Text Example
White with #37409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37409E; }
p { color: rgb(55,64,158); }
H1.HeaderClassName
{
color: #37409E;
}
.AnyTagClassName
{
color: #37409E;
}
</style>
background-color css
<style>
a { background-color: #37409E; }
a { background-color: rgb(55,64,158); }
div.DivClassName
{
background-color: #37409E;
}
.BgClassName
{
background-color: #37409E;
}
</style>
border-color css
<style>
span { border-color: #37409E; }
span { border-color: rgb(55,64,158); }
td.TdClassName
{
border-color: #37409E;
}
.TagClassName
{
border-color: #37409E;
}
</style>