#3B695E

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

Shades of Stromboli #3B695E

Tints of Stromboli #3B695E

Color information

#3B695E (or 0x3B695E) is unknown color: approx Stromboli. HEX triplet: 3B, 69 and 5E. RGB value is (59,105,94). Sum of RGB (Red+Green+Blue) = 59+105+94=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #3B695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B695E is #C496A1. Grayscale: #595959. Windows color (decimal): -12883618 or 6187323. OLE color: 6187323.

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

Color convert

RGB5910594-
CMYK0.4400.100.59
HSL165.65º28.05%32.16%-
HSV(B)165.65º43.81%41.18%-
XYZ8.8811.8412.41-
YUV89.99130.26105.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.87%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=22.87%
G=40.70%
B=36.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59105940.4400.100.59165.6528.0532.16
Hex3B695E2C0A3Ba61c20
Octal7315113654012732463440
Binary11101111010011011110101100010101110111010011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,94); }

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

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

 a { background-color: rgb(59,105,94); }

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

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

 span { border-color: rgb(59,105,94); }

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