Shades of Rhino #3C4653
Tints of Rhino #3C4653
RGB
CMYK
RGB Variations
Color information
#3C4653 (or 0x3C4653) is known color: Rhino. HEX triplet: 3C, 46 and 53. RGB value is (60,70,83). Sum of RGB (Red+Green+Blue) = 60+70+83=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4653 is #C3B9AC. Grayscale: #444444. Windows color (decimal): -12827053 or 5457468. OLE color: 5457468.
HSL color Cylindrical-coordinate representation of color #3C4653: hue angle of 213.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4653 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 70 | 83 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.67 |
| HSL | 213.91º | 0.16% | 0.28% | - |
| HSV(B) | 213.91º | 0.28% | 0.33% | - |
| XYZ | 5.61 | 5.97 | 9.04 | - |
| YUV | 68.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 83 | 0.28 | 0.16 | 0 | 0.67 | 213.91 | 0.16 | 0.28 |
| Hex | 3C | 46 | 53 | 1C | 10 | 0 | 43 | D6 | 10 | 1C |
| Octal | 74 | 106 | 123 | 34 | 20 | 0 | 103 | 326 | 20 | 34 |
| Binary | 111100 | 1000110 | 1010011 | 11100 | 10000 | 0 | 1000011 | 11010110 | 10000 | 11100 |
Color Harmonies of #3C4653
Complementary color
Monochromatic Colors of #3C4653
Black with #3C4653
Text Example
Text Example
White with #3C4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4653; }
p { color: rgb(60,70,83); }
H1.HeaderClassName
{
color: #3C4653;
}
.AnyTagClassName
{
color: #3C4653;
}
</style>
background-color css
<style>
a { background-color: #3C4653; }
a { background-color: rgb(60,70,83); }
div.DivClassName
{
background-color: #3C4653;
}
.BgClassName
{
background-color: #3C4653;
}
</style>
border-color css
<style>
span { border-color: #3C4653; }
span { border-color: rgb(60,70,83); }
td.TdClassName
{
border-color: #3C4653;
}
.TagClassName
{
border-color: #3C4653;
}
</style>