Shades of Tory Blue #39478A
Tints of Tory Blue #39478A
RGB
CMYK
RGB Variations
Color information
#39478A (or 0x39478A) is known color: Tory Blue. HEX triplet: 39, 47 and 8A. RGB value is (57,71,138). Sum of RGB (Red+Green+Blue) = 57+71+138=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #39478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39478A is #C6B875. Grayscale: #4A4A4A. Windows color (decimal): -13023350 or 9062201. OLE color: 9062201.
HSL color Cylindrical-coordinate representation of color #39478A: hue angle of 229.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39478A is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 71 | 138 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.46 |
| HSL | 229.63º | 0.42% | 0.38% | - |
| HSV(B) | 229.63º | 0.59% | 0.54% | - |
| XYZ | 8.53 | 7.21 | 24.99 | - |
| YUV | 74.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 138 | 0.59 | 0.49 | 0 | 0.46 | 229.63 | 0.42 | 0.38 |
| Hex | 39 | 47 | 8A | 3B | 31 | 0 | 2E | E6 | 2A | 26 |
| Octal | 71 | 107 | 212 | 73 | 61 | 0 | 56 | 346 | 52 | 46 |
| Binary | 111001 | 1000111 | 10001010 | 111011 | 110001 | 0 | 101110 | 11100110 | 101010 | 100110 |
Color Harmonies of #39478A
Complementary color
Monochromatic Colors of #39478A
Black with #39478A
Text Example
Text Example
White with #39478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39478A; }
p { color: rgb(57,71,138); }
H1.HeaderClassName
{
color: #39478A;
}
.AnyTagClassName
{
color: #39478A;
}
</style>
background-color css
<style>
a { background-color: #39478A; }
a { background-color: rgb(57,71,138); }
div.DivClassName
{
background-color: #39478A;
}
.BgClassName
{
background-color: #39478A;
}
</style>
border-color css
<style>
span { border-color: #39478A; }
span { border-color: rgb(57,71,138); }
td.TdClassName
{
border-color: #39478A;
}
.TagClassName
{
border-color: #39478A;
}
</style>