#3F615C

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

Shades of Dark Slate #3F615C

Tints of Dark Slate #3F615C

Color information

#3F615C (or 0x3F615C) is unknown color: approx Dark Slate. HEX triplet: 3F, 61 and 5C. RGB value is (63,97,92). Sum of RGB (Red+Green+Blue) = 63+97+92=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3F615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F615C is #C09EA3. Grayscale: #565656. Windows color (decimal): -12623524 or 6054207. OLE color: 6054207.

HSL color Cylindrical-coordinate representation of color #3F615C: hue angle of 171.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F615C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB639792-
CMYK0.3500.050.62
HSL171.18º21.25%31.37%-
HSV(B)171.18º35.05%38.04%-
XYZ8.2610.3811.69-
YUV86.26131.24111.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=25%
G=38.49%
B=36.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397920.3500.050.62171.1821.2531.37
Hex3F615C23053Eab151f
Octal771411344305762532537
Binary111111110000110111001000110101111110101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,92); }

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

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

 a { background-color: rgb(63,97,92); }

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

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

 span { border-color: rgb(63,97,92); }

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