Shades of Rhino #3E4A55
Tints of Rhino #3E4A55
RGB
CMYK
RGB Variations
Color information
#3E4A55 (or 0x3E4A55) is known color: Rhino. HEX triplet: 3E, 4A and 55. RGB value is (62,74,85). Sum of RGB (Red+Green+Blue) = 62+74+85=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A55 is #C1B5AA. Grayscale: #474747. Windows color (decimal): -12694955 or 5589566. OLE color: 5589566.
HSL color Cylindrical-coordinate representation of color #3E4A55: hue angle of 208.7º 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 #3E4A55 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 74 | 85 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.67 |
| HSL | 208.7º | 0.16% | 0.29% | - |
| HSV(B) | 208.7º | 0.27% | 0.33% | - |
| XYZ | 6.08 | 6.58 | 9.54 | - |
| YUV | 71.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 85 | 0.27 | 0.13 | 0 | 0.67 | 208.7 | 0.16 | 0.29 |
| Hex | 3E | 4A | 55 | 1B | D | 0 | 43 | D1 | 10 | 1D |
| Octal | 76 | 112 | 125 | 33 | 15 | 0 | 103 | 321 | 20 | 35 |
| Binary | 111110 | 1001010 | 1010101 | 11011 | 1101 | 0 | 1000011 | 11010001 | 10000 | 11101 |
Color Harmonies of #3E4A55
Complementary color
Monochromatic Colors of #3E4A55
Black with #3E4A55
Text Example
Text Example
White with #3E4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A55; }
p { color: rgb(62,74,85); }
H1.HeaderClassName
{
color: #3E4A55;
}
.AnyTagClassName
{
color: #3E4A55;
}
</style>
background-color css
<style>
a { background-color: #3E4A55; }
a { background-color: rgb(62,74,85); }
div.DivClassName
{
background-color: #3E4A55;
}
.BgClassName
{
background-color: #3E4A55;
}
</style>
border-color css
<style>
span { border-color: #3E4A55; }
span { border-color: rgb(62,74,85); }
td.TdClassName
{
border-color: #3E4A55;
}
.TagClassName
{
border-color: #3E4A55;
}
</style>