Shades of Tory Blue #39458A
Tints of Tory Blue #39458A
RGB
CMYK
RGB Variations
Color information
#39458A (or 0x39458A) is known color: Tory Blue. HEX triplet: 39, 45 and 8A. RGB value is (57,69,138). Sum of RGB (Red+Green+Blue) = 57+69+138=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #39458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39458A is #C6BA75. Grayscale: #484848. Windows color (decimal): -13023862 or 9061689. OLE color: 9061689.
HSL color Cylindrical-coordinate representation of color #39458A: hue angle of 231.11º 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 #39458A is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 69 | 138 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.46 |
| HSL | 231.11º | 0.42% | 0.38% | - |
| HSV(B) | 231.11º | 0.59% | 0.54% | - |
| XYZ | 8.4 | 6.96 | 24.95 | - |
| YUV | 73.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 138 | 0.59 | 0.5 | 0 | 0.46 | 231.11 | 0.42 | 0.38 |
| Hex | 39 | 45 | 8A | 3B | 32 | 0 | 2E | E7 | 2A | 26 |
| Octal | 71 | 105 | 212 | 73 | 62 | 0 | 56 | 347 | 52 | 46 |
| Binary | 111001 | 1000101 | 10001010 | 111011 | 110010 | 0 | 101110 | 11100111 | 101010 | 100110 |
Color Harmonies of #39458A
Complementary color
Monochromatic Colors of #39458A
Black with #39458A
Text Example
Text Example
White with #39458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39458A; }
p { color: rgb(57,69,138); }
H1.HeaderClassName
{
color: #39458A;
}
.AnyTagClassName
{
color: #39458A;
}
</style>
background-color css
<style>
a { background-color: #39458A; }
a { background-color: rgb(57,69,138); }
div.DivClassName
{
background-color: #39458A;
}
.BgClassName
{
background-color: #39458A;
}
</style>
border-color css
<style>
span { border-color: #39458A; }
span { border-color: rgb(57,69,138); }
td.TdClassName
{
border-color: #39458A;
}
.TagClassName
{
border-color: #39458A;
}
</style>