Shades of Rhino #3B4859
Tints of Rhino #3B4859
RGB
CMYK
RGB Variations
Color information
#3B4859 (or 0x3B4859) is known color: Rhino. HEX triplet: 3B, 48 and 59. RGB value is (59,72,89). Sum of RGB (Red+Green+Blue) = 59+72+89=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B4859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4859 is #C4B7A6. Grayscale: #454545. Windows color (decimal): -12892071 or 5851195. OLE color: 5851195.
HSL color Cylindrical-coordinate representation of color #3B4859: hue angle of 214º degrees, saturation: 0.2, 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 #3B4859 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 72 | 89 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.65 |
| HSL | 214º | 0.2% | 0.29% | - |
| HSV(B) | 214º | 0.34% | 0.35% | - |
| XYZ | 5.92 | 6.29 | 10.35 | - |
| YUV | 70.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 89 | 0.34 | 0.19 | 0 | 0.65 | 214 | 0.2 | 0.29 |
| Hex | 3B | 48 | 59 | 22 | 13 | 0 | 41 | D6 | 14 | 1D |
| Octal | 73 | 110 | 131 | 42 | 23 | 0 | 101 | 326 | 24 | 35 |
| Binary | 111011 | 1001000 | 1011001 | 100010 | 10011 | 0 | 1000001 | 11010110 | 10100 | 11101 |
Color Harmonies of #3B4859
Complementary color
Monochromatic Colors of #3B4859
Black with #3B4859
Text Example
Text Example
White with #3B4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4859; }
p { color: rgb(59,72,89); }
H1.HeaderClassName
{
color: #3B4859;
}
.AnyTagClassName
{
color: #3B4859;
}
</style>
background-color css
<style>
a { background-color: #3B4859; }
a { background-color: rgb(59,72,89); }
div.DivClassName
{
background-color: #3B4859;
}
.BgClassName
{
background-color: #3B4859;
}
</style>
border-color css
<style>
span { border-color: #3B4859; }
span { border-color: rgb(59,72,89); }
td.TdClassName
{
border-color: #3B4859;
}
.TagClassName
{
border-color: #3B4859;
}
</style>