Shades of Rhino #3E454D
Tints of Rhino #3E454D
RGB
CMYK
RGB Variations
Color information
#3E454D (or 0x3E454D) is known color: Rhino. HEX triplet: 3E, 45 and 4D. RGB value is (62,69,77). Sum of RGB (Red+Green+Blue) = 62+69+77=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E454D is #C1BAB2. Grayscale: #434343. Windows color (decimal): -12696243 or 5063998. OLE color: 5063998.
HSL color Cylindrical-coordinate representation of color #3E454D: hue angle of 212º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E454D is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 69 | 77 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.70 |
| HSL | 212º | 0.11% | 0.27% | - |
| HSV(B) | 212º | 0.19% | 0.3% | - |
| XYZ | 5.45 | 5.82 | 7.86 | - |
| YUV | 67.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 77 | 0.19 | 0.10 | 0 | 0.70 | 212 | 0.11 | 0.27 |
| Hex | 3E | 45 | 4D | 13 | A | 0 | 46 | D4 | B | 1B |
| Octal | 76 | 105 | 115 | 23 | 12 | 0 | 106 | 324 | 13 | 33 |
| Binary | 111110 | 1000101 | 1001101 | 10011 | 1010 | 0 | 1000110 | 11010100 | 1011 | 11011 |
Color Harmonies of #3E454D
Complementary color
Monochromatic Colors of #3E454D
Black with #3E454D
Text Example
Text Example
White with #3E454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E454D; }
p { color: rgb(62,69,77); }
H1.HeaderClassName
{
color: #3E454D;
}
.AnyTagClassName
{
color: #3E454D;
}
</style>
background-color css
<style>
a { background-color: #3E454D; }
a { background-color: rgb(62,69,77); }
div.DivClassName
{
background-color: #3E454D;
}
.BgClassName
{
background-color: #3E454D;
}
</style>
border-color css
<style>
span { border-color: #3E454D; }
span { border-color: rgb(62,69,77); }
td.TdClassName
{
border-color: #3E454D;
}
.TagClassName
{
border-color: #3E454D;
}
</style>