Shades of Tory Blue #374E99
Tints of Tory Blue #374E99
RGB
CMYK
RGB Variations
Color information
#374E99 (or 0x374E99) is known color: Tory Blue. HEX triplet: 37, 4E and 99. RGB value is (55,78,153). Sum of RGB (Red+Green+Blue) = 55+78+153=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #374E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E99 is #C8B166. Grayscale: #4F4F4F. Windows color (decimal): -13152615 or 10047031. OLE color: 10047031.
HSL color Cylindrical-coordinate representation of color #374E99: hue angle of 225.92º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374E99 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 78 | 153 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.4 |
| HSL | 225.92º | 0.47% | 0.41% | - |
| HSV(B) | 225.92º | 0.64% | 0.6% | - |
| XYZ | 10.05 | 8.56 | 31.26 | - |
| YUV | 79.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 153 | 0.64 | 0.49 | 0 | 0.4 | 225.92 | 0.47 | 0.41 |
| Hex | 37 | 4E | 99 | 40 | 31 | 0 | 28 | E2 | 2F | 29 |
| Octal | 67 | 116 | 231 | 100 | 61 | 0 | 50 | 342 | 57 | 51 |
| Binary | 110111 | 1001110 | 10011001 | 1000000 | 110001 | 0 | 101000 | 11100010 | 101111 | 101001 |
Color Harmonies of #374E99
Complementary color
Monochromatic Colors of #374E99
Black with #374E99
Text Example
Text Example
White with #374E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E99; }
p { color: rgb(55,78,153); }
H1.HeaderClassName
{
color: #374E99;
}
.AnyTagClassName
{
color: #374E99;
}
</style>
background-color css
<style>
a { background-color: #374E99; }
a { background-color: rgb(55,78,153); }
div.DivClassName
{
background-color: #374E99;
}
.BgClassName
{
background-color: #374E99;
}
</style>
border-color css
<style>
span { border-color: #374E99; }
span { border-color: rgb(55,78,153); }
td.TdClassName
{
border-color: #374E99;
}
.TagClassName
{
border-color: #374E99;
}
</style>