Shades of Rhino #394654
Tints of Rhino #394654
RGB
CMYK
RGB Variations
Color information
#394654 (or 0x394654) is known color: Rhino. HEX triplet: 39, 46 and 54. RGB value is (57,70,84). Sum of RGB (Red+Green+Blue) = 57+70+84=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #394654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394654 is #C6B9AB. Grayscale: #434343. Windows color (decimal): -13023660 or 5523001. OLE color: 5523001.
HSL color Cylindrical-coordinate representation of color #394654: hue angle of 211.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394654 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 70 | 84 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.67 |
| HSL | 211.11º | 0.19% | 0.28% | - |
| HSV(B) | 211.11º | 0.32% | 0.33% | - |
| XYZ | 5.48 | 5.89 | 9.24 | - |
| YUV | 67.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 84 | 0.32 | 0.17 | 0 | 0.67 | 211.11 | 0.19 | 0.28 |
| Hex | 39 | 46 | 54 | 20 | 11 | 0 | 43 | D3 | 13 | 1C |
| Octal | 71 | 106 | 124 | 40 | 21 | 0 | 103 | 323 | 23 | 34 |
| Binary | 111001 | 1000110 | 1010100 | 100000 | 10001 | 0 | 1000011 | 11010011 | 10011 | 11100 |
Color Harmonies of #394654
Complementary color
Monochromatic Colors of #394654
Black with #394654
Text Example
Text Example
White with #394654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394654; }
p { color: rgb(57,70,84); }
H1.HeaderClassName
{
color: #394654;
}
.AnyTagClassName
{
color: #394654;
}
</style>
background-color css
<style>
a { background-color: #394654; }
a { background-color: rgb(57,70,84); }
div.DivClassName
{
background-color: #394654;
}
.BgClassName
{
background-color: #394654;
}
</style>
border-color css
<style>
span { border-color: #394654; }
span { border-color: rgb(57,70,84); }
td.TdClassName
{
border-color: #394654;
}
.TagClassName
{
border-color: #394654;
}
</style>