Shades of Tory Blue #37458B
Tints of Tory Blue #37458B
RGB
CMYK
RGB Variations
Color information
#37458B (or 0x37458B) is known color: Tory Blue. HEX triplet: 37, 45 and 8B. RGB value is (55,69,139). Sum of RGB (Red+Green+Blue) = 55+69+139=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #37458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37458B is #C8BA74. Grayscale: #484848. Windows color (decimal): -13154933 or 9127223. OLE color: 9127223.
HSL color Cylindrical-coordinate representation of color #37458B: hue angle of 230º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37458B is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 69 | 139 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.45 |
| HSL | 230º | 0.43% | 0.38% | - |
| HSV(B) | 230º | 0.6% | 0.55% | - |
| XYZ | 8.36 | 6.93 | 25.32 | - |
| YUV | 72.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 139 | 0.60 | 0.50 | 0 | 0.45 | 230 | 0.43 | 0.38 |
| Hex | 37 | 45 | 8B | 3C | 32 | 0 | 2D | E6 | 2B | 26 |
| Octal | 67 | 105 | 213 | 74 | 62 | 0 | 55 | 346 | 53 | 46 |
| Binary | 110111 | 1000101 | 10001011 | 111100 | 110010 | 0 | 101101 | 11100110 | 101011 | 100110 |
Color Harmonies of #37458B
Complementary color
Monochromatic Colors of #37458B
Black with #37458B
Text Example
Text Example
White with #37458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37458B; }
p { color: rgb(55,69,139); }
H1.HeaderClassName
{
color: #37458B;
}
.AnyTagClassName
{
color: #37458B;
}
</style>
background-color css
<style>
a { background-color: #37458B; }
a { background-color: rgb(55,69,139); }
div.DivClassName
{
background-color: #37458B;
}
.BgClassName
{
background-color: #37458B;
}
</style>
border-color css
<style>
span { border-color: #37458B; }
span { border-color: rgb(55,69,139); }
td.TdClassName
{
border-color: #37458B;
}
.TagClassName
{
border-color: #37458B;
}
</style>