Shades of Tory Blue #374C87
Tints of Tory Blue #374C87
RGB
CMYK
RGB Variations
Color information
#374C87 (or 0x374C87) is known color: Tory Blue. HEX triplet: 37, 4C and 87. RGB value is (55,76,135). Sum of RGB (Red+Green+Blue) = 55+76+135=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #374C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C87 is #C8B378. Grayscale: #4C4C4C. Windows color (decimal): -13153145 or 8866871. OLE color: 8866871.
HSL color Cylindrical-coordinate representation of color #374C87: hue angle of 224.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374C87 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 76 | 135 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.47 |
| HSL | 224.25º | 0.42% | 0.37% | - |
| HSV(B) | 224.25º | 0.59% | 0.53% | - |
| XYZ | 8.53 | 7.73 | 23.96 | - |
| YUV | 76.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 135 | 0.59 | 0.44 | 0 | 0.47 | 224.25 | 0.42 | 0.37 |
| Hex | 37 | 4C | 87 | 3B | 2C | 0 | 2F | E0 | 2A | 25 |
| Octal | 67 | 114 | 207 | 73 | 54 | 0 | 57 | 340 | 52 | 45 |
| Binary | 110111 | 1001100 | 10000111 | 111011 | 101100 | 0 | 101111 | 11100000 | 101010 | 100101 |
Color Harmonies of #374C87
Complementary color
Monochromatic Colors of #374C87
Black with #374C87
Text Example
Text Example
White with #374C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C87; }
p { color: rgb(55,76,135); }
H1.HeaderClassName
{
color: #374C87;
}
.AnyTagClassName
{
color: #374C87;
}
</style>
background-color css
<style>
a { background-color: #374C87; }
a { background-color: rgb(55,76,135); }
div.DivClassName
{
background-color: #374C87;
}
.BgClassName
{
background-color: #374C87;
}
</style>
border-color css
<style>
span { border-color: #374C87; }
span { border-color: rgb(55,76,135); }
td.TdClassName
{
border-color: #374C87;
}
.TagClassName
{
border-color: #374C87;
}
</style>