Shades of Tory Blue #395895
Tints of Tory Blue #395895
RGB
CMYK
RGB Variations
Color information
#395895 (or 0x395895) is known color: Tory Blue. HEX triplet: 39, 58 and 95. RGB value is (57,88,149). Sum of RGB (Red+Green+Blue) = 57+88+149=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #395895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395895 is #C6A76A. Grayscale: #555555. Windows color (decimal): -13018987 or 9787449. OLE color: 9787449.
HSL color Cylindrical-coordinate representation of color #395895: hue angle of 219.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395895 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 88 | 149 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.42 |
| HSL | 219.78º | 0.45% | 0.4% | - |
| HSV(B) | 219.78º | 0.62% | 0.58% | - |
| XYZ | 10.6 | 10.02 | 29.81 | - |
| YUV | 85.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 149 | 0.62 | 0.41 | 0 | 0.42 | 219.78 | 0.45 | 0.4 |
| Hex | 39 | 58 | 95 | 3E | 29 | 0 | 2A | DC | 2D | 28 |
| Octal | 71 | 130 | 225 | 76 | 51 | 0 | 52 | 334 | 55 | 50 |
| Binary | 111001 | 1011000 | 10010101 | 111110 | 101001 | 0 | 101010 | 11011100 | 101101 | 101000 |
Color Harmonies of #395895
Complementary color
Monochromatic Colors of #395895
Black with #395895
Text Example
Text Example
White with #395895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395895; }
p { color: rgb(57,88,149); }
H1.HeaderClassName
{
color: #395895;
}
.AnyTagClassName
{
color: #395895;
}
</style>
background-color css
<style>
a { background-color: #395895; }
a { background-color: rgb(57,88,149); }
div.DivClassName
{
background-color: #395895;
}
.BgClassName
{
background-color: #395895;
}
</style>
border-color css
<style>
span { border-color: #395895; }
span { border-color: rgb(57,88,149); }
td.TdClassName
{
border-color: #395895;
}
.TagClassName
{
border-color: #395895;
}
</style>