Shades of Tory Blue #374195
Tints of Tory Blue #374195
RGB
CMYK
RGB Variations
Color information
#374195 (or 0x374195) is known color: Tory Blue. HEX triplet: 37, 41 and 95. RGB value is (55,65,149). Sum of RGB (Red+Green+Blue) = 55+65+149=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #374195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374195 is #C8BE6A. Grayscale: #474747. Windows color (decimal): -13155947 or 9781559. OLE color: 9781559.
HSL color Cylindrical-coordinate representation of color #374195: hue angle of 233.62º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374195 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 65 | 149 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.42 |
| HSL | 233.62º | 0.46% | 0.4% | - |
| HSV(B) | 233.62º | 0.63% | 0.58% | - |
| XYZ | 8.89 | 6.76 | 29.27 | - |
| YUV | 71.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 149 | 0.63 | 0.56 | 0 | 0.42 | 233.62 | 0.46 | 0.4 |
| Hex | 37 | 41 | 95 | 3F | 38 | 0 | 2A | EA | 2E | 28 |
| Octal | 67 | 101 | 225 | 77 | 70 | 0 | 52 | 352 | 56 | 50 |
| Binary | 110111 | 1000001 | 10010101 | 111111 | 111000 | 0 | 101010 | 11101010 | 101110 | 101000 |
Color Harmonies of #374195
Complementary color
Monochromatic Colors of #374195
Black with #374195
Text Example
Text Example
White with #374195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374195; }
p { color: rgb(55,65,149); }
H1.HeaderClassName
{
color: #374195;
}
.AnyTagClassName
{
color: #374195;
}
</style>
background-color css
<style>
a { background-color: #374195; }
a { background-color: rgb(55,65,149); }
div.DivClassName
{
background-color: #374195;
}
.BgClassName
{
background-color: #374195;
}
</style>
border-color css
<style>
span { border-color: #374195; }
span { border-color: rgb(55,65,149); }
td.TdClassName
{
border-color: #374195;
}
.TagClassName
{
border-color: #374195;
}
</style>