#3F685E

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

Shades of Stromboli #3F685E

Tints of Stromboli #3F685E

Color information

#3F685E (or 0x3F685E) is unknown color: approx Stromboli. HEX triplet: 3F, 68 and 5E. RGB value is (63,104,94). Sum of RGB (Red+Green+Blue) = 63+104+94=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #3F685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F685E is #C097A1. Grayscale: #5A5A5A. Windows color (decimal): -12621730 or 6187071. OLE color: 6187071.

HSL color Cylindrical-coordinate representation of color #3F685E: hue angle of 165.37º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F685E is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB6310494-
CMYK0.3900.100.59
HSL165.37º24.55%32.75%-
HSV(B)165.37º39.42%40.78%-
XYZ9.0211.7712.39-
YUV90.6129.92108.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.14%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=24.14%
G=39.85%
B=36.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63104940.3900.100.59165.3724.5532.75
Hex3F685E270A3Ba51921
Octal7715013647012732453141
Binary11111111010001011110100111010101110111010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,94); }

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

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

 a { background-color: rgb(63,104,94); }

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

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

 span { border-color: rgb(63,104,94); }

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