Shades of Tory Blue #394499
Tints of Tory Blue #394499
RGB
CMYK
RGB Variations
Color information
#394499 (or 0x394499) is known color: Tory Blue. HEX triplet: 39, 44 and 99. RGB value is (57,68,153). Sum of RGB (Red+Green+Blue) = 57+68+153=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #394499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394499 is #C6BB66. Grayscale: #4A4A4A. Windows color (decimal): -13024103 or 10044473. OLE color: 10044473.
HSL color Cylindrical-coordinate representation of color #394499: hue angle of 233.12º 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 #394499 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 68 | 153 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.4 |
| HSL | 233.13º | 0.46% | 0.41% | - |
| HSV(B) | 233.13º | 0.63% | 0.6% | - |
| XYZ | 9.5 | 7.3 | 31.05 | - |
| YUV | 74.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 153 | 0.63 | 0.56 | 0 | 0.4 | 233.13 | 0.46 | 0.41 |
| Hex | 39 | 44 | 99 | 3F | 38 | 0 | 28 | E9 | 2E | 29 |
| Octal | 71 | 104 | 231 | 77 | 70 | 0 | 50 | 351 | 56 | 51 |
| Binary | 111001 | 1000100 | 10011001 | 111111 | 111000 | 0 | 101000 | 11101001 | 101110 | 101001 |
Color Harmonies of #394499
Complementary color
Monochromatic Colors of #394499
Black with #394499
Text Example
Text Example
White with #394499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394499; }
p { color: rgb(57,68,153); }
H1.HeaderClassName
{
color: #394499;
}
.AnyTagClassName
{
color: #394499;
}
</style>
background-color css
<style>
a { background-color: #394499; }
a { background-color: rgb(57,68,153); }
div.DivClassName
{
background-color: #394499;
}
.BgClassName
{
background-color: #394499;
}
</style>
border-color css
<style>
span { border-color: #394499; }
span { border-color: rgb(57,68,153); }
td.TdClassName
{
border-color: #394499;
}
.TagClassName
{
border-color: #394499;
}
</style>