Shades of Rhino #3C4855
Tints of Rhino #3C4855
RGB
CMYK
RGB Variations
Color information
#3C4855 (or 0x3C4855) is known color: Rhino. HEX triplet: 3C, 48 and 55. RGB value is (60,72,85). Sum of RGB (Red+Green+Blue) = 60+72+85=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4855 is #C3B7AA. Grayscale: #454545. Windows color (decimal): -12826539 or 5589052. OLE color: 5589052.
HSL color Cylindrical-coordinate representation of color #3C4855: hue angle of 211.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4855 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 72 | 85 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.67 |
| HSL | 211.2º | 0.17% | 0.28% | - |
| HSV(B) | 211.2º | 0.29% | 0.33% | - |
| XYZ | 5.82 | 6.25 | 9.49 | - |
| YUV | 69.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 85 | 0.29 | 0.15 | 0 | 0.67 | 211.2 | 0.17 | 0.28 |
| Hex | 3C | 48 | 55 | 1D | F | 0 | 43 | D3 | 11 | 1C |
| Octal | 74 | 110 | 125 | 35 | 17 | 0 | 103 | 323 | 21 | 34 |
| Binary | 111100 | 1001000 | 1010101 | 11101 | 1111 | 0 | 1000011 | 11010011 | 10001 | 11100 |
Color Harmonies of #3C4855
Complementary color
Monochromatic Colors of #3C4855
Black with #3C4855
Text Example
Text Example
White with #3C4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4855; }
p { color: rgb(60,72,85); }
H1.HeaderClassName
{
color: #3C4855;
}
.AnyTagClassName
{
color: #3C4855;
}
</style>
background-color css
<style>
a { background-color: #3C4855; }
a { background-color: rgb(60,72,85); }
div.DivClassName
{
background-color: #3C4855;
}
.BgClassName
{
background-color: #3C4855;
}
</style>
border-color css
<style>
span { border-color: #3C4855; }
span { border-color: rgb(60,72,85); }
td.TdClassName
{
border-color: #3C4855;
}
.TagClassName
{
border-color: #3C4855;
}
</style>