Shades of Rhino #3B485A
Tints of Rhino #3B485A
RGB
CMYK
RGB Variations
Color information
#3B485A (or 0x3B485A) is known color: Rhino. HEX triplet: 3B, 48 and 5A. RGB value is (59,72,90). Sum of RGB (Red+Green+Blue) = 59+72+90=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B485A is #C4B7A5. Grayscale: #464646. Windows color (decimal): -12892070 or 5916731. OLE color: 5916731.
HSL color Cylindrical-coordinate representation of color #3B485A: hue angle of 214.84º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B485A is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 72 | 90 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.65 |
| HSL | 214.84º | 0.21% | 0.29% | - |
| HSV(B) | 214.84º | 0.34% | 0.35% | - |
| XYZ | 5.97 | 6.3 | 10.57 | - |
| YUV | 70.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 90 | 0.34 | 0.20 | 0 | 0.65 | 214.84 | 0.21 | 0.29 |
| Hex | 3B | 48 | 5A | 22 | 14 | 0 | 41 | D7 | 15 | 1D |
| Octal | 73 | 110 | 132 | 42 | 24 | 0 | 101 | 327 | 25 | 35 |
| Binary | 111011 | 1001000 | 1011010 | 100010 | 10100 | 0 | 1000001 | 11010111 | 10101 | 11101 |
Color Harmonies of #3B485A
Complementary color
Monochromatic Colors of #3B485A
Black with #3B485A
Text Example
Text Example
White with #3B485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B485A; }
p { color: rgb(59,72,90); }
H1.HeaderClassName
{
color: #3B485A;
}
.AnyTagClassName
{
color: #3B485A;
}
</style>
background-color css
<style>
a { background-color: #3B485A; }
a { background-color: rgb(59,72,90); }
div.DivClassName
{
background-color: #3B485A;
}
.BgClassName
{
background-color: #3B485A;
}
</style>
border-color css
<style>
span { border-color: #3B485A; }
span { border-color: rgb(59,72,90); }
td.TdClassName
{
border-color: #3B485A;
}
.TagClassName
{
border-color: #3B485A;
}
</style>