Shades of Rhino #3F4A56
Tints of Rhino #3F4A56
RGB
CMYK
RGB Variations
Color information
#3F4A56 (or 0x3F4A56) is known color: Rhino. HEX triplet: 3F, 4A and 56. RGB value is (63,74,86). Sum of RGB (Red+Green+Blue) = 63+74+86=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F4A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A56 is #C0B5A9. Grayscale: #484848. Windows color (decimal): -12629418 or 5655103. OLE color: 5655103.
HSL color Cylindrical-coordinate representation of color #3F4A56: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4A56 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 74 | 86 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.66 |
| HSL | 211.3º | 0.15% | 0.29% | - |
| HSV(B) | 211.3º | 0.27% | 0.34% | - |
| XYZ | 6.18 | 6.63 | 9.76 | - |
| YUV | 72.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 86 | 0.27 | 0.14 | 0 | 0.66 | 211.3 | 0.15 | 0.29 |
| Hex | 3F | 4A | 56 | 1B | E | 0 | 42 | D3 | F | 1D |
| Octal | 77 | 112 | 126 | 33 | 16 | 0 | 102 | 323 | 17 | 35 |
| Binary | 111111 | 1001010 | 1010110 | 11011 | 1110 | 0 | 1000010 | 11010011 | 1111 | 11101 |
Color Harmonies of #3F4A56
Complementary color
Monochromatic Colors of #3F4A56
Black with #3F4A56
Text Example
Text Example
White with #3F4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A56; }
p { color: rgb(63,74,86); }
H1.HeaderClassName
{
color: #3F4A56;
}
.AnyTagClassName
{
color: #3F4A56;
}
</style>
background-color css
<style>
a { background-color: #3F4A56; }
a { background-color: rgb(63,74,86); }
div.DivClassName
{
background-color: #3F4A56;
}
.BgClassName
{
background-color: #3F4A56;
}
</style>
border-color css
<style>
span { border-color: #3F4A56; }
span { border-color: rgb(63,74,86); }
td.TdClassName
{
border-color: #3F4A56;
}
.TagClassName
{
border-color: #3F4A56;
}
</style>