Shades of Tory Blue #374196
Tints of Tory Blue #374196
RGB
CMYK
RGB Variations
Color information
#374196 (or 0x374196) is known color: Tory Blue. HEX triplet: 37, 41 and 96. RGB value is (55,65,150). Sum of RGB (Red+Green+Blue) = 55+65+150=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #374196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374196 is #C8BE69. Grayscale: #474747. Windows color (decimal): -13155946 or 9847095. OLE color: 9847095.
HSL color Cylindrical-coordinate representation of color #374196: hue angle of 233.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374196 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 65 | 150 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.41 |
| HSL | 233.68º | 0.46% | 0.4% | - |
| HSV(B) | 233.68º | 0.63% | 0.59% | - |
| XYZ | 8.97 | 6.79 | 29.69 | - |
| YUV | 71.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 150 | 0.63 | 0.57 | 0 | 0.41 | 233.68 | 0.46 | 0.4 |
| Hex | 37 | 41 | 96 | 3F | 39 | 0 | 29 | EA | 2E | 28 |
| Octal | 67 | 101 | 226 | 77 | 71 | 0 | 51 | 352 | 56 | 50 |
| Binary | 110111 | 1000001 | 10010110 | 111111 | 111001 | 0 | 101001 | 11101010 | 101110 | 101000 |
Color Harmonies of #374196
Complementary color
Monochromatic Colors of #374196
Black with #374196
Text Example
Text Example
White with #374196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374196; }
p { color: rgb(55,65,150); }
H1.HeaderClassName
{
color: #374196;
}
.AnyTagClassName
{
color: #374196;
}
</style>
background-color css
<style>
a { background-color: #374196; }
a { background-color: rgb(55,65,150); }
div.DivClassName
{
background-color: #374196;
}
.BgClassName
{
background-color: #374196;
}
</style>
border-color css
<style>
span { border-color: #374196; }
span { border-color: rgb(55,65,150); }
td.TdClassName
{
border-color: #374196;
}
.TagClassName
{
border-color: #374196;
}
</style>