Shades of Tory Blue #375091
Tints of Tory Blue #375091
RGB
CMYK
RGB Variations
Color information
#375091 (or 0x375091) is known color: Tory Blue. HEX triplet: 37, 50 and 91. RGB value is (55,80,145). Sum of RGB (Red+Green+Blue) = 55+80+145=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #375091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375091 is #C8AF6E. Grayscale: #4F4F4F. Windows color (decimal): -13152111 or 9523255. OLE color: 9523255.
HSL color Cylindrical-coordinate representation of color #375091: hue angle of 223.33º 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 #375091 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 80 | 145 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.43 |
| HSL | 223.33º | 0.45% | 0.39% | - |
| HSV(B) | 223.33º | 0.62% | 0.57% | - |
| XYZ | 9.56 | 8.59 | 27.94 | - |
| YUV | 79.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 145 | 0.62 | 0.45 | 0 | 0.43 | 223.33 | 0.45 | 0.39 |
| Hex | 37 | 50 | 91 | 3E | 2D | 0 | 2B | DF | 2D | 27 |
| Octal | 67 | 120 | 221 | 76 | 55 | 0 | 53 | 337 | 55 | 47 |
| Binary | 110111 | 1010000 | 10010001 | 111110 | 101101 | 0 | 101011 | 11011111 | 101101 | 100111 |
Color Harmonies of #375091
Complementary color
Monochromatic Colors of #375091
Black with #375091
Text Example
Text Example
White with #375091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375091; }
p { color: rgb(55,80,145); }
H1.HeaderClassName
{
color: #375091;
}
.AnyTagClassName
{
color: #375091;
}
</style>
background-color css
<style>
a { background-color: #375091; }
a { background-color: rgb(55,80,145); }
div.DivClassName
{
background-color: #375091;
}
.BgClassName
{
background-color: #375091;
}
</style>
border-color css
<style>
span { border-color: #375091; }
span { border-color: rgb(55,80,145); }
td.TdClassName
{
border-color: #375091;
}
.TagClassName
{
border-color: #375091;
}
</style>