Shades of Tory Blue #394D92
Tints of Tory Blue #394D92
RGB
CMYK
RGB Variations
Color information
#394D92 (or 0x394D92) is known color: Tory Blue. HEX triplet: 39, 4D and 92. RGB value is (57,77,146). Sum of RGB (Red+Green+Blue) = 57+77+146=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #394D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D92 is #C6B26D. Grayscale: #4E4E4E. Windows color (decimal): -13021806 or 9588025. OLE color: 9588025.
HSL color Cylindrical-coordinate representation of color #394D92: hue angle of 226.52º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394D92 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 77 | 146 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.43 |
| HSL | 226.52º | 0.44% | 0.4% | - |
| HSV(B) | 226.52º | 0.61% | 0.57% | - |
| XYZ | 9.53 | 8.25 | 28.28 | - |
| YUV | 78.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 146 | 0.61 | 0.47 | 0 | 0.43 | 226.52 | 0.44 | 0.4 |
| Hex | 39 | 4D | 92 | 3D | 2F | 0 | 2B | E3 | 2C | 28 |
| Octal | 71 | 115 | 222 | 75 | 57 | 0 | 53 | 343 | 54 | 50 |
| Binary | 111001 | 1001101 | 10010010 | 111101 | 101111 | 0 | 101011 | 11100011 | 101100 | 101000 |
Color Harmonies of #394D92
Complementary color
Monochromatic Colors of #394D92
Black with #394D92
Text Example
Text Example
White with #394D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D92; }
p { color: rgb(57,77,146); }
H1.HeaderClassName
{
color: #394D92;
}
.AnyTagClassName
{
color: #394D92;
}
</style>
background-color css
<style>
a { background-color: #394D92; }
a { background-color: rgb(57,77,146); }
div.DivClassName
{
background-color: #394D92;
}
.BgClassName
{
background-color: #394D92;
}
</style>
border-color css
<style>
span { border-color: #394D92; }
span { border-color: rgb(57,77,146); }
td.TdClassName
{
border-color: #394D92;
}
.TagClassName
{
border-color: #394D92;
}
</style>