Shades of Rhino #3B4958
Tints of Rhino #3B4958
RGB
CMYK
RGB Variations
Color information
#3B4958 (or 0x3B4958) is known color: Rhino. HEX triplet: 3B, 49 and 58. RGB value is (59,73,88). Sum of RGB (Red+Green+Blue) = 59+73+88=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4958 is #C4B6A7. Grayscale: #464646. Windows color (decimal): -12891816 or 5785915. OLE color: 5785915.
HSL color Cylindrical-coordinate representation of color #3B4958: hue angle of 211.03º 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 #3B4958 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 73 | 88 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.65 |
| HSL | 211.03º | 0.2% | 0.29% | - |
| HSV(B) | 211.03º | 0.33% | 0.35% | - |
| XYZ | 5.95 | 6.4 | 10.15 | - |
| YUV | 70.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 88 | 0.33 | 0.17 | 0 | 0.65 | 211.03 | 0.2 | 0.29 |
| Hex | 3B | 49 | 58 | 21 | 11 | 0 | 41 | D3 | 14 | 1D |
| Octal | 73 | 111 | 130 | 41 | 21 | 0 | 101 | 323 | 24 | 35 |
| Binary | 111011 | 1001001 | 1011000 | 100001 | 10001 | 0 | 1000001 | 11010011 | 10100 | 11101 |
Color Harmonies of #3B4958
Complementary color
Monochromatic Colors of #3B4958
Black with #3B4958
Text Example
Text Example
White with #3B4958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4958; }
p { color: rgb(59,73,88); }
H1.HeaderClassName
{
color: #3B4958;
}
.AnyTagClassName
{
color: #3B4958;
}
</style>
background-color css
<style>
a { background-color: #3B4958; }
a { background-color: rgb(59,73,88); }
div.DivClassName
{
background-color: #3B4958;
}
.BgClassName
{
background-color: #3B4958;
}
</style>
border-color css
<style>
span { border-color: #3B4958; }
span { border-color: rgb(59,73,88); }
td.TdClassName
{
border-color: #3B4958;
}
.TagClassName
{
border-color: #3B4958;
}
</style>