Shades of Rhino #3D4955
Tints of Rhino #3D4955
RGB
CMYK
RGB Variations
Color information
#3D4955 (or 0x3D4955) is known color: Rhino. HEX triplet: 3D, 49 and 55. RGB value is (61,73,85). Sum of RGB (Red+Green+Blue) = 61+73+85=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D4955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4955 is #C2B6AA. Grayscale: #464646. Windows color (decimal): -12760747 or 5589309. OLE color: 5589309.
HSL color Cylindrical-coordinate representation of color #3D4955: hue angle of 210º 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 #3D4955 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 73 | 85 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.67 |
| HSL | 210º | 0.16% | 0.29% | - |
| HSV(B) | 210º | 0.28% | 0.33% | - |
| XYZ | 5.95 | 6.41 | 9.52 | - |
| YUV | 70.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 85 | 0.28 | 0.14 | 0 | 0.67 | 210 | 0.16 | 0.29 |
| Hex | 3D | 49 | 55 | 1C | E | 0 | 43 | D2 | 10 | 1D |
| Octal | 75 | 111 | 125 | 34 | 16 | 0 | 103 | 322 | 20 | 35 |
| Binary | 111101 | 1001001 | 1010101 | 11100 | 1110 | 0 | 1000011 | 11010010 | 10000 | 11101 |
Color Harmonies of #3D4955
Complementary color
Monochromatic Colors of #3D4955
Black with #3D4955
Text Example
Text Example
White with #3D4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4955; }
p { color: rgb(61,73,85); }
H1.HeaderClassName
{
color: #3D4955;
}
.AnyTagClassName
{
color: #3D4955;
}
</style>
background-color css
<style>
a { background-color: #3D4955; }
a { background-color: rgb(61,73,85); }
div.DivClassName
{
background-color: #3D4955;
}
.BgClassName
{
background-color: #3D4955;
}
</style>
border-color css
<style>
span { border-color: #3D4955; }
span { border-color: rgb(61,73,85); }
td.TdClassName
{
border-color: #3D4955;
}
.TagClassName
{
border-color: #3D4955;
}
</style>