Shades of Tory Blue #39558A
Tints of Tory Blue #39558A
RGB
CMYK
RGB Variations
Color information
#39558A (or 0x39558A) is known color: Tory Blue. HEX triplet: 39, 55 and 8A. RGB value is (57,85,138). Sum of RGB (Red+Green+Blue) = 57+85+138=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #39558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39558A is #C6AA75. Grayscale: #525252. Windows color (decimal): -13019766 or 9065785. OLE color: 9065785.
HSL color Cylindrical-coordinate representation of color #39558A: hue angle of 219.26º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39558A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 85 | 138 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.46 |
| HSL | 219.26º | 0.42% | 0.38% | - |
| HSV(B) | 219.26º | 0.59% | 0.54% | - |
| XYZ | 9.52 | 9.2 | 25.32 | - |
| YUV | 82.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 138 | 0.59 | 0.38 | 0 | 0.46 | 219.26 | 0.42 | 0.38 |
| Hex | 39 | 55 | 8A | 3B | 26 | 0 | 2E | DB | 2A | 26 |
| Octal | 71 | 125 | 212 | 73 | 46 | 0 | 56 | 333 | 52 | 46 |
| Binary | 111001 | 1010101 | 10001010 | 111011 | 100110 | 0 | 101110 | 11011011 | 101010 | 100110 |
Color Harmonies of #39558A
Complementary color
Monochromatic Colors of #39558A
Black with #39558A
Text Example
Text Example
White with #39558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39558A; }
p { color: rgb(57,85,138); }
H1.HeaderClassName
{
color: #39558A;
}
.AnyTagClassName
{
color: #39558A;
}
</style>
background-color css
<style>
a { background-color: #39558A; }
a { background-color: rgb(57,85,138); }
div.DivClassName
{
background-color: #39558A;
}
.BgClassName
{
background-color: #39558A;
}
</style>
border-color css
<style>
span { border-color: #39558A; }
span { border-color: rgb(57,85,138); }
td.TdClassName
{
border-color: #39558A;
}
.TagClassName
{
border-color: #39558A;
}
</style>