Shades of Rhino #3F4754
Tints of Rhino #3F4754
RGB
CMYK
RGB Variations
Color information
#3F4754 (or 0x3F4754) is known color: Rhino. HEX triplet: 3F, 47 and 54. RGB value is (63,71,84). Sum of RGB (Red+Green+Blue) = 63+71+84=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4754 is #C0B8AB. Grayscale: #464646. Windows color (decimal): -12630188 or 5523263. OLE color: 5523263.
HSL color Cylindrical-coordinate representation of color #3F4754: hue angle of 217.14º 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 #3F4754 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 71 | 84 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.67 |
| HSL | 217.14º | 0.14% | 0.29% | - |
| HSV(B) | 217.14º | 0.25% | 0.33% | - |
| XYZ | 5.9 | 6.2 | 9.27 | - |
| YUV | 70.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 84 | 0.25 | 0.15 | 0 | 0.67 | 217.14 | 0.14 | 0.29 |
| Hex | 3F | 47 | 54 | 19 | F | 0 | 43 | D9 | E | 1D |
| Octal | 77 | 107 | 124 | 31 | 17 | 0 | 103 | 331 | 16 | 35 |
| Binary | 111111 | 1000111 | 1010100 | 11001 | 1111 | 0 | 1000011 | 11011001 | 1110 | 11101 |
Color Harmonies of #3F4754
Complementary color
Monochromatic Colors of #3F4754
Black with #3F4754
Text Example
Text Example
White with #3F4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4754; }
p { color: rgb(63,71,84); }
H1.HeaderClassName
{
color: #3F4754;
}
.AnyTagClassName
{
color: #3F4754;
}
</style>
background-color css
<style>
a { background-color: #3F4754; }
a { background-color: rgb(63,71,84); }
div.DivClassName
{
background-color: #3F4754;
}
.BgClassName
{
background-color: #3F4754;
}
</style>
border-color css
<style>
span { border-color: #3F4754; }
span { border-color: rgb(63,71,84); }
td.TdClassName
{
border-color: #3F4754;
}
.TagClassName
{
border-color: #3F4754;
}
</style>