Shades of Tory Blue #39508D
Tints of Tory Blue #39508D
RGB
CMYK
RGB Variations
Color information
#39508D (or 0x39508D) is known color: Tory Blue. HEX triplet: 39, 50 and 8D. RGB value is (57,80,141). Sum of RGB (Red+Green+Blue) = 57+80+141=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #39508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508D is #C6AF72. Grayscale: #4F4F4F. Windows color (decimal): -13021043 or 9261113. OLE color: 9261113.
HSL color Cylindrical-coordinate representation of color #39508D: hue angle of 223.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39508D is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 80 | 141 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.45 |
| HSL | 223.57º | 0.42% | 0.39% | - |
| HSV(B) | 223.57º | 0.6% | 0.55% | - |
| XYZ | 9.36 | 8.53 | 26.35 | - |
| YUV | 80.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 141 | 0.60 | 0.43 | 0 | 0.45 | 223.57 | 0.42 | 0.39 |
| Hex | 39 | 50 | 8D | 3C | 2B | 0 | 2D | E0 | 2A | 27 |
| Octal | 71 | 120 | 215 | 74 | 53 | 0 | 55 | 340 | 52 | 47 |
| Binary | 111001 | 1010000 | 10001101 | 111100 | 101011 | 0 | 101101 | 11100000 | 101010 | 100111 |
Color Harmonies of #39508D
Complementary color
Monochromatic Colors of #39508D
Black with #39508D
Text Example
Text Example
White with #39508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39508D; }
p { color: rgb(57,80,141); }
H1.HeaderClassName
{
color: #39508D;
}
.AnyTagClassName
{
color: #39508D;
}
</style>
background-color css
<style>
a { background-color: #39508D; }
a { background-color: rgb(57,80,141); }
div.DivClassName
{
background-color: #39508D;
}
.BgClassName
{
background-color: #39508D;
}
</style>
border-color css
<style>
span { border-color: #39508D; }
span { border-color: rgb(57,80,141); }
td.TdClassName
{
border-color: #39508D;
}
.TagClassName
{
border-color: #39508D;
}
</style>