Html Css Color HEX #3E685F Stromboli

📋 copy color: '#3E685F'

red 62 ◦ green 104 ◦ blue 95

#3E685F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3E685F

Tints of Stromboli #3E685F

RGB

 RED value IS 62 (24.61% from 255) = 23.75%

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 23.75%
G = 39.85%
B = 36.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#3E685F (or 0x3E685F) is known color: Stromboli. HEX triplet: 3E, 68 and 5F. RGB value is (62,104,95). Sum of RGB (Red+Green+Blue) = 62+104+95=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685F is #C197A0. Grayscale: #5A5A5A. Windows color (decimal): -12687265 or 6252606. OLE color: 6252606.

HSL color Cylindrical-coordinate representation of color #3E685F: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E685F is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 95 -
CMYK 0.40 0 0.09 0.59
HSL 167.14º 0.25% 0.33% -
HSV(B) 167.14º 0.4% 0.41% -
XYZ 9 11.75 12.62 -
YUV 90.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 62 104 95 0.40 0 0.09 0.59 167.14 0.25 0.33
Hex 3E 68 5F 28 0 9 3B A7 19 21
Octal 76 150 137 50 0 11 73 247 31 41
Binary 111110 1101000 1011111 101000 0 1001 111011 10100111 11001 100001

Color Harmonies of #3E685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E685F

Black with #3E685F

Text Example


Text Example

White with #3E685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,104,95); }

 H1.HeaderClassName
 {
   color: #3E685F;
 }
 .AnyTagClassName
 {
   color: #3E685F;
 }
</style>

background-color css

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

 a { background-color: rgb(62,104,95); }

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

border-color css

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

 span { border-color: rgb(62,104,95); }

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