Shades of Tory Blue #39468F
Tints of Tory Blue #39468F
RGB
CMYK
RGB Variations
Color information
#39468F (or 0x39468F) is known color: Tory Blue. HEX triplet: 39, 46 and 8F. RGB value is (57,70,143). Sum of RGB (Red+Green+Blue) = 57+70+143=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #39468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39468F is #C6B970. Grayscale: #4A4A4A. Windows color (decimal): -13023601 or 9389625. OLE color: 9389625.
HSL color Cylindrical-coordinate representation of color #39468F: hue angle of 230.93º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39468F is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 70 | 143 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.44 |
| HSL | 230.93º | 0.43% | 0.39% | - |
| HSV(B) | 230.93º | 0.6% | 0.56% | - |
| XYZ | 8.84 | 7.23 | 26.92 | - |
| YUV | 74.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 143 | 0.60 | 0.51 | 0 | 0.44 | 230.93 | 0.43 | 0.39 |
| Hex | 39 | 46 | 8F | 3C | 33 | 0 | 2C | E7 | 2B | 27 |
| Octal | 71 | 106 | 217 | 74 | 63 | 0 | 54 | 347 | 53 | 47 |
| Binary | 111001 | 1000110 | 10001111 | 111100 | 110011 | 0 | 101100 | 11100111 | 101011 | 100111 |
Color Harmonies of #39468F
Complementary color
Monochromatic Colors of #39468F
Black with #39468F
Text Example
Text Example
White with #39468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39468F; }
p { color: rgb(57,70,143); }
H1.HeaderClassName
{
color: #39468F;
}
.AnyTagClassName
{
color: #39468F;
}
</style>
background-color css
<style>
a { background-color: #39468F; }
a { background-color: rgb(57,70,143); }
div.DivClassName
{
background-color: #39468F;
}
.BgClassName
{
background-color: #39468F;
}
</style>
border-color css
<style>
span { border-color: #39468F; }
span { border-color: rgb(57,70,143); }
td.TdClassName
{
border-color: #39468F;
}
.TagClassName
{
border-color: #39468F;
}
</style>