#3D6660

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

Shades of Stromboli #3D6660

Tints of Stromboli #3D6660

Color information

#3D6660 (or 0x3D6660) is unknown color: approx Stromboli. HEX triplet: 3D, 66 and 60. RGB value is (61,102,96). Sum of RGB (Red+Green+Blue) = 61+102+96=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6660 is #C2999F. Grayscale: #595959. Windows color (decimal): -12753312 or 6317629. OLE color: 6317629.

HSL color Cylindrical-coordinate representation of color #3D6660: hue angle of 171.22º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6660 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB6110296-
CMYK0.4000.060.6
HSL171.22º25.15%31.96%-
HSV(B)171.22º40.2%40%-
XYZ8.7911.3412.79-
YUV89.06131.92107.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=23.55%
G=39.38%
B=37.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102960.4000.060.6171.2225.1531.96
Hex3D666028063Cab1920
Octal751461405006742533140
Binary1111011100110110000010100001101111001010101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,96); }

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

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

 a { background-color: rgb(61,102,96); }

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

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

 span { border-color: rgb(61,102,96); }

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