Shades of Tory Blue #395495
Tints of Tory Blue #395495
RGB
CMYK
RGB Variations
Color information
#395495 (or 0x395495) is known color: Tory Blue. HEX triplet: 39, 54 and 95. RGB value is (57,84,149). Sum of RGB (Red+Green+Blue) = 57+84+149=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #395495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395495 is #C6AB6A. Grayscale: #535353. Windows color (decimal): -13020011 or 9786425. OLE color: 9786425.
HSL color Cylindrical-coordinate representation of color #395495: hue angle of 222.39º 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 #395495 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 84 | 149 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.42 |
| HSL | 222.39º | 0.45% | 0.4% | - |
| HSV(B) | 222.39º | 0.62% | 0.58% | - |
| XYZ | 10.28 | 9.38 | 29.7 | - |
| YUV | 83.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 149 | 0.62 | 0.44 | 0 | 0.42 | 222.39 | 0.45 | 0.4 |
| Hex | 39 | 54 | 95 | 3E | 2C | 0 | 2A | DE | 2D | 28 |
| Octal | 71 | 124 | 225 | 76 | 54 | 0 | 52 | 336 | 55 | 50 |
| Binary | 111001 | 1010100 | 10010101 | 111110 | 101100 | 0 | 101010 | 11011110 | 101101 | 101000 |
Color Harmonies of #395495
Complementary color
Monochromatic Colors of #395495
Black with #395495
Text Example
Text Example
White with #395495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395495; }
p { color: rgb(57,84,149); }
H1.HeaderClassName
{
color: #395495;
}
.AnyTagClassName
{
color: #395495;
}
</style>
background-color css
<style>
a { background-color: #395495; }
a { background-color: rgb(57,84,149); }
div.DivClassName
{
background-color: #395495;
}
.BgClassName
{
background-color: #395495;
}
</style>
border-color css
<style>
span { border-color: #395495; }
span { border-color: rgb(57,84,149); }
td.TdClassName
{
border-color: #395495;
}
.TagClassName
{
border-color: #395495;
}
</style>