Shades of Tory Blue #375096
Tints of Tory Blue #375096
RGB
CMYK
RGB Variations
Color information
#375096 (or 0x375096) is known color: Tory Blue. HEX triplet: 37, 50 and 96. RGB value is (55,80,150). Sum of RGB (Red+Green+Blue) = 55+80+150=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #375096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375096 is #C8AF69. Grayscale: #505050. Windows color (decimal): -13152106 or 9850935. OLE color: 9850935.
HSL color Cylindrical-coordinate representation of color #375096: hue angle of 224.21º 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 #375096 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 80 | 150 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.41 |
| HSL | 224.21º | 0.46% | 0.4% | - |
| HSV(B) | 224.21º | 0.63% | 0.59% | - |
| XYZ | 9.95 | 8.75 | 30.02 | - |
| YUV | 80.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 150 | 0.63 | 0.47 | 0 | 0.41 | 224.21 | 0.46 | 0.4 |
| Hex | 37 | 50 | 96 | 3F | 2F | 0 | 29 | E0 | 2E | 28 |
| Octal | 67 | 120 | 226 | 77 | 57 | 0 | 51 | 340 | 56 | 50 |
| Binary | 110111 | 1010000 | 10010110 | 111111 | 101111 | 0 | 101001 | 11100000 | 101110 | 101000 |
Color Harmonies of #375096
Complementary color
Monochromatic Colors of #375096
Black with #375096
Text Example
Text Example
White with #375096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375096; }
p { color: rgb(55,80,150); }
H1.HeaderClassName
{
color: #375096;
}
.AnyTagClassName
{
color: #375096;
}
</style>
background-color css
<style>
a { background-color: #375096; }
a { background-color: rgb(55,80,150); }
div.DivClassName
{
background-color: #375096;
}
.BgClassName
{
background-color: #375096;
}
</style>
border-color css
<style>
span { border-color: #375096; }
span { border-color: rgb(55,80,150); }
td.TdClassName
{
border-color: #375096;
}
.TagClassName
{
border-color: #375096;
}
</style>