#3E705B

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

Shades of Stromboli #3E705B

Tints of Stromboli #3E705B

Color information

#3E705B (or 0x3E705B) is unknown color: approx Stromboli. HEX triplet: 3E, 70 and 5B. RGB value is (62,112,91). Sum of RGB (Red+Green+Blue) = 62+112+91=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705B is #C18FA4. Grayscale: #5E5E5E. Windows color (decimal): -12685221 or 5992510. OLE color: 5992510.

HSL color Cylindrical-coordinate representation of color #3E705B: hue angle of 154.8º 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 #3E705B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB6211291-
CMYK0.4500.190.56
HSL154.8º28.74%34.12%-
HSV(B)154.8º44.64%43.92%-
XYZ9.6713.3711.97-
YUV94.66125.94104.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.40%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=23.40%
G=42.26%
B=34.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112910.4500.190.56154.828.7434.12
Hex3E705B2D013389b1d22
Octal7616013355023702333542
Binary111110111000010110111011010100111110001001101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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