Shades of Rhino #3C4961
Tints of Rhino #3C4961
RGB
CMYK
RGB Variations
Color information
#3C4961 (or 0x3C4961) is known color: Rhino. HEX triplet: 3C, 49 and 61. RGB value is (60,73,97). Sum of RGB (Red+Green+Blue) = 60+73+97=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4961 is #C3B69E. Grayscale: #474747. Windows color (decimal): -12826271 or 6375740. OLE color: 6375740.
HSL color Cylindrical-coordinate representation of color #3C4961: hue angle of 218.92º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4961 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 73 | 97 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.62 |
| HSL | 218.92º | 0.24% | 0.31% | - |
| HSV(B) | 218.92º | 0.38% | 0.38% | - |
| XYZ | 6.4 | 6.59 | 12.24 | - |
| YUV | 71.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 97 | 0.38 | 0.25 | 0 | 0.62 | 218.92 | 0.24 | 0.31 |
| Hex | 3C | 49 | 61 | 26 | 19 | 0 | 3E | DB | 18 | 1F |
| Octal | 74 | 111 | 141 | 46 | 31 | 0 | 76 | 333 | 30 | 37 |
| Binary | 111100 | 1001001 | 1100001 | 100110 | 11001 | 0 | 111110 | 11011011 | 11000 | 11111 |
Color Harmonies of #3C4961
Complementary color
Monochromatic Colors of #3C4961
Black with #3C4961
Text Example
Text Example
White with #3C4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4961; }
p { color: rgb(60,73,97); }
H1.HeaderClassName
{
color: #3C4961;
}
.AnyTagClassName
{
color: #3C4961;
}
</style>
background-color css
<style>
a { background-color: #3C4961; }
a { background-color: rgb(60,73,97); }
div.DivClassName
{
background-color: #3C4961;
}
.BgClassName
{
background-color: #3C4961;
}
</style>
border-color css
<style>
span { border-color: #3C4961; }
span { border-color: rgb(60,73,97); }
td.TdClassName
{
border-color: #3C4961;
}
.TagClassName
{
border-color: #3C4961;
}
</style>