Shades of Rhino #3D4857
Tints of Rhino #3D4857
RGB
CMYK
RGB Variations
Color information
#3D4857 (or 0x3D4857) is known color: Rhino. HEX triplet: 3D, 48 and 57. RGB value is (61,72,87). Sum of RGB (Red+Green+Blue) = 61+72+87=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D4857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4857 is #C2B7A8. Grayscale: #464646. Windows color (decimal): -12761001 or 5720125. OLE color: 5720125.
HSL color Cylindrical-coordinate representation of color #3D4857: hue angle of 214.62º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D4857 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 72 | 87 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.66 |
| HSL | 214.62º | 0.18% | 0.29% | - |
| HSV(B) | 214.62º | 0.3% | 0.34% | - |
| XYZ | 5.96 | 6.31 | 9.92 | - |
| YUV | 70.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 87 | 0.30 | 0.17 | 0 | 0.66 | 214.62 | 0.18 | 0.29 |
| Hex | 3D | 48 | 57 | 1E | 11 | 0 | 42 | D7 | 12 | 1D |
| Octal | 75 | 110 | 127 | 36 | 21 | 0 | 102 | 327 | 22 | 35 |
| Binary | 111101 | 1001000 | 1010111 | 11110 | 10001 | 0 | 1000010 | 11010111 | 10010 | 11101 |
Color Harmonies of #3D4857
Complementary color
Monochromatic Colors of #3D4857
Black with #3D4857
Text Example
Text Example
White with #3D4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4857; }
p { color: rgb(61,72,87); }
H1.HeaderClassName
{
color: #3D4857;
}
.AnyTagClassName
{
color: #3D4857;
}
</style>
background-color css
<style>
a { background-color: #3D4857; }
a { background-color: rgb(61,72,87); }
div.DivClassName
{
background-color: #3D4857;
}
.BgClassName
{
background-color: #3D4857;
}
</style>
border-color css
<style>
span { border-color: #3D4857; }
span { border-color: rgb(61,72,87); }
td.TdClassName
{
border-color: #3D4857;
}
.TagClassName
{
border-color: #3D4857;
}
</style>