Shades of Tory Blue #374982
Tints of Tory Blue #374982
RGB
CMYK
RGB Variations
Color information
#374982 (or 0x374982) is known color: Tory Blue. HEX triplet: 37, 49 and 82. RGB value is (55,73,130). Sum of RGB (Red+Green+Blue) = 55+73+130=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #374982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374982 is #C8B67D. Grayscale: #494949. Windows color (decimal): -13153918 or 8538423. OLE color: 8538423.
HSL color Cylindrical-coordinate representation of color #374982: hue angle of 225.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374982 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 73 | 130 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.49 |
| HSL | 225.6º | 0.41% | 0.36% | - |
| HSV(B) | 225.6º | 0.58% | 0.51% | - |
| XYZ | 7.99 | 7.19 | 22.09 | - |
| YUV | 74.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 130 | 0.58 | 0.44 | 0 | 0.49 | 225.6 | 0.41 | 0.36 |
| Hex | 37 | 49 | 82 | 3A | 2C | 0 | 31 | E2 | 29 | 24 |
| Octal | 67 | 111 | 202 | 72 | 54 | 0 | 61 | 342 | 51 | 44 |
| Binary | 110111 | 1001001 | 10000010 | 111010 | 101100 | 0 | 110001 | 11100010 | 101001 | 100100 |
Color Harmonies of #374982
Complementary color
Monochromatic Colors of #374982
Black with #374982
Text Example
Text Example
White with #374982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374982; }
p { color: rgb(55,73,130); }
H1.HeaderClassName
{
color: #374982;
}
.AnyTagClassName
{
color: #374982;
}
</style>
background-color css
<style>
a { background-color: #374982; }
a { background-color: rgb(55,73,130); }
div.DivClassName
{
background-color: #374982;
}
.BgClassName
{
background-color: #374982;
}
</style>
border-color css
<style>
span { border-color: #374982; }
span { border-color: rgb(55,73,130); }
td.TdClassName
{
border-color: #374982;
}
.TagClassName
{
border-color: #374982;
}
</style>