Shades of Tory Blue #39478C
Tints of Tory Blue #39478C
RGB
CMYK
RGB Variations
Color information
#39478C (or 0x39478C) is known color: Tory Blue. HEX triplet: 39, 47 and 8C. RGB value is (57,71,140). Sum of RGB (Red+Green+Blue) = 57+71+140=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #39478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39478C is #C6B873. Grayscale: #4A4A4A. Windows color (decimal): -13023348 or 9193273. OLE color: 9193273.
HSL color Cylindrical-coordinate representation of color #39478C: hue angle of 229.88º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39478C is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 71 | 140 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.45 |
| HSL | 229.88º | 0.42% | 0.39% | - |
| HSV(B) | 229.88º | 0.59% | 0.55% | - |
| XYZ | 8.67 | 7.27 | 25.76 | - |
| YUV | 74.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 140 | 0.59 | 0.49 | 0 | 0.45 | 229.88 | 0.42 | 0.39 |
| Hex | 39 | 47 | 8C | 3B | 31 | 0 | 2D | E6 | 2A | 27 |
| Octal | 71 | 107 | 214 | 73 | 61 | 0 | 55 | 346 | 52 | 47 |
| Binary | 111001 | 1000111 | 10001100 | 111011 | 110001 | 0 | 101101 | 11100110 | 101010 | 100111 |
Color Harmonies of #39478C
Complementary color
Monochromatic Colors of #39478C
Black with #39478C
Text Example
Text Example
White with #39478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39478C; }
p { color: rgb(57,71,140); }
H1.HeaderClassName
{
color: #39478C;
}
.AnyTagClassName
{
color: #39478C;
}
</style>
background-color css
<style>
a { background-color: #39478C; }
a { background-color: rgb(57,71,140); }
div.DivClassName
{
background-color: #39478C;
}
.BgClassName
{
background-color: #39478C;
}
</style>
border-color css
<style>
span { border-color: #39478C; }
span { border-color: rgb(57,71,140); }
td.TdClassName
{
border-color: #39478C;
}
.TagClassName
{
border-color: #39478C;
}
</style>