Shades of Rhino #394758
Tints of Rhino #394758
RGB
CMYK
RGB Variations
Color information
#394758 (or 0x394758) is known color: Rhino. HEX triplet: 39, 47 and 58. RGB value is (57,71,88). Sum of RGB (Red+Green+Blue) = 57+71+88=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #394758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394758 is #C6B8A7. Grayscale: #444444. Windows color (decimal): -13023400 or 5785401. OLE color: 5785401.
HSL color Cylindrical-coordinate representation of color #394758: hue angle of 212.9º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394758 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 71 | 88 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.65 |
| HSL | 212.9º | 0.21% | 0.28% | - |
| HSV(B) | 212.9º | 0.35% | 0.35% | - |
| XYZ | 5.7 | 6.08 | 10.11 | - |
| YUV | 68.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 88 | 0.35 | 0.19 | 0 | 0.65 | 212.9 | 0.21 | 0.28 |
| Hex | 39 | 47 | 58 | 23 | 13 | 0 | 41 | D5 | 15 | 1C |
| Octal | 71 | 107 | 130 | 43 | 23 | 0 | 101 | 325 | 25 | 34 |
| Binary | 111001 | 1000111 | 1011000 | 100011 | 10011 | 0 | 1000001 | 11010101 | 10101 | 11100 |
Color Harmonies of #394758
Complementary color
Monochromatic Colors of #394758
Black with #394758
Text Example
Text Example
White with #394758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394758; }
p { color: rgb(57,71,88); }
H1.HeaderClassName
{
color: #394758;
}
.AnyTagClassName
{
color: #394758;
}
</style>
background-color css
<style>
a { background-color: #394758; }
a { background-color: rgb(57,71,88); }
div.DivClassName
{
background-color: #394758;
}
.BgClassName
{
background-color: #394758;
}
</style>
border-color css
<style>
span { border-color: #394758; }
span { border-color: rgb(57,71,88); }
td.TdClassName
{
border-color: #394758;
}
.TagClassName
{
border-color: #394758;
}
</style>