Shades of Tory Blue #39497E
Tints of Tory Blue #39497E
RGB
CMYK
RGB Variations
Color information
#39497E (or 0x39497E) is known color: Tory Blue. HEX triplet: 39, 49 and 7E. RGB value is (57,73,126). Sum of RGB (Red+Green+Blue) = 57+73+126=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #39497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497E is #C6B681. Grayscale: #4A4A4A. Windows color (decimal): -13022850 or 8276281. OLE color: 8276281.
HSL color Cylindrical-coordinate representation of color #39497E: hue angle of 226.09º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39497E is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 73 | 126 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.51 |
| HSL | 226.09º | 0.38% | 0.36% | - |
| HSV(B) | 226.09º | 0.55% | 0.49% | - |
| XYZ | 7.84 | 7.14 | 20.7 | - |
| YUV | 74.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 126 | 0.55 | 0.42 | 0 | 0.51 | 226.09 | 0.38 | 0.36 |
| Hex | 39 | 49 | 7E | 37 | 2A | 0 | 33 | E2 | 26 | 24 |
| Octal | 71 | 111 | 176 | 67 | 52 | 0 | 63 | 342 | 46 | 44 |
| Binary | 111001 | 1001001 | 1111110 | 110111 | 101010 | 0 | 110011 | 11100010 | 100110 | 100100 |
Color Harmonies of #39497E
Complementary color
Monochromatic Colors of #39497E
Black with #39497E
Text Example
Text Example
White with #39497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39497E; }
p { color: rgb(57,73,126); }
H1.HeaderClassName
{
color: #39497E;
}
.AnyTagClassName
{
color: #39497E;
}
</style>
background-color css
<style>
a { background-color: #39497E; }
a { background-color: rgb(57,73,126); }
div.DivClassName
{
background-color: #39497E;
}
.BgClassName
{
background-color: #39497E;
}
</style>
border-color css
<style>
span { border-color: #39497E; }
span { border-color: rgb(57,73,126); }
td.TdClassName
{
border-color: #39497E;
}
.TagClassName
{
border-color: #39497E;
}
</style>