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