Shades of Tory Blue #374E91
Tints of Tory Blue #374E91
RGB
CMYK
RGB Variations
Color information
#374E91 (or 0x374E91) is known color: Tory Blue. HEX triplet: 37, 4E and 91. RGB value is (55,78,145). Sum of RGB (Red+Green+Blue) = 55+78+145=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #374E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E91 is #C8B16E. Grayscale: #4E4E4E. Windows color (decimal): -13152623 or 9522743. OLE color: 9522743.
HSL color Cylindrical-coordinate representation of color #374E91: hue angle of 224.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374E91 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 78 | 145 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.43 |
| HSL | 224.67º | 0.45% | 0.39% | - |
| HSV(B) | 224.67º | 0.62% | 0.57% | - |
| XYZ | 9.41 | 8.31 | 27.9 | - |
| YUV | 78.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 145 | 0.62 | 0.46 | 0 | 0.43 | 224.67 | 0.45 | 0.39 |
| Hex | 37 | 4E | 91 | 3E | 2E | 0 | 2B | E1 | 2D | 27 |
| Octal | 67 | 116 | 221 | 76 | 56 | 0 | 53 | 341 | 55 | 47 |
| Binary | 110111 | 1001110 | 10010001 | 111110 | 101110 | 0 | 101011 | 11100001 | 101101 | 100111 |
Color Harmonies of #374E91
Complementary color
Monochromatic Colors of #374E91
Black with #374E91
Text Example
Text Example
White with #374E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E91; }
p { color: rgb(55,78,145); }
H1.HeaderClassName
{
color: #374E91;
}
.AnyTagClassName
{
color: #374E91;
}
</style>
background-color css
<style>
a { background-color: #374E91; }
a { background-color: rgb(55,78,145); }
div.DivClassName
{
background-color: #374E91;
}
.BgClassName
{
background-color: #374E91;
}
</style>
border-color css
<style>
span { border-color: #374E91; }
span { border-color: rgb(55,78,145); }
td.TdClassName
{
border-color: #374E91;
}
.TagClassName
{
border-color: #374E91;
}
</style>