Shades of Tory Blue #394885
Tints of Tory Blue #394885
RGB
CMYK
RGB Variations
Color information
#394885 (or 0x394885) is known color: Tory Blue. HEX triplet: 39, 48 and 85. RGB value is (57,72,133). Sum of RGB (Red+Green+Blue) = 57+72+133=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #394885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394885 is #C6B77A. Grayscale: #4A4A4A. Windows color (decimal): -13023099 or 8734777. OLE color: 8734777.
HSL color Cylindrical-coordinate representation of color #394885: hue angle of 228.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394885 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 72 | 133 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.48 |
| HSL | 228.16º | 0.4% | 0.37% | - |
| HSV(B) | 228.16º | 0.57% | 0.52% | - |
| XYZ | 8.24 | 7.2 | 23.15 | - |
| YUV | 74.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 133 | 0.57 | 0.46 | 0 | 0.48 | 228.16 | 0.4 | 0.37 |
| Hex | 39 | 48 | 85 | 39 | 2E | 0 | 30 | E4 | 28 | 25 |
| Octal | 71 | 110 | 205 | 71 | 56 | 0 | 60 | 344 | 50 | 45 |
| Binary | 111001 | 1001000 | 10000101 | 111001 | 101110 | 0 | 110000 | 11100100 | 101000 | 100101 |
Color Harmonies of #394885
Complementary color
Monochromatic Colors of #394885
Black with #394885
Text Example
Text Example
White with #394885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394885; }
p { color: rgb(57,72,133); }
H1.HeaderClassName
{
color: #394885;
}
.AnyTagClassName
{
color: #394885;
}
</style>
background-color css
<style>
a { background-color: #394885; }
a { background-color: rgb(57,72,133); }
div.DivClassName
{
background-color: #394885;
}
.BgClassName
{
background-color: #394885;
}
</style>
border-color css
<style>
span { border-color: #394885; }
span { border-color: rgb(57,72,133); }
td.TdClassName
{
border-color: #394885;
}
.TagClassName
{
border-color: #394885;
}
</style>