Shades of Tory Blue #39558E
Tints of Tory Blue #39558E
RGB
CMYK
RGB Variations
Color information
#39558E (or 0x39558E) is known color: Tory Blue. HEX triplet: 39, 55 and 8E. RGB value is (57,85,142). Sum of RGB (Red+Green+Blue) = 57+85+142=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #39558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39558E is #C6AA71. Grayscale: #525252. Windows color (decimal): -13019762 or 9327929. OLE color: 9327929.
HSL color Cylindrical-coordinate representation of color #39558E: hue angle of 220.24º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39558E is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 85 | 142 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.44 |
| HSL | 220.24º | 0.43% | 0.39% | - |
| HSV(B) | 220.24º | 0.6% | 0.56% | - |
| XYZ | 9.82 | 9.32 | 26.87 | - |
| YUV | 83.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 142 | 0.60 | 0.40 | 0 | 0.44 | 220.24 | 0.43 | 0.39 |
| Hex | 39 | 55 | 8E | 3C | 28 | 0 | 2C | DC | 2B | 27 |
| Octal | 71 | 125 | 216 | 74 | 50 | 0 | 54 | 334 | 53 | 47 |
| Binary | 111001 | 1010101 | 10001110 | 111100 | 101000 | 0 | 101100 | 11011100 | 101011 | 100111 |
Color Harmonies of #39558E
Complementary color
Monochromatic Colors of #39558E
Black with #39558E
Text Example
Text Example
White with #39558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39558E; }
p { color: rgb(57,85,142); }
H1.HeaderClassName
{
color: #39558E;
}
.AnyTagClassName
{
color: #39558E;
}
</style>
background-color css
<style>
a { background-color: #39558E; }
a { background-color: rgb(57,85,142); }
div.DivClassName
{
background-color: #39558E;
}
.BgClassName
{
background-color: #39558E;
}
</style>
border-color css
<style>
span { border-color: #39558E; }
span { border-color: rgb(57,85,142); }
td.TdClassName
{
border-color: #39558E;
}
.TagClassName
{
border-color: #39558E;
}
</style>