#3B705C

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

Shades of Stromboli #3B705C

Tints of Stromboli #3B705C

Color information

#3B705C (or 0x3B705C) is unknown color: approx Stromboli. HEX triplet: 3B, 70 and 5C. RGB value is (59,112,92). Sum of RGB (Red+Green+Blue) = 59+112+92=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #3B705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B705C is #C48FA3. Grayscale: #5D5D5D. Windows color (decimal): -12881828 or 6058043. OLE color: 6058043.

HSL color Cylindrical-coordinate representation of color #3B705C: hue angle of 157.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B705C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB5911292-
CMYK0.4700.180.56
HSL157.36º30.99%33.53%-
HSV(B)157.36º47.32%43.92%-
XYZ9.5313.2912.19-
YUV93.87126.94103.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.43%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=22.43%
G=42.59%
B=34.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112920.4700.180.56157.3630.9933.53
Hex3B705C2F012389d1f22
Octal7316013457022702353742
Binary111011111000010111001011110100101110001001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,92); }

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

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

 a { background-color: rgb(59,112,92); }

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

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

 span { border-color: rgb(59,112,92); }

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