Shades of Rhino #3E4953
Tints of Rhino #3E4953
RGB
CMYK
RGB Variations
Color information
#3E4953 (or 0x3E4953) is known color: Rhino. HEX triplet: 3E, 49 and 53. RGB value is (62,73,83). Sum of RGB (Red+Green+Blue) = 62+73+83=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4953 is #C1B6AC. Grayscale: #464646. Windows color (decimal): -12695213 or 5458238. OLE color: 5458238.
HSL color Cylindrical-coordinate representation of color #3E4953: hue angle of 208.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4953 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 73 | 83 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.67 |
| HSL | 208.57º | 0.14% | 0.28% | - |
| HSV(B) | 208.57º | 0.25% | 0.33% | - |
| XYZ | 5.93 | 6.41 | 9.11 | - |
| YUV | 70.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 83 | 0.25 | 0.12 | 0 | 0.67 | 208.57 | 0.14 | 0.28 |
| Hex | 3E | 49 | 53 | 19 | C | 0 | 43 | D1 | E | 1C |
| Octal | 76 | 111 | 123 | 31 | 14 | 0 | 103 | 321 | 16 | 34 |
| Binary | 111110 | 1001001 | 1010011 | 11001 | 1100 | 0 | 1000011 | 11010001 | 1110 | 11100 |
Color Harmonies of #3E4953
Complementary color
Monochromatic Colors of #3E4953
Black with #3E4953
Text Example
Text Example
White with #3E4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4953; }
p { color: rgb(62,73,83); }
H1.HeaderClassName
{
color: #3E4953;
}
.AnyTagClassName
{
color: #3E4953;
}
</style>
background-color css
<style>
a { background-color: #3E4953; }
a { background-color: rgb(62,73,83); }
div.DivClassName
{
background-color: #3E4953;
}
.BgClassName
{
background-color: #3E4953;
}
</style>
border-color css
<style>
span { border-color: #3E4953; }
span { border-color: rgb(62,73,83); }
td.TdClassName
{
border-color: #3E4953;
}
.TagClassName
{
border-color: #3E4953;
}
</style>