#3F4854

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

Shades of Rhino #3F4854

Tints of Rhino #3F4854

Color information

#3F4854 (or 0x3F4854) is unknown color: approx Rhino. HEX triplet: 3F, 48 and 54. RGB value is (63,72,84). Sum of RGB (Red+Green+Blue) = 63+72+84=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4854 is #C0B7AB. Grayscale: #464646. Windows color (decimal): -12629932 or 5523519. OLE color: 5523519.

HSL color Cylindrical-coordinate representation of color #3F4854: hue angle of 214.29º 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 #3F4854 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB637284-
CMYK0.250.1400.67
HSL214.29º14.29%28.82%-
HSV(B)214.29º25%32.94%-
XYZ5.976.339.3-
YUV70.68135.52122.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=28.77%
G=32.88%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6372840.250.1400.67214.2914.2928.82
Hex3F485419E043d6e1d
Octal77110124311601033261635
Binary111111100100010101001100111100100001111010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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