Html Css Color HEX #3F685B Stromboli

📋 copy color: '#3F685B'

red 63 ◦ green 104 ◦ blue 91

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

Shades of Stromboli #3F685B

Tints of Stromboli #3F685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 24.42%
G = 40.31%
B = 35.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#3F685B (or 0x3F685B) is known color: Stromboli. HEX triplet: 3F, 68 and 5B. RGB value is (63,104,91). Sum of RGB (Red+Green+Blue) = 63+104+91=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #3F685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F685B is #C097A4. Grayscale: #5A5A5A. Windows color (decimal): -12621733 or 5990463. OLE color: 5990463.

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

Color convert

RGB 63 104 91 -
CMYK 0.39 0 0.12 0.59
HSL 160.98º 0.25% 0.33% -
HSV(B) 160.98º 0.39% 0.41% -
XYZ 8.89 11.71 11.69 -
YUV 90.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 63 104 91 0.39 0 0.12 0.59 160.98 0.25 0.33
Hex 3F 68 5B 27 0 C 3B A1 19 21
Octal 77 150 133 47 0 14 73 241 31 41
Binary 111111 1101000 1011011 100111 0 1100 111011 10100001 11001 100001

Color Harmonies of #3F685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F685B

Black with #3F685B

Text Example


Text Example

White with #3F685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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