Shades of Rhino #3D4755
Tints of Rhino #3D4755
RGB
CMYK
RGB Variations
Color information
#3D4755 (or 0x3D4755) is known color: Rhino. HEX triplet: 3D, 47 and 55. RGB value is (61,71,85). Sum of RGB (Red+Green+Blue) = 61+71+85=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4755 is #C2B8AA. Grayscale: #454545. Windows color (decimal): -12761259 or 5588797. OLE color: 5588797.
HSL color Cylindrical-coordinate representation of color #3D4755: hue angle of 215º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4755 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 71 | 85 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.67 |
| HSL | 215º | 0.16% | 0.29% | - |
| HSV(B) | 215º | 0.28% | 0.33% | - |
| XYZ | 5.82 | 6.15 | 9.48 | - |
| YUV | 69.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 85 | 0.28 | 0.16 | 0 | 0.67 | 215 | 0.16 | 0.29 |
| Hex | 3D | 47 | 55 | 1C | 10 | 0 | 43 | D7 | 10 | 1D |
| Octal | 75 | 107 | 125 | 34 | 20 | 0 | 103 | 327 | 20 | 35 |
| Binary | 111101 | 1000111 | 1010101 | 11100 | 10000 | 0 | 1000011 | 11010111 | 10000 | 11101 |
Color Harmonies of #3D4755
Complementary color
Monochromatic Colors of #3D4755
Black with #3D4755
Text Example
Text Example
White with #3D4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4755; }
p { color: rgb(61,71,85); }
H1.HeaderClassName
{
color: #3D4755;
}
.AnyTagClassName
{
color: #3D4755;
}
</style>
background-color css
<style>
a { background-color: #3D4755; }
a { background-color: rgb(61,71,85); }
div.DivClassName
{
background-color: #3D4755;
}
.BgClassName
{
background-color: #3D4755;
}
</style>
border-color css
<style>
span { border-color: #3D4755; }
span { border-color: rgb(61,71,85); }
td.TdClassName
{
border-color: #3D4755;
}
.TagClassName
{
border-color: #3D4755;
}
</style>