Shades of Rhino #3C495D
Tints of Rhino #3C495D
RGB
CMYK
RGB Variations
Color information
#3C495D (or 0x3C495D) is known color: Rhino. HEX triplet: 3C, 49 and 5D. RGB value is (60,73,93). Sum of RGB (Red+Green+Blue) = 60+73+93=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C495D is #C3B6A2. Grayscale: #474747. Windows color (decimal): -12826275 or 6113596. OLE color: 6113596.
HSL color Cylindrical-coordinate representation of color #3C495D: hue angle of 216.36º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C495D is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 73 | 93 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.64 |
| HSL | 216.36º | 0.22% | 0.3% | - |
| HSV(B) | 216.36º | 0.35% | 0.36% | - |
| XYZ | 6.22 | 6.52 | 11.29 | - |
| YUV | 71.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 93 | 0.35 | 0.22 | 0 | 0.64 | 216.36 | 0.22 | 0.3 |
| Hex | 3C | 49 | 5D | 23 | 16 | 0 | 40 | D8 | 16 | 1E |
| Octal | 74 | 111 | 135 | 43 | 26 | 0 | 100 | 330 | 26 | 36 |
| Binary | 111100 | 1001001 | 1011101 | 100011 | 10110 | 0 | 1000000 | 11011000 | 10110 | 11110 |
Color Harmonies of #3C495D
Complementary color
Monochromatic Colors of #3C495D
Black with #3C495D
Text Example
Text Example
White with #3C495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C495D; }
p { color: rgb(60,73,93); }
H1.HeaderClassName
{
color: #3C495D;
}
.AnyTagClassName
{
color: #3C495D;
}
</style>
background-color css
<style>
a { background-color: #3C495D; }
a { background-color: rgb(60,73,93); }
div.DivClassName
{
background-color: #3C495D;
}
.BgClassName
{
background-color: #3C495D;
}
</style>
border-color css
<style>
span { border-color: #3C495D; }
span { border-color: rgb(60,73,93); }
td.TdClassName
{
border-color: #3C495D;
}
.TagClassName
{
border-color: #3C495D;
}
</style>