Shades of Tory Blue #395185
Tints of Tory Blue #395185
RGB
CMYK
RGB Variations
Color information
#395185 (or 0x395185) is known color: Tory Blue. HEX triplet: 39, 51 and 85. RGB value is (57,81,133). Sum of RGB (Red+Green+Blue) = 57+81+133=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #395185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395185 is #C6AE7A. Grayscale: #4F4F4F. Windows color (decimal): -13020795 or 8737081. OLE color: 8737081.
HSL color Cylindrical-coordinate representation of color #395185: hue angle of 221.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395185 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 81 | 133 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.48 |
| HSL | 221.05º | 0.4% | 0.37% | - |
| HSV(B) | 221.05º | 0.57% | 0.52% | - |
| XYZ | 8.86 | 8.45 | 23.35 | - |
| YUV | 79.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 133 | 0.57 | 0.39 | 0 | 0.48 | 221.05 | 0.4 | 0.37 |
| Hex | 39 | 51 | 85 | 39 | 27 | 0 | 30 | DD | 28 | 25 |
| Octal | 71 | 121 | 205 | 71 | 47 | 0 | 60 | 335 | 50 | 45 |
| Binary | 111001 | 1010001 | 10000101 | 111001 | 100111 | 0 | 110000 | 11011101 | 101000 | 100101 |
Color Harmonies of #395185
Complementary color
Monochromatic Colors of #395185
Black with #395185
Text Example
Text Example
White with #395185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395185; }
p { color: rgb(57,81,133); }
H1.HeaderClassName
{
color: #395185;
}
.AnyTagClassName
{
color: #395185;
}
</style>
background-color css
<style>
a { background-color: #395185; }
a { background-color: rgb(57,81,133); }
div.DivClassName
{
background-color: #395185;
}
.BgClassName
{
background-color: #395185;
}
</style>
border-color css
<style>
span { border-color: #395185; }
span { border-color: rgb(57,81,133); }
td.TdClassName
{
border-color: #395185;
}
.TagClassName
{
border-color: #395185;
}
</style>