#3F4954

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

Shades of Rhino #3F4954

Tints of Rhino #3F4954

Color information

#3F4954 (or 0x3F4954) is unknown color: approx Rhino. HEX triplet: 3F, 49 and 54. RGB value is (63,73,84). Sum of RGB (Red+Green+Blue) = 63+73+84=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4954 is #C0B6AB. Grayscale: #474747. Windows color (decimal): -12629676 or 5523775. OLE color: 5523775.

HSL color Cylindrical-coordinate representation of color #3F4954: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4954 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB637384-
CMYK0.250.1300.67
HSL211.43º14.29%28.82%-
HSV(B)211.43º25%32.94%-
XYZ6.036.469.32-
YUV71.26135.19122.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=28.64%
G=33.18%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6373840.250.1300.67211.4314.2928.82
Hex3F495419D043d3e1d
Octal77111124311501033231635
Binary111111100100110101001100111010100001111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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