Shades of Tory Blue #374A84
Tints of Tory Blue #374A84
RGB
CMYK
RGB Variations
Color information
#374A84 (or 0x374A84) is known color: Tory Blue. HEX triplet: 37, 4A and 84. RGB value is (55,74,132). Sum of RGB (Red+Green+Blue) = 55+74+132=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #374A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A84 is #C8B57B. Grayscale: #4A4A4A. Windows color (decimal): -13153660 or 8669751. OLE color: 8669751.
HSL color Cylindrical-coordinate representation of color #374A84: hue angle of 225.19º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374A84 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 74 | 132 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.48 |
| HSL | 225.19º | 0.41% | 0.37% | - |
| HSV(B) | 225.19º | 0.58% | 0.52% | - |
| XYZ | 8.19 | 7.38 | 22.82 | - |
| YUV | 74.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 132 | 0.58 | 0.44 | 0 | 0.48 | 225.19 | 0.41 | 0.37 |
| Hex | 37 | 4A | 84 | 3A | 2C | 0 | 30 | E1 | 29 | 25 |
| Octal | 67 | 112 | 204 | 72 | 54 | 0 | 60 | 341 | 51 | 45 |
| Binary | 110111 | 1001010 | 10000100 | 111010 | 101100 | 0 | 110000 | 11100001 | 101001 | 100101 |
Color Harmonies of #374A84
Complementary color
Monochromatic Colors of #374A84
Black with #374A84
Text Example
Text Example
White with #374A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A84; }
p { color: rgb(55,74,132); }
H1.HeaderClassName
{
color: #374A84;
}
.AnyTagClassName
{
color: #374A84;
}
</style>
background-color css
<style>
a { background-color: #374A84; }
a { background-color: rgb(55,74,132); }
div.DivClassName
{
background-color: #374A84;
}
.BgClassName
{
background-color: #374A84;
}
</style>
border-color css
<style>
span { border-color: #374A84; }
span { border-color: rgb(55,74,132); }
td.TdClassName
{
border-color: #374A84;
}
.TagClassName
{
border-color: #374A84;
}
</style>