Shades of Rhino #3F4957
Tints of Rhino #3F4957
RGB
CMYK
RGB Variations
Color information
#3F4957 (or 0x3F4957) is known color: Rhino. HEX triplet: 3F, 49 and 57. RGB value is (63,73,87). Sum of RGB (Red+Green+Blue) = 63+73+87=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F4957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4957 is #C0B6A8. Grayscale: #474747. Windows color (decimal): -12629673 or 5720383. OLE color: 5720383.
HSL color Cylindrical-coordinate representation of color #3F4957: hue angle of 215º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4957 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 73 | 87 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.66 |
| HSL | 215º | 0.16% | 0.29% | - |
| HSV(B) | 215º | 0.28% | 0.34% | - |
| XYZ | 6.15 | 6.51 | 9.95 | - |
| YUV | 71.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 87 | 0.28 | 0.16 | 0 | 0.66 | 215 | 0.16 | 0.29 |
| Hex | 3F | 49 | 57 | 1C | 10 | 0 | 42 | D7 | 10 | 1D |
| Octal | 77 | 111 | 127 | 34 | 20 | 0 | 102 | 327 | 20 | 35 |
| Binary | 111111 | 1001001 | 1010111 | 11100 | 10000 | 0 | 1000010 | 11010111 | 10000 | 11101 |
Color Harmonies of #3F4957
Complementary color
Monochromatic Colors of #3F4957
Black with #3F4957
Text Example
Text Example
White with #3F4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4957; }
p { color: rgb(63,73,87); }
H1.HeaderClassName
{
color: #3F4957;
}
.AnyTagClassName
{
color: #3F4957;
}
</style>
background-color css
<style>
a { background-color: #3F4957; }
a { background-color: rgb(63,73,87); }
div.DivClassName
{
background-color: #3F4957;
}
.BgClassName
{
background-color: #3F4957;
}
</style>
border-color css
<style>
span { border-color: #3F4957; }
span { border-color: rgb(63,73,87); }
td.TdClassName
{
border-color: #3F4957;
}
.TagClassName
{
border-color: #3F4957;
}
</style>