Shades of Tory Blue #39458C
Tints of Tory Blue #39458C
RGB
CMYK
RGB Variations
Color information
#39458C (or 0x39458C) is known color: Tory Blue. HEX triplet: 39, 45 and 8C. RGB value is (57,69,140). Sum of RGB (Red+Green+Blue) = 57+69+140=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #39458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39458C is #C6BA73. Grayscale: #494949. Windows color (decimal): -13023860 or 9192761. OLE color: 9192761.
HSL color Cylindrical-coordinate representation of color #39458C: hue angle of 231.33º 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 #39458C is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 69 | 140 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.45 |
| HSL | 231.33º | 0.42% | 0.39% | - |
| HSV(B) | 231.33º | 0.59% | 0.55% | - |
| XYZ | 8.55 | 7.02 | 25.72 | - |
| YUV | 73.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 140 | 0.59 | 0.51 | 0 | 0.45 | 231.33 | 0.42 | 0.39 |
| Hex | 39 | 45 | 8C | 3B | 33 | 0 | 2D | E7 | 2A | 27 |
| Octal | 71 | 105 | 214 | 73 | 63 | 0 | 55 | 347 | 52 | 47 |
| Binary | 111001 | 1000101 | 10001100 | 111011 | 110011 | 0 | 101101 | 11100111 | 101010 | 100111 |
Color Harmonies of #39458C
Complementary color
Monochromatic Colors of #39458C
Black with #39458C
Text Example
Text Example
White with #39458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39458C; }
p { color: rgb(57,69,140); }
H1.HeaderClassName
{
color: #39458C;
}
.AnyTagClassName
{
color: #39458C;
}
</style>
background-color css
<style>
a { background-color: #39458C; }
a { background-color: rgb(57,69,140); }
div.DivClassName
{
background-color: #39458C;
}
.BgClassName
{
background-color: #39458C;
}
</style>
border-color css
<style>
span { border-color: #39458C; }
span { border-color: rgb(57,69,140); }
td.TdClassName
{
border-color: #39458C;
}
.TagClassName
{
border-color: #39458C;
}
</style>