Html Css Color HEX #3E705D Stromboli

📋 copy color: '#3E705D'

red 62 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #3E705D

Tints of Stromboli #3E705D

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 value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3E705D (or 0x3E705D) is known color: 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

RGB 62 112 93 -
CMYK 0.45 0 0.17 0.56
HSL 157.2º 0.29% 0.34% -
HSV(B) 157.2º 0.45% 0.44% -
XYZ 9.76 13.4 12.43 -
YUV 94.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 62 112 93 0.45 0 0.17 0.56 157.2 0.29 0.34
Hex 3E 70 5D 2D 0 11 38 9D 1D 22
Octal 76 160 135 55 0 21 70 235 35 42
Binary 111110 1110000 1011101 101101 0 10001 111000 10011101 11101 100010

Color Harmonies of #3E705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E705D

Black with #3E705D

Text Example


Text Example

White with #3E705D

Text Example


Text Example

HTML Codes & Css Web 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>