Shades of Tory Blue #394599
Tints of Tory Blue #394599
RGB
CMYK
RGB Variations
Color information
#394599 (or 0x394599) is known color: Tory Blue. HEX triplet: 39, 45 and 99. RGB value is (57,69,153). Sum of RGB (Red+Green+Blue) = 57+69+153=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #394599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394599 is #C6BA66. Grayscale: #4A4A4A. Windows color (decimal): -13023847 or 10044729. OLE color: 10044729.
HSL color Cylindrical-coordinate representation of color #394599: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394599 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 69 | 153 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.4 |
| HSL | 232.5º | 0.46% | 0.41% | - |
| HSV(B) | 232.5º | 0.63% | 0.6% | - |
| XYZ | 9.57 | 7.43 | 31.07 | - |
| YUV | 74.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 153 | 0.63 | 0.55 | 0 | 0.4 | 232.5 | 0.46 | 0.41 |
| Hex | 39 | 45 | 99 | 3F | 37 | 0 | 28 | E8 | 2E | 29 |
| Octal | 71 | 105 | 231 | 77 | 67 | 0 | 50 | 350 | 56 | 51 |
| Binary | 111001 | 1000101 | 10011001 | 111111 | 110111 | 0 | 101000 | 11101000 | 101110 | 101001 |
Color Harmonies of #394599
Complementary color
Monochromatic Colors of #394599
Black with #394599
Text Example
Text Example
White with #394599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394599; }
p { color: rgb(57,69,153); }
H1.HeaderClassName
{
color: #394599;
}
.AnyTagClassName
{
color: #394599;
}
</style>
background-color css
<style>
a { background-color: #394599; }
a { background-color: rgb(57,69,153); }
div.DivClassName
{
background-color: #394599;
}
.BgClassName
{
background-color: #394599;
}
</style>
border-color css
<style>
span { border-color: #394599; }
span { border-color: rgb(57,69,153); }
td.TdClassName
{
border-color: #394599;
}
.TagClassName
{
border-color: #394599;
}
</style>