Shades of Tory Blue #394E9F
Tints of Tory Blue #394E9F
RGB
CMYK
RGB Variations
Color information
#394E9F (or 0x394E9F) is known color: Tory Blue. HEX triplet: 39, 4E and 9F. RGB value is (57,78,159). Sum of RGB (Red+Green+Blue) = 57+78+159=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #394E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E9F is #C6B160. Grayscale: #505050. Windows color (decimal): -13021537 or 10440249. OLE color: 10440249.
HSL color Cylindrical-coordinate representation of color #394E9F: hue angle of 227.65º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #394E9F is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 78 | 159 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.38 |
| HSL | 227.65º | 0.47% | 0.42% | - |
| HSV(B) | 227.65º | 0.64% | 0.62% | - |
| XYZ | 10.67 | 8.82 | 33.94 | - |
| YUV | 80.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 159 | 0.64 | 0.51 | 0 | 0.38 | 227.65 | 0.47 | 0.42 |
| Hex | 39 | 4E | 9F | 40 | 33 | 0 | 26 | E4 | 2F | 2A |
| Octal | 71 | 116 | 237 | 100 | 63 | 0 | 46 | 344 | 57 | 52 |
| Binary | 111001 | 1001110 | 10011111 | 1000000 | 110011 | 0 | 100110 | 11100100 | 101111 | 101010 |
Color Harmonies of #394E9F
Complementary color
Monochromatic Colors of #394E9F
Black with #394E9F
Text Example
Text Example
White with #394E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E9F; }
p { color: rgb(57,78,159); }
H1.HeaderClassName
{
color: #394E9F;
}
.AnyTagClassName
{
color: #394E9F;
}
</style>
background-color css
<style>
a { background-color: #394E9F; }
a { background-color: rgb(57,78,159); }
div.DivClassName
{
background-color: #394E9F;
}
.BgClassName
{
background-color: #394E9F;
}
</style>
border-color css
<style>
span { border-color: #394E9F; }
span { border-color: rgb(57,78,159); }
td.TdClassName
{
border-color: #394E9F;
}
.TagClassName
{
border-color: #394E9F;
}
</style>