Shades of Tory Blue #375094
Tints of Tory Blue #375094
RGB
CMYK
RGB Variations
Color information
#375094 (or 0x375094) is known color: Tory Blue. HEX triplet: 37, 50 and 94. RGB value is (55,80,148). Sum of RGB (Red+Green+Blue) = 55+80+148=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #375094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375094 is #C8AF6B. Grayscale: #4F4F4F. Windows color (decimal): -13152108 or 9719863. OLE color: 9719863.
HSL color Cylindrical-coordinate representation of color #375094: hue angle of 223.87º 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 #375094 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 80 | 148 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.42 |
| HSL | 223.87º | 0.46% | 0.4% | - |
| HSV(B) | 223.87º | 0.63% | 0.58% | - |
| XYZ | 9.79 | 8.69 | 29.18 | - |
| YUV | 80.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 148 | 0.63 | 0.46 | 0 | 0.42 | 223.87 | 0.46 | 0.4 |
| Hex | 37 | 50 | 94 | 3F | 2E | 0 | 2A | E0 | 2E | 28 |
| Octal | 67 | 120 | 224 | 77 | 56 | 0 | 52 | 340 | 56 | 50 |
| Binary | 110111 | 1010000 | 10010100 | 111111 | 101110 | 0 | 101010 | 11100000 | 101110 | 101000 |
Color Harmonies of #375094
Complementary color
Monochromatic Colors of #375094
Black with #375094
Text Example
Text Example
White with #375094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375094; }
p { color: rgb(55,80,148); }
H1.HeaderClassName
{
color: #375094;
}
.AnyTagClassName
{
color: #375094;
}
</style>
background-color css
<style>
a { background-color: #375094; }
a { background-color: rgb(55,80,148); }
div.DivClassName
{
background-color: #375094;
}
.BgClassName
{
background-color: #375094;
}
</style>
border-color css
<style>
span { border-color: #375094; }
span { border-color: rgb(55,80,148); }
td.TdClassName
{
border-color: #375094;
}
.TagClassName
{
border-color: #375094;
}
</style>