#3F495B

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

Shades of Rhino #3F495B

Tints of Rhino #3F495B

Color information

#3F495B (or 0x3F495B) is unknown color: approx Rhino. HEX triplet: 3F, 49 and 5B. RGB value is (63,73,91). Sum of RGB (Red+Green+Blue) = 63+73+91=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F495B is #C0B6A4. Grayscale: #474747. Windows color (decimal): -12629669 or 5982527. OLE color: 5982527.

HSL color Cylindrical-coordinate representation of color #3F495B: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F495B is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB637391-
CMYK0.310.2000.64
HSL218.57º18.18%30.2%-
HSV(B)218.57º30.77%35.69%-
XYZ6.326.5810.83-
YUV72.06138.69121.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=27.75%
G=32.16%
B=40.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6373910.310.2000.64218.5718.1830.2
Hex3F495B1F14040db121e
Octal77111133372401003332236
Binary11111110010011011011111111010001000000110110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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