Shades of Tory Blue #374686
Tints of Tory Blue #374686
RGB
CMYK
RGB Variations
Color information
#374686 (or 0x374686) is known color: Tory Blue. HEX triplet: 37, 46 and 86. RGB value is (55,70,134). Sum of RGB (Red+Green+Blue) = 55+70+134=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #374686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374686 is #C8B979. Grayscale: #484848. Windows color (decimal): -13154682 or 8799799. OLE color: 8799799.
HSL color Cylindrical-coordinate representation of color #374686: hue angle of 228.61º 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 #374686 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 70 | 134 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.47 |
| HSL | 228.61º | 0.42% | 0.37% | - |
| HSV(B) | 228.61º | 0.59% | 0.53% | - |
| XYZ | 8.07 | 6.91 | 23.46 | - |
| YUV | 72.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 134 | 0.59 | 0.48 | 0 | 0.47 | 228.61 | 0.42 | 0.37 |
| Hex | 37 | 46 | 86 | 3B | 30 | 0 | 2F | E5 | 2A | 25 |
| Octal | 67 | 106 | 206 | 73 | 60 | 0 | 57 | 345 | 52 | 45 |
| Binary | 110111 | 1000110 | 10000110 | 111011 | 110000 | 0 | 101111 | 11100101 | 101010 | 100101 |
Color Harmonies of #374686
Complementary color
Monochromatic Colors of #374686
Black with #374686
Text Example
Text Example
White with #374686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374686; }
p { color: rgb(55,70,134); }
H1.HeaderClassName
{
color: #374686;
}
.AnyTagClassName
{
color: #374686;
}
</style>
background-color css
<style>
a { background-color: #374686; }
a { background-color: rgb(55,70,134); }
div.DivClassName
{
background-color: #374686;
}
.BgClassName
{
background-color: #374686;
}
</style>
border-color css
<style>
span { border-color: #374686; }
span { border-color: rgb(55,70,134); }
td.TdClassName
{
border-color: #374686;
}
.TagClassName
{
border-color: #374686;
}
</style>