Shades of Rhino #3B4655
Tints of Rhino #3B4655
RGB
CMYK
RGB Variations
Color information
#3B4655 (or 0x3B4655) is known color: Rhino. HEX triplet: 3B, 46 and 55. RGB value is (59,70,85). Sum of RGB (Red+Green+Blue) = 59+70+85=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4655 is #C4B9AA. Grayscale: #444444. Windows color (decimal): -12892587 or 5588539. OLE color: 5588539.
HSL color Cylindrical-coordinate representation of color #3B4655: hue angle of 214.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4655 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 70 | 85 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.67 |
| HSL | 214.62º | 0.18% | 0.28% | - |
| HSV(B) | 214.62º | 0.31% | 0.33% | - |
| XYZ | 5.63 | 5.97 | 9.45 | - |
| YUV | 68.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 85 | 0.31 | 0.18 | 0 | 0.67 | 214.62 | 0.18 | 0.28 |
| Hex | 3B | 46 | 55 | 1F | 12 | 0 | 43 | D7 | 12 | 1C |
| Octal | 73 | 106 | 125 | 37 | 22 | 0 | 103 | 327 | 22 | 34 |
| Binary | 111011 | 1000110 | 1010101 | 11111 | 10010 | 0 | 1000011 | 11010111 | 10010 | 11100 |
Color Harmonies of #3B4655
Complementary color
Monochromatic Colors of #3B4655
Black with #3B4655
Text Example
Text Example
White with #3B4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4655; }
p { color: rgb(59,70,85); }
H1.HeaderClassName
{
color: #3B4655;
}
.AnyTagClassName
{
color: #3B4655;
}
</style>
background-color css
<style>
a { background-color: #3B4655; }
a { background-color: rgb(59,70,85); }
div.DivClassName
{
background-color: #3B4655;
}
.BgClassName
{
background-color: #3B4655;
}
</style>
border-color css
<style>
span { border-color: #3B4655; }
span { border-color: rgb(59,70,85); }
td.TdClassName
{
border-color: #3B4655;
}
.TagClassName
{
border-color: #3B4655;
}
</style>