Html Css Color HEX #3F685A Stromboli

📋 copy color: '#3F685A'

red 63 ◦ green 104 ◦ blue 90

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

Shades of Stromboli #3F685A

Tints of Stromboli #3F685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 24.51%
G = 40.47%
B = 35.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#3F685A (or 0x3F685A) is known color: Stromboli. HEX triplet: 3F, 68 and 5A. RGB value is (63,104,90). Sum of RGB (Red+Green+Blue) = 63+104+90=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #3F685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F685A is #C097A5. Grayscale: #5A5A5A. Windows color (decimal): -12621734 or 5924927. OLE color: 5924927.

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

Color convert

RGB 63 104 90 -
CMYK 0.39 0 0.13 0.59
HSL 159.51º 0.25% 0.33% -
HSV(B) 159.51º 0.39% 0.41% -
XYZ 8.85 11.7 11.46 -
YUV 90.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 63 104 90 0.39 0 0.13 0.59 159.51 0.25 0.33
Hex 3F 68 5A 27 0 D 3B A0 19 21
Octal 77 150 132 47 0 15 73 240 31 41
Binary 111111 1101000 1011010 100111 0 1101 111011 10100000 11001 100001

Color Harmonies of #3F685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F685A

Black with #3F685A

Text Example


Text Example

White with #3F685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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