Shades of Tory Blue #374CA0
Tints of Tory Blue #374CA0
RGB
CMYK
RGB Variations
Color information
#374CA0 (or 0x374CA0) is known color: Tory Blue. HEX triplet: 37, 4C and A0. RGB value is (55,76,160). Sum of RGB (Red+Green+Blue) = 55+76+160=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #374CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CA0 is #C8B35F. Grayscale: #4E4E4E. Windows color (decimal): -13153120 or 10505271. OLE color: 10505271.
HSL color Cylindrical-coordinate representation of color #374CA0: hue angle of 228º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374CA0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 76 | 160 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.37 |
| HSL | 228º | 0.49% | 0.42% | - |
| HSV(B) | 228º | 0.66% | 0.63% | - |
| XYZ | 10.51 | 8.52 | 34.35 | - |
| YUV | 79.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 160 | 0.66 | 0.52 | 0 | 0.37 | 228 | 0.49 | 0.42 |
| Hex | 37 | 4C | A0 | 42 | 34 | 0 | 25 | E4 | 31 | 2A |
| Octal | 67 | 114 | 240 | 102 | 64 | 0 | 45 | 344 | 61 | 52 |
| Binary | 110111 | 1001100 | 10100000 | 1000010 | 110100 | 0 | 100101 | 11100100 | 110001 | 101010 |
Color Harmonies of #374CA0
Complementary color
Monochromatic Colors of #374CA0
Black with #374CA0
Text Example
Text Example
White with #374CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CA0; }
p { color: rgb(55,76,160); }
H1.HeaderClassName
{
color: #374CA0;
}
.AnyTagClassName
{
color: #374CA0;
}
</style>
background-color css
<style>
a { background-color: #374CA0; }
a { background-color: rgb(55,76,160); }
div.DivClassName
{
background-color: #374CA0;
}
.BgClassName
{
background-color: #374CA0;
}
</style>
border-color css
<style>
span { border-color: #374CA0; }
span { border-color: rgb(55,76,160); }
td.TdClassName
{
border-color: #374CA0;
}
.TagClassName
{
border-color: #374CA0;
}
</style>