Shades of Rhino #3F4755
Tints of Rhino #3F4755
RGB
CMYK
RGB Variations
Color information
#3F4755 (or 0x3F4755) is known color: Rhino. HEX triplet: 3F, 47 and 55. RGB value is (63,71,85). Sum of RGB (Red+Green+Blue) = 63+71+85=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4755 is #C0B8AA. Grayscale: #464646. Windows color (decimal): -12630187 or 5588799. OLE color: 5588799.
HSL color Cylindrical-coordinate representation of color #3F4755: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4755 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 71 | 85 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.67 |
| HSL | 218.18º | 0.15% | 0.29% | - |
| HSV(B) | 218.18º | 0.26% | 0.33% | - |
| XYZ | 5.94 | 6.22 | 9.48 | - |
| YUV | 70.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 85 | 0.26 | 0.16 | 0 | 0.67 | 218.18 | 0.15 | 0.29 |
| Hex | 3F | 47 | 55 | 1A | 10 | 0 | 43 | DA | F | 1D |
| Octal | 77 | 107 | 125 | 32 | 20 | 0 | 103 | 332 | 17 | 35 |
| Binary | 111111 | 1000111 | 1010101 | 11010 | 10000 | 0 | 1000011 | 11011010 | 1111 | 11101 |
Color Harmonies of #3F4755
Complementary color
Monochromatic Colors of #3F4755
Black with #3F4755
Text Example
Text Example
White with #3F4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4755; }
p { color: rgb(63,71,85); }
H1.HeaderClassName
{
color: #3F4755;
}
.AnyTagClassName
{
color: #3F4755;
}
</style>
background-color css
<style>
a { background-color: #3F4755; }
a { background-color: rgb(63,71,85); }
div.DivClassName
{
background-color: #3F4755;
}
.BgClassName
{
background-color: #3F4755;
}
</style>
border-color css
<style>
span { border-color: #3F4755; }
span { border-color: rgb(63,71,85); }
td.TdClassName
{
border-color: #3F4755;
}
.TagClassName
{
border-color: #3F4755;
}
</style>