#3F5654

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

Shades of Dark Slate #3F5654

Tints of Dark Slate #3F5654

Color information

#3F5654 (or 0x3F5654) is unknown color: approx Dark Slate. HEX triplet: 3F, 56 and 54. RGB value is (63,86,84). Sum of RGB (Red+Green+Blue) = 63+86+84=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5654 is #C0A9AB. Grayscale: #4E4E4E. Windows color (decimal): -12626348 or 5527103. OLE color: 5527103.

HSL color Cylindrical-coordinate representation of color #3F5654: hue angle of 174.78º 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 #3F5654 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB638684-
CMYK0.2700.020.66
HSL174.78º15.44%29.22%-
HSV(B)174.78º26.74%33.73%-
XYZ6.988.359.63-
YUV78.9130.88116.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=27.04%
G=36.91%
B=36.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386840.2700.020.66174.7815.4429.22
Hex3F56541B0242aff1d
Octal7712612433021022571735
Binary1111111010110101010011011010100001010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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