Shades of Rhino #394657
Tints of Rhino #394657
RGB
CMYK
RGB Variations
Color information
#394657 (or 0x394657) is known color: Rhino. HEX triplet: 39, 46 and 57. RGB value is (57,70,87). Sum of RGB (Red+Green+Blue) = 57+70+87=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #394657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394657 is #C6B9A8. Grayscale: #434343. Windows color (decimal): -13023657 or 5719609. OLE color: 5719609.
HSL color Cylindrical-coordinate representation of color #394657: hue angle of 214º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394657 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 70 | 87 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.66 |
| HSL | 214º | 0.21% | 0.28% | - |
| HSV(B) | 214º | 0.34% | 0.34% | - |
| XYZ | 5.6 | 5.94 | 9.87 | - |
| YUV | 68.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 87 | 0.34 | 0.20 | 0 | 0.66 | 214 | 0.21 | 0.28 |
| Hex | 39 | 46 | 57 | 22 | 14 | 0 | 42 | D6 | 15 | 1C |
| Octal | 71 | 106 | 127 | 42 | 24 | 0 | 102 | 326 | 25 | 34 |
| Binary | 111001 | 1000110 | 1010111 | 100010 | 10100 | 0 | 1000010 | 11010110 | 10101 | 11100 |
Color Harmonies of #394657
Complementary color
Monochromatic Colors of #394657
Black with #394657
Text Example
Text Example
White with #394657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394657; }
p { color: rgb(57,70,87); }
H1.HeaderClassName
{
color: #394657;
}
.AnyTagClassName
{
color: #394657;
}
</style>
background-color css
<style>
a { background-color: #394657; }
a { background-color: rgb(57,70,87); }
div.DivClassName
{
background-color: #394657;
}
.BgClassName
{
background-color: #394657;
}
</style>
border-color css
<style>
span { border-color: #394657; }
span { border-color: rgb(57,70,87); }
td.TdClassName
{
border-color: #394657;
}
.TagClassName
{
border-color: #394657;
}
</style>