Shades of Tory Blue #374D8D
Tints of Tory Blue #374D8D
RGB
CMYK
RGB Variations
Color information
#374D8D (or 0x374D8D) is known color: Tory Blue. HEX triplet: 37, 4D and 8D. RGB value is (55,77,141). Sum of RGB (Red+Green+Blue) = 55+77+141=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #374D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D8D is #C8B272. Grayscale: #4D4D4D. Windows color (decimal): -13152883 or 9260343. OLE color: 9260343.
HSL color Cylindrical-coordinate representation of color #374D8D: hue angle of 224.65º 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 #374D8D is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 77 | 141 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.45 |
| HSL | 224.65º | 0.44% | 0.38% | - |
| HSV(B) | 224.65º | 0.61% | 0.55% | - |
| XYZ | 9.04 | 8.04 | 26.28 | - |
| YUV | 77.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 141 | 0.61 | 0.45 | 0 | 0.45 | 224.65 | 0.44 | 0.38 |
| Hex | 37 | 4D | 8D | 3D | 2D | 0 | 2D | E1 | 2C | 26 |
| Octal | 67 | 115 | 215 | 75 | 55 | 0 | 55 | 341 | 54 | 46 |
| Binary | 110111 | 1001101 | 10001101 | 111101 | 101101 | 0 | 101101 | 11100001 | 101100 | 100110 |
Color Harmonies of #374D8D
Complementary color
Monochromatic Colors of #374D8D
Black with #374D8D
Text Example
Text Example
White with #374D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D8D; }
p { color: rgb(55,77,141); }
H1.HeaderClassName
{
color: #374D8D;
}
.AnyTagClassName
{
color: #374D8D;
}
</style>
background-color css
<style>
a { background-color: #374D8D; }
a { background-color: rgb(55,77,141); }
div.DivClassName
{
background-color: #374D8D;
}
.BgClassName
{
background-color: #374D8D;
}
</style>
border-color css
<style>
span { border-color: #374D8D; }
span { border-color: rgb(55,77,141); }
td.TdClassName
{
border-color: #374D8D;
}
.TagClassName
{
border-color: #374D8D;
}
</style>