#3E705D

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

Shades of Stromboli #3E705D

Tints of Stromboli #3E705D

Color information

#3E705D (or 0x3E705D) is unknown color: approx Stromboli. HEX triplet: 3E, 70 and 5D. RGB value is (62,112,93). Sum of RGB (Red+Green+Blue) = 62+112+93=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705D is #C18FA2. Grayscale: #5E5E5E. Windows color (decimal): -12685219 or 6123582. OLE color: 6123582.

HSL color Cylindrical-coordinate representation of color #3E705D: hue angle of 157.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E705D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB6211293-
CMYK0.4500.170.56
HSL157.2º28.74%34.12%-
HSV(B)157.2º44.64%43.92%-
XYZ9.7613.412.43-
YUV94.88126.94104.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=23.22%
G=41.95%
B=34.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112930.4500.170.56157.228.7434.12
Hex3E705D2D011389d1d22
Octal7616013555021702353542
Binary111110111000010111011011010100011110001001110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,93); }

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

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

 a { background-color: rgb(62,112,93); }

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

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

 span { border-color: rgb(62,112,93); }

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