Shades of Rhino #3F495A
Tints of Rhino #3F495A
RGB
CMYK
RGB Variations
Color information
#3F495A (or 0x3F495A) is known color: Rhino. HEX triplet: 3F, 49 and 5A. RGB value is (63,73,90). Sum of RGB (Red+Green+Blue) = 63+73+90=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F495A is #C0B6A5. Grayscale: #474747. Windows color (decimal): -12629670 or 5916991. OLE color: 5916991.
HSL color Cylindrical-coordinate representation of color #3F495A: hue angle of 217.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F495A is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 73 | 90 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.65 |
| HSL | 217.78º | 0.18% | 0.3% | - |
| HSV(B) | 217.78º | 0.3% | 0.35% | - |
| XYZ | 6.28 | 6.56 | 10.61 | - |
| YUV | 71.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 90 | 0.30 | 0.19 | 0 | 0.65 | 217.78 | 0.18 | 0.3 |
| Hex | 3F | 49 | 5A | 1E | 13 | 0 | 41 | DA | 12 | 1E |
| Octal | 77 | 111 | 132 | 36 | 23 | 0 | 101 | 332 | 22 | 36 |
| Binary | 111111 | 1001001 | 1011010 | 11110 | 10011 | 0 | 1000001 | 11011010 | 10010 | 11110 |
Color Harmonies of #3F495A
Complementary color
Monochromatic Colors of #3F495A
Black with #3F495A
Text Example
Text Example
White with #3F495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F495A; }
p { color: rgb(63,73,90); }
H1.HeaderClassName
{
color: #3F495A;
}
.AnyTagClassName
{
color: #3F495A;
}
</style>
background-color css
<style>
a { background-color: #3F495A; }
a { background-color: rgb(63,73,90); }
div.DivClassName
{
background-color: #3F495A;
}
.BgClassName
{
background-color: #3F495A;
}
</style>
border-color css
<style>
span { border-color: #3F495A; }
span { border-color: rgb(63,73,90); }
td.TdClassName
{
border-color: #3F495A;
}
.TagClassName
{
border-color: #3F495A;
}
</style>