Shades of Tory Blue #395082
Tints of Tory Blue #395082
RGB
CMYK
RGB Variations
Color information
#395082 (or 0x395082) is known color: Tory Blue. HEX triplet: 39, 50 and 82. RGB value is (57,80,130). Sum of RGB (Red+Green+Blue) = 57+80+130=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #395082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395082 is #C6AF7D. Grayscale: #4E4E4E. Windows color (decimal): -13021054 or 8540217. OLE color: 8540217.
HSL color Cylindrical-coordinate representation of color #395082: hue angle of 221.1º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395082 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 80 | 130 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.49 |
| HSL | 221.1º | 0.39% | 0.37% | - |
| HSV(B) | 221.1º | 0.56% | 0.51% | - |
| XYZ | 8.59 | 8.22 | 22.25 | - |
| YUV | 78.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 130 | 0.56 | 0.38 | 0 | 0.49 | 221.1 | 0.39 | 0.37 |
| Hex | 39 | 50 | 82 | 38 | 26 | 0 | 31 | DD | 27 | 25 |
| Octal | 71 | 120 | 202 | 70 | 46 | 0 | 61 | 335 | 47 | 45 |
| Binary | 111001 | 1010000 | 10000010 | 111000 | 100110 | 0 | 110001 | 11011101 | 100111 | 100101 |
Color Harmonies of #395082
Complementary color
Monochromatic Colors of #395082
Black with #395082
Text Example
Text Example
White with #395082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395082; }
p { color: rgb(57,80,130); }
H1.HeaderClassName
{
color: #395082;
}
.AnyTagClassName
{
color: #395082;
}
</style>
background-color css
<style>
a { background-color: #395082; }
a { background-color: rgb(57,80,130); }
div.DivClassName
{
background-color: #395082;
}
.BgClassName
{
background-color: #395082;
}
</style>
border-color css
<style>
span { border-color: #395082; }
span { border-color: rgb(57,80,130); }
td.TdClassName
{
border-color: #395082;
}
.TagClassName
{
border-color: #395082;
}
</style>