Shades of Rhino #3D4859
Tints of Rhino #3D4859
RGB
CMYK
RGB Variations
Color information
#3D4859 (or 0x3D4859) is known color: Rhino. HEX triplet: 3D, 48 and 59. RGB value is (61,72,89). Sum of RGB (Red+Green+Blue) = 61+72+89=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4859 is #C2B7A6. Grayscale: #464646. Windows color (decimal): -12760999 or 5851197. OLE color: 5851197.
HSL color Cylindrical-coordinate representation of color #3D4859: hue angle of 216.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4859 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 72 | 89 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.65 |
| HSL | 216.43º | 0.19% | 0.29% | - |
| HSV(B) | 216.43º | 0.31% | 0.35% | - |
| XYZ | 6.05 | 6.35 | 10.36 | - |
| YUV | 70.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 89 | 0.31 | 0.19 | 0 | 0.65 | 216.43 | 0.19 | 0.29 |
| Hex | 3D | 48 | 59 | 1F | 13 | 0 | 41 | D8 | 13 | 1D |
| Octal | 75 | 110 | 131 | 37 | 23 | 0 | 101 | 330 | 23 | 35 |
| Binary | 111101 | 1001000 | 1011001 | 11111 | 10011 | 0 | 1000001 | 11011000 | 10011 | 11101 |
Color Harmonies of #3D4859
Complementary color
Monochromatic Colors of #3D4859
Black with #3D4859
Text Example
Text Example
White with #3D4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4859; }
p { color: rgb(61,72,89); }
H1.HeaderClassName
{
color: #3D4859;
}
.AnyTagClassName
{
color: #3D4859;
}
</style>
background-color css
<style>
a { background-color: #3D4859; }
a { background-color: rgb(61,72,89); }
div.DivClassName
{
background-color: #3D4859;
}
.BgClassName
{
background-color: #3D4859;
}
</style>
border-color css
<style>
span { border-color: #3D4859; }
span { border-color: rgb(61,72,89); }
td.TdClassName
{
border-color: #3D4859;
}
.TagClassName
{
border-color: #3D4859;
}
</style>