Shades of Tory Blue #375093
Tints of Tory Blue #375093
RGB
CMYK
RGB Variations
Color information
#375093 (or 0x375093) is known color: Tory Blue. HEX triplet: 37, 50 and 93. RGB value is (55,80,147). Sum of RGB (Red+Green+Blue) = 55+80+147=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #375093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375093 is #C8AF6C. Grayscale: #4F4F4F. Windows color (decimal): -13152109 or 9654327. OLE color: 9654327.
HSL color Cylindrical-coordinate representation of color #375093: hue angle of 223.7º 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 #375093 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 80 | 147 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.42 |
| HSL | 223.7º | 0.46% | 0.4% | - |
| HSV(B) | 223.7º | 0.63% | 0.58% | - |
| XYZ | 9.71 | 8.66 | 28.76 | - |
| YUV | 80.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 147 | 0.63 | 0.46 | 0 | 0.42 | 223.7 | 0.46 | 0.4 |
| Hex | 37 | 50 | 93 | 3F | 2E | 0 | 2A | E0 | 2E | 28 |
| Octal | 67 | 120 | 223 | 77 | 56 | 0 | 52 | 340 | 56 | 50 |
| Binary | 110111 | 1010000 | 10010011 | 111111 | 101110 | 0 | 101010 | 11100000 | 101110 | 101000 |
Color Harmonies of #375093
Complementary color
Monochromatic Colors of #375093
Black with #375093
Text Example
Text Example
White with #375093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375093; }
p { color: rgb(55,80,147); }
H1.HeaderClassName
{
color: #375093;
}
.AnyTagClassName
{
color: #375093;
}
</style>
background-color css
<style>
a { background-color: #375093; }
a { background-color: rgb(55,80,147); }
div.DivClassName
{
background-color: #375093;
}
.BgClassName
{
background-color: #375093;
}
</style>
border-color css
<style>
span { border-color: #375093; }
span { border-color: rgb(55,80,147); }
td.TdClassName
{
border-color: #375093;
}
.TagClassName
{
border-color: #375093;
}
</style>