#3F4959

Color #3F4959 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #3F4959

Tints of Rhino #3F4959

Color information

#3F4959 (or 0x3F4959) is unknown color: approx Rhino. HEX triplet: 3F, 49 and 59. RGB value is (63,73,89). Sum of RGB (Red+Green+Blue) = 63+73+89=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4959 is #C0B6A6. Grayscale: #474747. Windows color (decimal): -12629671 or 5851455. OLE color: 5851455.

HSL color Cylindrical-coordinate representation of color #3F4959: hue angle of 216.92º 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 #3F4959 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB637389-
CMYK0.290.1800.65
HSL216.92º17.11%29.8%-
HSV(B)216.92º29.21%34.9%-
XYZ6.246.5410.39-
YUV71.83137.69121.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=28%
G=32.44%
B=39.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6373890.290.1800.65216.9217.1129.8
Hex3F49591D12041d9111e
Octal77111131352201013312136
Binary11111110010011011001111011001001000001110110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4959; }

 p { color: rgb(63,73,89); }

 H1.HeaderClassName
 {
   color: #3F4959;
 }
 .AnyTagClassName
 {
   color: #3F4959;
 }
</style>
background-color css

<style>
 a { background-color: #3F4959; }

 a { background-color: rgb(63,73,89); }

 div.DivClassName
 {
   background-color: #3F4959;
 }
 .BgClassName
 {
   background-color: #3F4959;
 }
</style>
border-color css

<style>
 span { border-color: #3F4959; }

 span { border-color: rgb(63,73,89); }

 td.TdClassName
 {
   border-color: #3F4959;
 }
 .TagClassName
 {
   border-color: #3F4959;
 }
</style>