Shades of Tory Blue #39479D
Tints of Tory Blue #39479D
RGB
CMYK
RGB Variations
Color information
#39479D (or 0x39479D) is known color: Tory Blue. HEX triplet: 39, 47 and 9D. RGB value is (57,71,157). Sum of RGB (Red+Green+Blue) = 57+71+157=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #39479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39479D is #C6B862. Grayscale: #4C4C4C. Windows color (decimal): -13023331 or 10307385. OLE color: 10307385.
HSL color Cylindrical-coordinate representation of color #39479D: hue angle of 231.6º 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 #39479D is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 71 | 157 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.38 |
| HSL | 231.6º | 0.47% | 0.42% | - |
| HSV(B) | 231.6º | 0.64% | 0.62% | - |
| XYZ | 10.03 | 7.81 | 32.88 | - |
| YUV | 76.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 157 | 0.64 | 0.55 | 0 | 0.38 | 231.6 | 0.47 | 0.42 |
| Hex | 39 | 47 | 9D | 40 | 37 | 0 | 26 | E8 | 2F | 2A |
| Octal | 71 | 107 | 235 | 100 | 67 | 0 | 46 | 350 | 57 | 52 |
| Binary | 111001 | 1000111 | 10011101 | 1000000 | 110111 | 0 | 100110 | 11101000 | 101111 | 101010 |
Color Harmonies of #39479D
Complementary color
Monochromatic Colors of #39479D
Black with #39479D
Text Example
Text Example
White with #39479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39479D; }
p { color: rgb(57,71,157); }
H1.HeaderClassName
{
color: #39479D;
}
.AnyTagClassName
{
color: #39479D;
}
</style>
background-color css
<style>
a { background-color: #39479D; }
a { background-color: rgb(57,71,157); }
div.DivClassName
{
background-color: #39479D;
}
.BgClassName
{
background-color: #39479D;
}
</style>
border-color css
<style>
span { border-color: #39479D; }
span { border-color: rgb(57,71,157); }
td.TdClassName
{
border-color: #39479D;
}
.TagClassName
{
border-color: #39479D;
}
</style>