#3B685D

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

Shades of Stromboli #3B685D

Tints of Stromboli #3B685D

Color information

#3B685D (or 0x3B685D) is unknown color: approx Stromboli. HEX triplet: 3B, 68 and 5D. RGB value is (59,104,93). Sum of RGB (Red+Green+Blue) = 59+104+93=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #3B685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B685D is #C497A2. Grayscale: #595959. Windows color (decimal): -12883875 or 6121531. OLE color: 6121531.

HSL color Cylindrical-coordinate representation of color #3B685D: hue angle of 165.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B685D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5910493-
CMYK0.4300.110.59
HSL165.33º27.61%31.96%-
HSV(B)165.33º43.27%40.78%-
XYZ8.7311.6212.14-
YUV89.29130.09106.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=23.05%
G=40.62%
B=36.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59104930.4300.110.59165.3327.6131.96
Hex3B685D2B0B3Ba51c20
Octal7315013553013732453440
Binary11101111010001011101101011010111110111010010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,93); }

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

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

 a { background-color: rgb(59,104,93); }

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

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

 span { border-color: rgb(59,104,93); }

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