Shades of Rhino #3F4A59
Tints of Rhino #3F4A59
RGB
CMYK
RGB Variations
Color information
#3F4A59 (or 0x3F4A59) is known color: Rhino. HEX triplet: 3F, 4A and 59. RGB value is (63,74,89). Sum of RGB (Red+Green+Blue) = 63+74+89=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A59 is #C0B5A6. Grayscale: #484848. Windows color (decimal): -12629415 or 5851711. OLE color: 5851711.
HSL color Cylindrical-coordinate representation of color #3F4A59: hue angle of 214.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4A59 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 74 | 89 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.65 |
| HSL | 214.62º | 0.17% | 0.3% | - |
| HSV(B) | 214.62º | 0.29% | 0.35% | - |
| XYZ | 6.3 | 6.68 | 10.41 | - |
| YUV | 72.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 89 | 0.29 | 0.17 | 0 | 0.65 | 214.62 | 0.17 | 0.3 |
| Hex | 3F | 4A | 59 | 1D | 11 | 0 | 41 | D7 | 11 | 1E |
| Octal | 77 | 112 | 131 | 35 | 21 | 0 | 101 | 327 | 21 | 36 |
| Binary | 111111 | 1001010 | 1011001 | 11101 | 10001 | 0 | 1000001 | 11010111 | 10001 | 11110 |
Color Harmonies of #3F4A59
Complementary color
Monochromatic Colors of #3F4A59
Black with #3F4A59
Text Example
Text Example
White with #3F4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A59; }
p { color: rgb(63,74,89); }
H1.HeaderClassName
{
color: #3F4A59;
}
.AnyTagClassName
{
color: #3F4A59;
}
</style>
background-color css
<style>
a { background-color: #3F4A59; }
a { background-color: rgb(63,74,89); }
div.DivClassName
{
background-color: #3F4A59;
}
.BgClassName
{
background-color: #3F4A59;
}
</style>
border-color css
<style>
span { border-color: #3F4A59; }
span { border-color: rgb(63,74,89); }
td.TdClassName
{
border-color: #3F4A59;
}
.TagClassName
{
border-color: #3F4A59;
}
</style>