#3F6558

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

Shades of Stromboli #3F6558

Tints of Stromboli #3F6558

Color information

#3F6558 (or 0x3F6558) is unknown color: approx Stromboli. HEX triplet: 3F, 65 and 58. RGB value is (63,101,88). Sum of RGB (Red+Green+Blue) = 63+101+88=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6558 is #C09AA7. Grayscale: #585858. Windows color (decimal): -12622504 or 5793087. OLE color: 5793087.

HSL color Cylindrical-coordinate representation of color #3F6558: hue angle of 159.47º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6558 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB6310188-
CMYK0.3800.130.60
HSL159.47º23.17%32.16%-
HSV(B)159.47º37.62%39.61%-
XYZ8.4711.0710.92-
YUV88.16127.91110.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=25%
G=40.08%
B=34.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63101880.3800.130.60159.4723.1732.16
Hex3F6558260D3C9f1720
Octal7714513046015742372740
Binary11111111001011011000100110011011111001001111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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