Shades of Rhino #3E4856
Tints of Rhino #3E4856
RGB
CMYK
RGB Variations
Color information
#3E4856 (or 0x3E4856) is known color: Rhino. HEX triplet: 3E, 48 and 56. RGB value is (62,72,86). Sum of RGB (Red+Green+Blue) = 62+72+86=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4856 is #C1B7A9. Grayscale: #464646. Windows color (decimal): -12695466 or 5654590. OLE color: 5654590.
HSL color Cylindrical-coordinate representation of color #3E4856: hue angle of 215º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E4856 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 72 | 86 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.66 |
| HSL | 215º | 0.16% | 0.29% | - |
| HSV(B) | 215º | 0.28% | 0.34% | - |
| XYZ | 5.98 | 6.33 | 9.71 | - |
| YUV | 70.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 86 | 0.28 | 0.16 | 0 | 0.66 | 215 | 0.16 | 0.29 |
| Hex | 3E | 48 | 56 | 1C | 10 | 0 | 42 | D7 | 10 | 1D |
| Octal | 76 | 110 | 126 | 34 | 20 | 0 | 102 | 327 | 20 | 35 |
| Binary | 111110 | 1001000 | 1010110 | 11100 | 10000 | 0 | 1000010 | 11010111 | 10000 | 11101 |
Color Harmonies of #3E4856
Complementary color
Monochromatic Colors of #3E4856
Black with #3E4856
Text Example
Text Example
White with #3E4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4856; }
p { color: rgb(62,72,86); }
H1.HeaderClassName
{
color: #3E4856;
}
.AnyTagClassName
{
color: #3E4856;
}
</style>
background-color css
<style>
a { background-color: #3E4856; }
a { background-color: rgb(62,72,86); }
div.DivClassName
{
background-color: #3E4856;
}
.BgClassName
{
background-color: #3E4856;
}
</style>
border-color css
<style>
span { border-color: #3E4856; }
span { border-color: rgb(62,72,86); }
td.TdClassName
{
border-color: #3E4856;
}
.TagClassName
{
border-color: #3E4856;
}
</style>