Shades of Tory Blue #37449F
Tints of Tory Blue #37449F
RGB
CMYK
RGB Variations
Color information
#37449F (or 0x37449F) is known color: Tory Blue. HEX triplet: 37, 44 and 9F. RGB value is (55,68,159). Sum of RGB (Red+Green+Blue) = 55+68+159=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #37449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37449F is #C8BB60. Grayscale: #4A4A4A. Windows color (decimal): -13155169 or 10437687. OLE color: 10437687.
HSL color Cylindrical-coordinate representation of color #37449F: hue angle of 232.5º degrees, saturation: 0.49, 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 #37449F is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 68 | 159 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.38 |
| HSL | 232.5º | 0.49% | 0.42% | - |
| HSV(B) | 232.5º | 0.65% | 0.62% | - |
| XYZ | 9.9 | 7.45 | 33.72 | - |
| YUV | 74.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 159 | 0.65 | 0.57 | 0 | 0.38 | 232.5 | 0.49 | 0.42 |
| Hex | 37 | 44 | 9F | 41 | 39 | 0 | 26 | E8 | 31 | 2A |
| Octal | 67 | 104 | 237 | 101 | 71 | 0 | 46 | 350 | 61 | 52 |
| Binary | 110111 | 1000100 | 10011111 | 1000001 | 111001 | 0 | 100110 | 11101000 | 110001 | 101010 |
Color Harmonies of #37449F
Complementary color
Monochromatic Colors of #37449F
Black with #37449F
Text Example
Text Example
White with #37449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37449F; }
p { color: rgb(55,68,159); }
H1.HeaderClassName
{
color: #37449F;
}
.AnyTagClassName
{
color: #37449F;
}
</style>
background-color css
<style>
a { background-color: #37449F; }
a { background-color: rgb(55,68,159); }
div.DivClassName
{
background-color: #37449F;
}
.BgClassName
{
background-color: #37449F;
}
</style>
border-color css
<style>
span { border-color: #37449F; }
span { border-color: rgb(55,68,159); }
td.TdClassName
{
border-color: #37449F;
}
.TagClassName
{
border-color: #37449F;
}
</style>