Shades of Tory Blue #374698
Tints of Tory Blue #374698
RGB
CMYK
RGB Variations
Color information
#374698 (or 0x374698) is known color: Tory Blue. HEX triplet: 37, 46 and 98. RGB value is (55,70,152). Sum of RGB (Red+Green+Blue) = 55+70+152=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #374698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374698 is #C8B967. Grayscale: #4A4A4A. Windows color (decimal): -13154664 or 9979447. OLE color: 9979447.
HSL color Cylindrical-coordinate representation of color #374698: hue angle of 230.72º 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 #374698 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 70 | 152 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.40 |
| HSL | 230.72º | 0.47% | 0.41% | - |
| HSV(B) | 230.72º | 0.64% | 0.6% | - |
| XYZ | 9.43 | 7.46 | 30.65 | - |
| YUV | 74.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 152 | 0.64 | 0.54 | 0 | 0.40 | 230.72 | 0.47 | 0.41 |
| Hex | 37 | 46 | 98 | 40 | 36 | 0 | 28 | E7 | 2F | 29 |
| Octal | 67 | 106 | 230 | 100 | 66 | 0 | 50 | 347 | 57 | 51 |
| Binary | 110111 | 1000110 | 10011000 | 1000000 | 110110 | 0 | 101000 | 11100111 | 101111 | 101001 |
Color Harmonies of #374698
Complementary color
Monochromatic Colors of #374698
Black with #374698
Text Example
Text Example
White with #374698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374698; }
p { color: rgb(55,70,152); }
H1.HeaderClassName
{
color: #374698;
}
.AnyTagClassName
{
color: #374698;
}
</style>
background-color css
<style>
a { background-color: #374698; }
a { background-color: rgb(55,70,152); }
div.DivClassName
{
background-color: #374698;
}
.BgClassName
{
background-color: #374698;
}
</style>
border-color css
<style>
span { border-color: #374698; }
span { border-color: rgb(55,70,152); }
td.TdClassName
{
border-color: #374698;
}
.TagClassName
{
border-color: #374698;
}
</style>