Shades of Rhino #3C434D
Tints of Rhino #3C434D
RGB
CMYK
RGB Variations
Color information
#3C434D (or 0x3C434D) is known color: Rhino. HEX triplet: 3C, 43 and 4D. RGB value is (60,67,77). Sum of RGB (Red+Green+Blue) = 60+67+77=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C434D is #C3BCB2. Grayscale: #424242. Windows color (decimal): -12827827 or 5063484. OLE color: 5063484.
HSL color Cylindrical-coordinate representation of color #3C434D: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C434D is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 67 | 77 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.70 |
| HSL | 215.29º | 0.12% | 0.27% | - |
| HSV(B) | 215.29º | 0.22% | 0.3% | - |
| XYZ | 5.21 | 5.51 | 7.81 | - |
| YUV | 66.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 77 | 0.22 | 0.13 | 0 | 0.70 | 215.29 | 0.12 | 0.27 |
| Hex | 3C | 43 | 4D | 16 | D | 0 | 46 | D7 | C | 1B |
| Octal | 74 | 103 | 115 | 26 | 15 | 0 | 106 | 327 | 14 | 33 |
| Binary | 111100 | 1000011 | 1001101 | 10110 | 1101 | 0 | 1000110 | 11010111 | 1100 | 11011 |
Color Harmonies of #3C434D
Complementary color
Monochromatic Colors of #3C434D
Black with #3C434D
Text Example
Text Example
White with #3C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C434D; }
p { color: rgb(60,67,77); }
H1.HeaderClassName
{
color: #3C434D;
}
.AnyTagClassName
{
color: #3C434D;
}
</style>
background-color css
<style>
a { background-color: #3C434D; }
a { background-color: rgb(60,67,77); }
div.DivClassName
{
background-color: #3C434D;
}
.BgClassName
{
background-color: #3C434D;
}
</style>
border-color css
<style>
span { border-color: #3C434D; }
span { border-color: rgb(60,67,77); }
td.TdClassName
{
border-color: #3C434D;
}
.TagClassName
{
border-color: #3C434D;
}
</style>