Shades of Tory Blue #374E85
Tints of Tory Blue #374E85
RGB
CMYK
RGB Variations
Color information
#374E85 (or 0x374E85) is known color: Tory Blue. HEX triplet: 37, 4E and 85. RGB value is (55,78,133). Sum of RGB (Red+Green+Blue) = 55+78+133=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #374E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E85 is #C8B17A. Grayscale: #4D4D4D. Windows color (decimal): -13152635 or 8736311. OLE color: 8736311.
HSL color Cylindrical-coordinate representation of color #374E85: hue angle of 222.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374E85 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 78 | 133 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.48 |
| HSL | 222.31º | 0.41% | 0.37% | - |
| HSV(B) | 222.31º | 0.59% | 0.52% | - |
| XYZ | 8.53 | 7.95 | 23.28 | - |
| YUV | 77.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 133 | 0.59 | 0.41 | 0 | 0.48 | 222.31 | 0.41 | 0.37 |
| Hex | 37 | 4E | 85 | 3B | 29 | 0 | 30 | DE | 29 | 25 |
| Octal | 67 | 116 | 205 | 73 | 51 | 0 | 60 | 336 | 51 | 45 |
| Binary | 110111 | 1001110 | 10000101 | 111011 | 101001 | 0 | 110000 | 11011110 | 101001 | 100101 |
Color Harmonies of #374E85
Complementary color
Monochromatic Colors of #374E85
Black with #374E85
Text Example
Text Example
White with #374E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E85; }
p { color: rgb(55,78,133); }
H1.HeaderClassName
{
color: #374E85;
}
.AnyTagClassName
{
color: #374E85;
}
</style>
background-color css
<style>
a { background-color: #374E85; }
a { background-color: rgb(55,78,133); }
div.DivClassName
{
background-color: #374E85;
}
.BgClassName
{
background-color: #374E85;
}
</style>
border-color css
<style>
span { border-color: #374E85; }
span { border-color: rgb(55,78,133); }
td.TdClassName
{
border-color: #374E85;
}
.TagClassName
{
border-color: #374E85;
}
</style>