Shades of Tory Blue #39509F
Tints of Tory Blue #39509F
RGB
CMYK
RGB Variations
Color information
#39509F (or 0x39509F) is known color: Tory Blue. HEX triplet: 39, 50 and 9F. RGB value is (57,80,159). Sum of RGB (Red+Green+Blue) = 57+80+159=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #39509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39509F is #C6AF60. Grayscale: #515151. Windows color (decimal): -13021025 or 10440761. OLE color: 10440761.
HSL color Cylindrical-coordinate representation of color #39509F: hue angle of 226.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39509F is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 80 | 159 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.38 |
| HSL | 226.47º | 0.47% | 0.42% | - |
| HSV(B) | 226.47º | 0.64% | 0.62% | - |
| XYZ | 10.81 | 9.11 | 33.99 | - |
| YUV | 82.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 159 | 0.64 | 0.50 | 0 | 0.38 | 226.47 | 0.47 | 0.42 |
| Hex | 39 | 50 | 9F | 40 | 32 | 0 | 26 | E2 | 2F | 2A |
| Octal | 71 | 120 | 237 | 100 | 62 | 0 | 46 | 342 | 57 | 52 |
| Binary | 111001 | 1010000 | 10011111 | 1000000 | 110010 | 0 | 100110 | 11100010 | 101111 | 101010 |
Color Harmonies of #39509F
Complementary color
Monochromatic Colors of #39509F
Black with #39509F
Text Example
Text Example
White with #39509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39509F; }
p { color: rgb(57,80,159); }
H1.HeaderClassName
{
color: #39509F;
}
.AnyTagClassName
{
color: #39509F;
}
</style>
background-color css
<style>
a { background-color: #39509F; }
a { background-color: rgb(57,80,159); }
div.DivClassName
{
background-color: #39509F;
}
.BgClassName
{
background-color: #39509F;
}
</style>
border-color css
<style>
span { border-color: #39509F; }
span { border-color: rgb(57,80,159); }
td.TdClassName
{
border-color: #39509F;
}
.TagClassName
{
border-color: #39509F;
}
</style>