Shades of Rhino #3E4955
Tints of Rhino #3E4955
RGB
CMYK
RGB Variations
Color information
#3E4955 (or 0x3E4955) is known color: Rhino. HEX triplet: 3E, 49 and 55. RGB value is (62,73,85). Sum of RGB (Red+Green+Blue) = 62+73+85=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4955 is #C1B6AA. Grayscale: #474747. Windows color (decimal): -12695211 or 5589310. OLE color: 5589310.
HSL color Cylindrical-coordinate representation of color #3E4955: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4955 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 73 | 85 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.67 |
| HSL | 211.3º | 0.16% | 0.29% | - |
| HSV(B) | 211.3º | 0.27% | 0.33% | - |
| XYZ | 6.01 | 6.45 | 9.52 | - |
| YUV | 71.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 85 | 0.27 | 0.14 | 0 | 0.67 | 211.3 | 0.16 | 0.29 |
| Hex | 3E | 49 | 55 | 1B | E | 0 | 43 | D3 | 10 | 1D |
| Octal | 76 | 111 | 125 | 33 | 16 | 0 | 103 | 323 | 20 | 35 |
| Binary | 111110 | 1001001 | 1010101 | 11011 | 1110 | 0 | 1000011 | 11010011 | 10000 | 11101 |
Color Harmonies of #3E4955
Complementary color
Monochromatic Colors of #3E4955
Black with #3E4955
Text Example
Text Example
White with #3E4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4955; }
p { color: rgb(62,73,85); }
H1.HeaderClassName
{
color: #3E4955;
}
.AnyTagClassName
{
color: #3E4955;
}
</style>
background-color css
<style>
a { background-color: #3E4955; }
a { background-color: rgb(62,73,85); }
div.DivClassName
{
background-color: #3E4955;
}
.BgClassName
{
background-color: #3E4955;
}
</style>
border-color css
<style>
span { border-color: #3E4955; }
span { border-color: rgb(62,73,85); }
td.TdClassName
{
border-color: #3E4955;
}
.TagClassName
{
border-color: #3E4955;
}
</style>