#3F6059

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

Shades of Stromboli #3F6059

Tints of Stromboli #3F6059

Color information

#3F6059 (or 0x3F6059) is unknown color: approx Stromboli. HEX triplet: 3F, 60 and 59. RGB value is (63,96,89). Sum of RGB (Red+Green+Blue) = 63+96+89=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6059 is #C09FA6. Grayscale: #555555. Windows color (decimal): -12623783 or 5857343. OLE color: 5857343.

HSL color Cylindrical-coordinate representation of color #3F6059: hue angle of 167.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6059 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB639689-
CMYK0.3400.070.62
HSL167.27º20.75%31.18%-
HSV(B)167.27º34.38%37.65%-
XYZ8.0410.1410.99-
YUV85.34130.07112.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=25.40%
G=38.71%
B=35.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396890.3400.070.62167.2720.7531.18
Hex3F605922073Ea7151f
Octal771401314207762472537
Binary111111110000010110011000100111111110101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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