Shades of Tory Blue #39598E
Tints of Tory Blue #39598E
RGB
CMYK
RGB Variations
Color information
#39598E (or 0x39598E) is known color: Tory Blue. HEX triplet: 39, 59 and 8E. RGB value is (57,89,142). Sum of RGB (Red+Green+Blue) = 57+89+142=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #39598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39598E is #C6A671. Grayscale: #555555. Windows color (decimal): -13018738 or 9328953. OLE color: 9328953.
HSL color Cylindrical-coordinate representation of color #39598E: hue angle of 217.41º 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 #39598E is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 89 | 142 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.44 |
| HSL | 217.41º | 0.43% | 0.39% | - |
| HSV(B) | 217.41º | 0.6% | 0.56% | - |
| XYZ | 10.14 | 9.97 | 26.98 | - |
| YUV | 85.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 142 | 0.60 | 0.37 | 0 | 0.44 | 217.41 | 0.43 | 0.39 |
| Hex | 39 | 59 | 8E | 3C | 25 | 0 | 2C | D9 | 2B | 27 |
| Octal | 71 | 131 | 216 | 74 | 45 | 0 | 54 | 331 | 53 | 47 |
| Binary | 111001 | 1011001 | 10001110 | 111100 | 100101 | 0 | 101100 | 11011001 | 101011 | 100111 |
Color Harmonies of #39598E
Complementary color
Monochromatic Colors of #39598E
Black with #39598E
Text Example
Text Example
White with #39598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39598E; }
p { color: rgb(57,89,142); }
H1.HeaderClassName
{
color: #39598E;
}
.AnyTagClassName
{
color: #39598E;
}
</style>
background-color css
<style>
a { background-color: #39598E; }
a { background-color: rgb(57,89,142); }
div.DivClassName
{
background-color: #39598E;
}
.BgClassName
{
background-color: #39598E;
}
</style>
border-color css
<style>
span { border-color: #39598E; }
span { border-color: rgb(57,89,142); }
td.TdClassName
{
border-color: #39598E;
}
.TagClassName
{
border-color: #39598E;
}
</style>