Shades of Rhino #3F4854
Tints of Rhino #3F4854
RGB
CMYK
RGB Variations
Color information
#3F4854 (or 0x3F4854) is known color: Rhino. HEX triplet: 3F, 48 and 54. RGB value is (63,72,84). Sum of RGB (Red+Green+Blue) = 63+72+84=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4854 is #C0B7AB. Grayscale: #464646. Windows color (decimal): -12629932 or 5523519. OLE color: 5523519.
HSL color Cylindrical-coordinate representation of color #3F4854: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4854 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 72 | 84 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.67 |
| HSL | 214.29º | 0.14% | 0.29% | - |
| HSV(B) | 214.29º | 0.25% | 0.33% | - |
| XYZ | 5.97 | 6.33 | 9.3 | - |
| YUV | 70.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 84 | 0.25 | 0.14 | 0 | 0.67 | 214.29 | 0.14 | 0.29 |
| Hex | 3F | 48 | 54 | 19 | E | 0 | 43 | D6 | E | 1D |
| Octal | 77 | 110 | 124 | 31 | 16 | 0 | 103 | 326 | 16 | 35 |
| Binary | 111111 | 1001000 | 1010100 | 11001 | 1110 | 0 | 1000011 | 11010110 | 1110 | 11101 |
Color Harmonies of #3F4854
Complementary color
Monochromatic Colors of #3F4854
Black with #3F4854
Text Example
Text Example
White with #3F4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4854; }
p { color: rgb(63,72,84); }
H1.HeaderClassName
{
color: #3F4854;
}
.AnyTagClassName
{
color: #3F4854;
}
</style>
background-color css
<style>
a { background-color: #3F4854; }
a { background-color: rgb(63,72,84); }
div.DivClassName
{
background-color: #3F4854;
}
.BgClassName
{
background-color: #3F4854;
}
</style>
border-color css
<style>
span { border-color: #3F4854; }
span { border-color: rgb(63,72,84); }
td.TdClassName
{
border-color: #3F4854;
}
.TagClassName
{
border-color: #3F4854;
}
</style>