Shades of Tory Blue #374687
Tints of Tory Blue #374687
RGB
CMYK
RGB Variations
Color information
#374687 (or 0x374687) is known color: Tory Blue. HEX triplet: 37, 46 and 87. RGB value is (55,70,135). Sum of RGB (Red+Green+Blue) = 55+70+135=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #374687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374687 is #C8B978. Grayscale: #484848. Windows color (decimal): -13154681 or 8865335. OLE color: 8865335.
HSL color Cylindrical-coordinate representation of color #374687: hue angle of 228.75º 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 #374687 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 70 | 135 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.47 |
| HSL | 228.75º | 0.42% | 0.37% | - |
| HSV(B) | 228.75º | 0.59% | 0.53% | - |
| XYZ | 8.14 | 6.94 | 23.83 | - |
| YUV | 72.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 135 | 0.59 | 0.48 | 0 | 0.47 | 228.75 | 0.42 | 0.37 |
| Hex | 37 | 46 | 87 | 3B | 30 | 0 | 2F | E5 | 2A | 25 |
| Octal | 67 | 106 | 207 | 73 | 60 | 0 | 57 | 345 | 52 | 45 |
| Binary | 110111 | 1000110 | 10000111 | 111011 | 110000 | 0 | 101111 | 11100101 | 101010 | 100101 |
Color Harmonies of #374687
Complementary color
Monochromatic Colors of #374687
Black with #374687
Text Example
Text Example
White with #374687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374687; }
p { color: rgb(55,70,135); }
H1.HeaderClassName
{
color: #374687;
}
.AnyTagClassName
{
color: #374687;
}
</style>
background-color css
<style>
a { background-color: #374687; }
a { background-color: rgb(55,70,135); }
div.DivClassName
{
background-color: #374687;
}
.BgClassName
{
background-color: #374687;
}
</style>
border-color css
<style>
span { border-color: #374687; }
span { border-color: rgb(55,70,135); }
td.TdClassName
{
border-color: #374687;
}
.TagClassName
{
border-color: #374687;
}
</style>