Html Css Color HEX #3F705D Stromboli

📋 copy color: '#3F705D'

red 63 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #3F705D

Tints of Stromboli #3F705D

RGB

 RED value IS 63 (25% from 255) = 23.51%

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 23.51%
G = 41.79%
B = 34.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3F705D (or 0x3F705D) is known color: Stromboli. HEX triplet: 3F, 70 and 5D. RGB value is (63,112,93). Sum of RGB (Red+Green+Blue) = 63+112+93=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #3F705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F705D is #C08FA2. Grayscale: #5F5F5F. Windows color (decimal): -12619683 or 6123583. OLE color: 6123583.

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

Color convert

RGB 63 112 93 -
CMYK 0.44 0 0.17 0.56
HSL 156.73º 0.28% 0.34% -
HSV(B) 156.73º 0.44% 0.44% -
XYZ 9.82 13.44 12.43 -
YUV 95.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 63 112 93 0.44 0 0.17 0.56 156.73 0.28 0.34
Hex 3F 70 5D 2C 0 11 38 9D 1C 22
Octal 77 160 135 54 0 21 70 235 34 42
Binary 111111 1110000 1011101 101100 0 10001 111000 10011101 11100 100010

Color Harmonies of #3F705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F705D

Black with #3F705D

Text Example


Text Example

White with #3F705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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