Shades of Tory Blue #37497E
Tints of Tory Blue #37497E
RGB
CMYK
RGB Variations
Color information
#37497E (or 0x37497E) is known color: Tory Blue. HEX triplet: 37, 49 and 7E. RGB value is (55,73,126). Sum of RGB (Red+Green+Blue) = 55+73+126=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #37497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497E is #C8B681. Grayscale: #494949. Windows color (decimal): -13153922 or 8276279. OLE color: 8276279.
HSL color Cylindrical-coordinate representation of color #37497E: hue angle of 224.79º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37497E is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 73 | 126 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.51 |
| HSL | 224.79º | 0.39% | 0.35% | - |
| HSV(B) | 224.79º | 0.56% | 0.49% | - |
| XYZ | 7.72 | 7.08 | 20.7 | - |
| YUV | 73.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 126 | 0.56 | 0.42 | 0 | 0.51 | 224.79 | 0.39 | 0.35 |
| Hex | 37 | 49 | 7E | 38 | 2A | 0 | 33 | E1 | 27 | 23 |
| Octal | 67 | 111 | 176 | 70 | 52 | 0 | 63 | 341 | 47 | 43 |
| Binary | 110111 | 1001001 | 1111110 | 111000 | 101010 | 0 | 110011 | 11100001 | 100111 | 100011 |
Color Harmonies of #37497E
Complementary color
Monochromatic Colors of #37497E
Black with #37497E
Text Example
Text Example
White with #37497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37497E; }
p { color: rgb(55,73,126); }
H1.HeaderClassName
{
color: #37497E;
}
.AnyTagClassName
{
color: #37497E;
}
</style>
background-color css
<style>
a { background-color: #37497E; }
a { background-color: rgb(55,73,126); }
div.DivClassName
{
background-color: #37497E;
}
.BgClassName
{
background-color: #37497E;
}
</style>
border-color css
<style>
span { border-color: #37497E; }
span { border-color: rgb(55,73,126); }
td.TdClassName
{
border-color: #37497E;
}
.TagClassName
{
border-color: #37497E;
}
</style>