#3F5651

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

Shades of Dark Slate #3F5651

Tints of Dark Slate #3F5651

Color information

#3F5651 (or 0x3F5651) is unknown color: approx Dark Slate. HEX triplet: 3F, 56 and 51. RGB value is (63,86,81). Sum of RGB (Red+Green+Blue) = 63+86+81=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5651 is #C0A9AE. Grayscale: #4E4E4E. Windows color (decimal): -12626351 or 5330495. OLE color: 5330495.

HSL color Cylindrical-coordinate representation of color #3F5651: hue angle of 166.96º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5651 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB638681-
CMYK0.2700.060.66
HSL166.96º15.44%29.22%-
HSV(B)166.96º26.74%33.73%-
XYZ6.868.319.03-
YUV78.55129.38116.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=27.39%
G=37.39%
B=35.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386810.2700.060.66166.9615.4429.22
Hex3F56511B0642a7f1d
Octal7712612133061022471735
Binary11111110101101010001110110110100001010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,81); }

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

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

 a { background-color: rgb(63,86,81); }

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

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

 span { border-color: rgb(63,86,81); }

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