Shades of Rhino #3E4552
Tints of Rhino #3E4552
RGB
CMYK
RGB Variations
Color information
#3E4552 (or 0x3E4552) is known color: Rhino. HEX triplet: 3E, 45 and 52. RGB value is (62,69,82). Sum of RGB (Red+Green+Blue) = 62+69+82=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4552 is #C1BAAD. Grayscale: #444444. Windows color (decimal): -12696238 or 5391678. OLE color: 5391678.
HSL color Cylindrical-coordinate representation of color #3E4552: hue angle of 219º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E4552 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 69 | 82 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.68 |
| HSL | 219º | 0.14% | 0.28% | - |
| HSV(B) | 219º | 0.24% | 0.32% | - |
| XYZ | 5.64 | 5.89 | 8.82 | - |
| YUV | 68.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 82 | 0.24 | 0.16 | 0 | 0.68 | 219 | 0.14 | 0.28 |
| Hex | 3E | 45 | 52 | 18 | 10 | 0 | 44 | DB | E | 1C |
| Octal | 76 | 105 | 122 | 30 | 20 | 0 | 104 | 333 | 16 | 34 |
| Binary | 111110 | 1000101 | 1010010 | 11000 | 10000 | 0 | 1000100 | 11011011 | 1110 | 11100 |
Color Harmonies of #3E4552
Complementary color
Monochromatic Colors of #3E4552
Black with #3E4552
Text Example
Text Example
White with #3E4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4552; }
p { color: rgb(62,69,82); }
H1.HeaderClassName
{
color: #3E4552;
}
.AnyTagClassName
{
color: #3E4552;
}
</style>
background-color css
<style>
a { background-color: #3E4552; }
a { background-color: rgb(62,69,82); }
div.DivClassName
{
background-color: #3E4552;
}
.BgClassName
{
background-color: #3E4552;
}
</style>
border-color css
<style>
span { border-color: #3E4552; }
span { border-color: rgb(62,69,82); }
td.TdClassName
{
border-color: #3E4552;
}
.TagClassName
{
border-color: #3E4552;
}
</style>