Shades of Tory Blue #39548A
Tints of Tory Blue #39548A
RGB
CMYK
RGB Variations
Color information
#39548A (or 0x39548A) is known color: Tory Blue. HEX triplet: 39, 54 and 8A. RGB value is (57,84,138). Sum of RGB (Red+Green+Blue) = 57+84+138=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #39548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39548A is #C6AB75. Grayscale: #515151. Windows color (decimal): -13020022 or 9065529. OLE color: 9065529.
HSL color Cylindrical-coordinate representation of color #39548A: hue angle of 220º 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 #39548A is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 84 | 138 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.46 |
| HSL | 220º | 0.42% | 0.38% | - |
| HSV(B) | 220º | 0.59% | 0.54% | - |
| XYZ | 9.45 | 9.05 | 25.29 | - |
| YUV | 82.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 138 | 0.59 | 0.39 | 0 | 0.46 | 220 | 0.42 | 0.38 |
| Hex | 39 | 54 | 8A | 3B | 27 | 0 | 2E | DC | 2A | 26 |
| Octal | 71 | 124 | 212 | 73 | 47 | 0 | 56 | 334 | 52 | 46 |
| Binary | 111001 | 1010100 | 10001010 | 111011 | 100111 | 0 | 101110 | 11011100 | 101010 | 100110 |
Color Harmonies of #39548A
Complementary color
Monochromatic Colors of #39548A
Black with #39548A
Text Example
Text Example
White with #39548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39548A; }
p { color: rgb(57,84,138); }
H1.HeaderClassName
{
color: #39548A;
}
.AnyTagClassName
{
color: #39548A;
}
</style>
background-color css
<style>
a { background-color: #39548A; }
a { background-color: rgb(57,84,138); }
div.DivClassName
{
background-color: #39548A;
}
.BgClassName
{
background-color: #39548A;
}
</style>
border-color css
<style>
span { border-color: #39548A; }
span { border-color: rgb(57,84,138); }
td.TdClassName
{
border-color: #39548A;
}
.TagClassName
{
border-color: #39548A;
}
</style>