Shades of Rhino #3C485A
Tints of Rhino #3C485A
RGB
CMYK
RGB Variations
Color information
#3C485A (or 0x3C485A) is known color: Rhino. HEX triplet: 3C, 48 and 5A. RGB value is (60,72,90). Sum of RGB (Red+Green+Blue) = 60+72+90=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C485A is #C3B7A5. Grayscale: #464646. Windows color (decimal): -12826534 or 5916732. OLE color: 5916732.
HSL color Cylindrical-coordinate representation of color #3C485A: hue angle of 216º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C485A is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 72 | 90 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.65 |
| HSL | 216º | 0.2% | 0.29% | - |
| HSV(B) | 216º | 0.33% | 0.35% | - |
| XYZ | 6.03 | 6.33 | 10.58 | - |
| YUV | 70.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 90 | 0.33 | 0.20 | 0 | 0.65 | 216 | 0.2 | 0.29 |
| Hex | 3C | 48 | 5A | 21 | 14 | 0 | 41 | D8 | 14 | 1D |
| Octal | 74 | 110 | 132 | 41 | 24 | 0 | 101 | 330 | 24 | 35 |
| Binary | 111100 | 1001000 | 1011010 | 100001 | 10100 | 0 | 1000001 | 11011000 | 10100 | 11101 |
Color Harmonies of #3C485A
Complementary color
Monochromatic Colors of #3C485A
Black with #3C485A
Text Example
Text Example
White with #3C485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C485A; }
p { color: rgb(60,72,90); }
H1.HeaderClassName
{
color: #3C485A;
}
.AnyTagClassName
{
color: #3C485A;
}
</style>
background-color css
<style>
a { background-color: #3C485A; }
a { background-color: rgb(60,72,90); }
div.DivClassName
{
background-color: #3C485A;
}
.BgClassName
{
background-color: #3C485A;
}
</style>
border-color css
<style>
span { border-color: #3C485A; }
span { border-color: rgb(60,72,90); }
td.TdClassName
{
border-color: #3C485A;
}
.TagClassName
{
border-color: #3C485A;
}
</style>