Shades of Tory Blue #374E8D
Tints of Tory Blue #374E8D
RGB
CMYK
RGB Variations
Color information
#374E8D (or 0x374E8D) is known color: Tory Blue. HEX triplet: 37, 4E and 8D. RGB value is (55,78,141). Sum of RGB (Red+Green+Blue) = 55+78+141=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #374E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E8D is #C8B172. Grayscale: #4E4E4E. Windows color (decimal): -13152627 or 9260599. OLE color: 9260599.
HSL color Cylindrical-coordinate representation of color #374E8D: hue angle of 223.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #374E8D is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 78 | 141 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.45 |
| HSL | 223.95º | 0.44% | 0.38% | - |
| HSV(B) | 223.95º | 0.61% | 0.55% | - |
| XYZ | 9.11 | 8.18 | 26.3 | - |
| YUV | 78.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 141 | 0.61 | 0.45 | 0 | 0.45 | 223.95 | 0.44 | 0.38 |
| Hex | 37 | 4E | 8D | 3D | 2D | 0 | 2D | E0 | 2C | 26 |
| Octal | 67 | 116 | 215 | 75 | 55 | 0 | 55 | 340 | 54 | 46 |
| Binary | 110111 | 1001110 | 10001101 | 111101 | 101101 | 0 | 101101 | 11100000 | 101100 | 100110 |
Color Harmonies of #374E8D
Complementary color
Monochromatic Colors of #374E8D
Black with #374E8D
Text Example
Text Example
White with #374E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E8D; }
p { color: rgb(55,78,141); }
H1.HeaderClassName
{
color: #374E8D;
}
.AnyTagClassName
{
color: #374E8D;
}
</style>
background-color css
<style>
a { background-color: #374E8D; }
a { background-color: rgb(55,78,141); }
div.DivClassName
{
background-color: #374E8D;
}
.BgClassName
{
background-color: #374E8D;
}
</style>
border-color css
<style>
span { border-color: #374E8D; }
span { border-color: rgb(55,78,141); }
td.TdClassName
{
border-color: #374E8D;
}
.TagClassName
{
border-color: #374E8D;
}
</style>