Html Css Color HEX #3E685E Stromboli

📋 copy color: '#3E685E'

red 62 ◦ green 104 ◦ blue 94

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

Shades of Stromboli #3E685E

Tints of Stromboli #3E685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 23.85%
G = 40%
B = 36.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#3E685E (or 0x3E685E) is known color: Stromboli. HEX triplet: 3E, 68 and 5E. RGB value is (62,104,94). Sum of RGB (Red+Green+Blue) = 62+104+94=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685E is #C197A1. Grayscale: #5A5A5A. Windows color (decimal): -12687266 or 6187070. OLE color: 6187070.

HSL color Cylindrical-coordinate representation of color #3E685E: hue angle of 165.71º 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 #3E685E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 94 -
CMYK 0.40 0 0.10 0.59
HSL 165.71º 0.25% 0.33% -
HSV(B) 165.71º 0.4% 0.41% -
XYZ 8.96 11.73 12.38 -
YUV 90.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 62 104 94 0.40 0 0.10 0.59 165.71 0.25 0.33
Hex 3E 68 5E 28 0 A 3B A6 19 21
Octal 76 150 136 50 0 12 73 246 31 41
Binary 111110 1101000 1011110 101000 0 1010 111011 10100110 11001 100001

Color Harmonies of #3E685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E685E

Black with #3E685E

Text Example


Text Example

White with #3E685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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