Html Css Color HEX #3F685E Stromboli

📋 copy color: '#3F685E'

red 63 ◦ green 104 ◦ blue 94

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

Shades of Stromboli #3F685E

Tints of Stromboli #3F685E

RGB

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

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

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

R = 24.14%
G = 39.85%
B = 36.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#3F685E (or 0x3F685E) is known color: Stromboli. HEX triplet: 3F, 68 and 5E. RGB value is (63,104,94). Sum of RGB (Red+Green+Blue) = 63+104+94=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #3F685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F685E is #C097A1. Grayscale: #5A5A5A. Windows color (decimal): -12621730 or 6187071. OLE color: 6187071.

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

Color convert

RGB 63 104 94 -
CMYK 0.39 0 0.10 0.59
HSL 165.37º 0.25% 0.33% -
HSV(B) 165.37º 0.39% 0.41% -
XYZ 9.02 11.77 12.39 -
YUV 90.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 63 104 94 0.39 0 0.10 0.59 165.37 0.25 0.33
Hex 3F 68 5E 27 0 A 3B A5 19 21
Octal 77 150 136 47 0 12 73 245 31 41
Binary 111111 1101000 1011110 100111 0 1010 111011 10100101 11001 100001

Color Harmonies of #3F685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F685E

Black with #3F685E

Text Example


Text Example

White with #3F685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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