Shades of Tory Blue #37409B
Tints of Tory Blue #37409B
RGB
CMYK
RGB Variations
Color information
#37409B (or 0x37409B) is known color: Tory Blue. HEX triplet: 37, 40 and 9B. RGB value is (55,64,155). Sum of RGB (Red+Green+Blue) = 55+64+155=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #37409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37409B is #C8BF64. Grayscale: #474747. Windows color (decimal): -13156197 or 10174519. OLE color: 10174519.
HSL color Cylindrical-coordinate representation of color #37409B: hue angle of 234.6º 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 #37409B is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 64 | 155 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.39 |
| HSL | 234.6º | 0.48% | 0.41% | - |
| HSV(B) | 234.6º | 0.65% | 0.61% | - |
| XYZ | 9.33 | 6.85 | 31.84 | - |
| YUV | 71.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 155 | 0.65 | 0.59 | 0 | 0.39 | 234.6 | 0.48 | 0.41 |
| Hex | 37 | 40 | 9B | 41 | 3B | 0 | 27 | EB | 30 | 29 |
| Octal | 67 | 100 | 233 | 101 | 73 | 0 | 47 | 353 | 60 | 51 |
| Binary | 110111 | 1000000 | 10011011 | 1000001 | 111011 | 0 | 100111 | 11101011 | 110000 | 101001 |
Color Harmonies of #37409B
Complementary color
Monochromatic Colors of #37409B
Black with #37409B
Text Example
Text Example
White with #37409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37409B; }
p { color: rgb(55,64,155); }
H1.HeaderClassName
{
color: #37409B;
}
.AnyTagClassName
{
color: #37409B;
}
</style>
background-color css
<style>
a { background-color: #37409B; }
a { background-color: rgb(55,64,155); }
div.DivClassName
{
background-color: #37409B;
}
.BgClassName
{
background-color: #37409B;
}
</style>
border-color css
<style>
span { border-color: #37409B; }
span { border-color: rgb(55,64,155); }
td.TdClassName
{
border-color: #37409B;
}
.TagClassName
{
border-color: #37409B;
}
</style>