Shades of Rhino #3D4551
Tints of Rhino #3D4551
RGB
CMYK
RGB Variations
Color information
#3D4551 (or 0x3D4551) is known color: Rhino. HEX triplet: 3D, 45 and 51. RGB value is (61,69,81). Sum of RGB (Red+Green+Blue) = 61+69+81=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4551 is #C2BAAE. Grayscale: #434343. Windows color (decimal): -12761775 or 5326141. OLE color: 5326141.
HSL color Cylindrical-coordinate representation of color #3D4551: hue angle of 216º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4551 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 69 | 81 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.68 |
| HSL | 216º | 0.14% | 0.28% | - |
| HSV(B) | 216º | 0.25% | 0.32% | - |
| XYZ | 5.54 | 5.84 | 8.62 | - |
| YUV | 67.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 81 | 0.25 | 0.15 | 0 | 0.68 | 216 | 0.14 | 0.28 |
| Hex | 3D | 45 | 51 | 19 | F | 0 | 44 | D8 | E | 1C |
| Octal | 75 | 105 | 121 | 31 | 17 | 0 | 104 | 330 | 16 | 34 |
| Binary | 111101 | 1000101 | 1010001 | 11001 | 1111 | 0 | 1000100 | 11011000 | 1110 | 11100 |
Color Harmonies of #3D4551
Complementary color
Monochromatic Colors of #3D4551
Black with #3D4551
Text Example
Text Example
White with #3D4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4551; }
p { color: rgb(61,69,81); }
H1.HeaderClassName
{
color: #3D4551;
}
.AnyTagClassName
{
color: #3D4551;
}
</style>
background-color css
<style>
a { background-color: #3D4551; }
a { background-color: rgb(61,69,81); }
div.DivClassName
{
background-color: #3D4551;
}
.BgClassName
{
background-color: #3D4551;
}
</style>
border-color css
<style>
span { border-color: #3D4551; }
span { border-color: rgb(61,69,81); }
td.TdClassName
{
border-color: #3D4551;
}
.TagClassName
{
border-color: #3D4551;
}
</style>