#3F6455

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

Shades of Stromboli #3F6455

Tints of Stromboli #3F6455

Color information

#3F6455 (or 0x3F6455) is unknown color: approx Stromboli. HEX triplet: 3F, 64 and 55. RGB value is (63,100,85). Sum of RGB (Red+Green+Blue) = 63+100+85=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #3F6455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6455 is #C09BAA. Grayscale: #575757. Windows color (decimal): -12622763 or 5596223. OLE color: 5596223.

HSL color Cylindrical-coordinate representation of color #3F6455: hue angle of 155.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F6455 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB6310085-
CMYK0.3700.150.61
HSL155.68º22.7%31.96%-
HSV(B)155.68º37%39.22%-
XYZ8.2510.8310.25-
YUV87.23126.74110.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=25.40%
G=40.32%
B=34.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal63100850.3700.150.61155.6822.731.96
Hex3F6455250F3D9c1720
Octal7714412545017752342740
Binary11111111001001010101100101011111111011001110010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,85); }

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

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

 a { background-color: rgb(63,100,85); }

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

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

 span { border-color: rgb(63,100,85); }

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