Shades of Rhino #3C495B
Tints of Rhino #3C495B
RGB
CMYK
RGB Variations
Color information
#3C495B (or 0x3C495B) is known color: Rhino. HEX triplet: 3C, 49 and 5B. RGB value is (60,73,91). Sum of RGB (Red+Green+Blue) = 60+73+91=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C495B is #C3B6A4. Grayscale: #474747. Windows color (decimal): -12826277 or 5982524. OLE color: 5982524.
HSL color Cylindrical-coordinate representation of color #3C495B: hue angle of 214.84º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C495B is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 73 | 91 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.64 |
| HSL | 214.84º | 0.21% | 0.3% | - |
| HSV(B) | 214.84º | 0.34% | 0.36% | - |
| XYZ | 6.13 | 6.48 | 10.83 | - |
| YUV | 71.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 91 | 0.34 | 0.20 | 0 | 0.64 | 214.84 | 0.21 | 0.3 |
| Hex | 3C | 49 | 5B | 22 | 14 | 0 | 40 | D7 | 15 | 1E |
| Octal | 74 | 111 | 133 | 42 | 24 | 0 | 100 | 327 | 25 | 36 |
| Binary | 111100 | 1001001 | 1011011 | 100010 | 10100 | 0 | 1000000 | 11010111 | 10101 | 11110 |
Color Harmonies of #3C495B
Complementary color
Monochromatic Colors of #3C495B
Black with #3C495B
Text Example
Text Example
White with #3C495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C495B; }
p { color: rgb(60,73,91); }
H1.HeaderClassName
{
color: #3C495B;
}
.AnyTagClassName
{
color: #3C495B;
}
</style>
background-color css
<style>
a { background-color: #3C495B; }
a { background-color: rgb(60,73,91); }
div.DivClassName
{
background-color: #3C495B;
}
.BgClassName
{
background-color: #3C495B;
}
</style>
border-color css
<style>
span { border-color: #3C495B; }
span { border-color: rgb(60,73,91); }
td.TdClassName
{
border-color: #3C495B;
}
.TagClassName
{
border-color: #3C495B;
}
</style>