Shades of Rhino #394655
Tints of Rhino #394655
RGB
CMYK
RGB Variations
Color information
#394655 (or 0x394655) is known color: Rhino. HEX triplet: 39, 46 and 55. RGB value is (57,70,85). Sum of RGB (Red+Green+Blue) = 57+70+85=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #394655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394655 is #C6B9AA. Grayscale: #434343. Windows color (decimal): -13023659 or 5588537. OLE color: 5588537.
HSL color Cylindrical-coordinate representation of color #394655: hue angle of 212.14º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394655 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 70 | 85 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.67 |
| HSL | 212.14º | 0.2% | 0.28% | - |
| HSV(B) | 212.14º | 0.33% | 0.33% | - |
| XYZ | 5.52 | 5.91 | 9.44 | - |
| YUV | 67.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 85 | 0.33 | 0.18 | 0 | 0.67 | 212.14 | 0.2 | 0.28 |
| Hex | 39 | 46 | 55 | 21 | 12 | 0 | 43 | D4 | 14 | 1C |
| Octal | 71 | 106 | 125 | 41 | 22 | 0 | 103 | 324 | 24 | 34 |
| Binary | 111001 | 1000110 | 1010101 | 100001 | 10010 | 0 | 1000011 | 11010100 | 10100 | 11100 |
Color Harmonies of #394655
Complementary color
Monochromatic Colors of #394655
Black with #394655
Text Example
Text Example
White with #394655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394655; }
p { color: rgb(57,70,85); }
H1.HeaderClassName
{
color: #394655;
}
.AnyTagClassName
{
color: #394655;
}
</style>
background-color css
<style>
a { background-color: #394655; }
a { background-color: rgb(57,70,85); }
div.DivClassName
{
background-color: #394655;
}
.BgClassName
{
background-color: #394655;
}
</style>
border-color css
<style>
span { border-color: #394655; }
span { border-color: rgb(57,70,85); }
td.TdClassName
{
border-color: #394655;
}
.TagClassName
{
border-color: #394655;
}
</style>