#3B6057

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

Shades of Stromboli #3B6057

Tints of Stromboli #3B6057

Color information

#3B6057 (or 0x3B6057) is unknown color: approx Stromboli. HEX triplet: 3B, 60 and 57. RGB value is (59,96,87). Sum of RGB (Red+Green+Blue) = 59+96+87=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6057 is #C49FA8. Grayscale: #535353. Windows color (decimal): -12885929 or 5726267. OLE color: 5726267.

HSL color Cylindrical-coordinate representation of color #3B6057: hue angle of 165.41º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6057 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB599687-
CMYK0.3900.090.62
HSL165.41º23.87%30.39%-
HSV(B)165.41º38.54%37.65%-
XYZ7.719.9810.54-
YUV83.91129.74110.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=24.38%
G=39.67%
B=35.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996870.3900.090.62165.4123.8730.39
Hex3B605727093Ea5181e
Octal7314012747011762453036
Binary1110111100000101011110011101001111110101001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,87); }

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

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

 a { background-color: rgb(59,96,87); }

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

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

 span { border-color: rgb(59,96,87); }

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