Shades of Tory Blue #374688
Tints of Tory Blue #374688
RGB
CMYK
RGB Variations
Color information
#374688 (or 0x374688) is known color: Tory Blue. HEX triplet: 37, 46 and 88. RGB value is (55,70,136). Sum of RGB (Red+Green+Blue) = 55+70+136=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #374688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374688 is #C8B977. Grayscale: #484848. Windows color (decimal): -13154680 or 8930871. OLE color: 8930871.
HSL color Cylindrical-coordinate representation of color #374688: hue angle of 228.89º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374688 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 70 | 136 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.47 |
| HSL | 228.89º | 0.42% | 0.37% | - |
| HSV(B) | 228.89º | 0.6% | 0.53% | - |
| XYZ | 8.21 | 6.97 | 24.21 | - |
| YUV | 73.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 136 | 0.60 | 0.49 | 0 | 0.47 | 228.89 | 0.42 | 0.37 |
| Hex | 37 | 46 | 88 | 3C | 31 | 0 | 2F | E5 | 2A | 25 |
| Octal | 67 | 106 | 210 | 74 | 61 | 0 | 57 | 345 | 52 | 45 |
| Binary | 110111 | 1000110 | 10001000 | 111100 | 110001 | 0 | 101111 | 11100101 | 101010 | 100101 |
Color Harmonies of #374688
Complementary color
Monochromatic Colors of #374688
Black with #374688
Text Example
Text Example
White with #374688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374688; }
p { color: rgb(55,70,136); }
H1.HeaderClassName
{
color: #374688;
}
.AnyTagClassName
{
color: #374688;
}
</style>
background-color css
<style>
a { background-color: #374688; }
a { background-color: rgb(55,70,136); }
div.DivClassName
{
background-color: #374688;
}
.BgClassName
{
background-color: #374688;
}
</style>
border-color css
<style>
span { border-color: #374688; }
span { border-color: rgb(55,70,136); }
td.TdClassName
{
border-color: #374688;
}
.TagClassName
{
border-color: #374688;
}
</style>