Html Css Color HEX #3B6059 Stromboli

📋 copy color: '#3B6059'

red 59 ◦ green 96 ◦ blue 89

#3B6059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3B6059

Tints of Stromboli #3B6059

RGB

 RED value IS 59 (23.44% from 255) = 24.18%

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 24.18%
G = 39.34%
B = 36.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3B6059 (or 0x3B6059) is known color: Stromboli. HEX triplet: 3B, 60 and 59. RGB value is (59,96,89). Sum of RGB (Red+Green+Blue) = 59+96+89=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6059 is #C49FA6. Grayscale: #545454. Windows color (decimal): -12885927 or 5857339. OLE color: 5857339.

HSL color Cylindrical-coordinate representation of color #3B6059: hue angle of 168.65º 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 #3B6059 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 96 89 -
CMYK 0.39 0 0.07 0.62
HSL 168.65º 0.24% 0.3% -
HSV(B) 168.65º 0.39% 0.38% -
XYZ 7.79 10.02 10.97 -
YUV 84.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 59 96 89 0.39 0 0.07 0.62 168.65 0.24 0.3
Hex 3B 60 59 27 0 7 3E A9 18 1E
Octal 73 140 131 47 0 7 76 251 30 36
Binary 111011 1100000 1011001 100111 0 111 111110 10101001 11000 11110

Color Harmonies of #3B6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6059

Black with #3B6059

Text Example


Text Example

White with #3B6059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B6059;
 }
 .AnyTagClassName
 {
   color: #3B6059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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