#3F6058

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

Shades of Stromboli #3F6058

Tints of Stromboli #3F6058

Color information

#3F6058 (or 0x3F6058) is unknown color: approx Stromboli. HEX triplet: 3F, 60 and 58. RGB value is (63,96,88). Sum of RGB (Red+Green+Blue) = 63+96+88=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6058 is #C09FA7. Grayscale: #555555. Windows color (decimal): -12623784 or 5791807. OLE color: 5791807.

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

Color convert

RGB639688-
CMYK0.3400.080.62
HSL165.45º20.75%31.18%-
HSV(B)165.45º34.38%37.65%-
XYZ7.9910.1310.77-
YUV85.22129.57112.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=25.51%
G=38.87%
B=35.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396880.3400.080.62165.4520.7531.18
Hex3F605822083Ea5151f
Octal7714013042010762452537
Binary1111111100000101100010001001000111110101001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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