Html Css Color HEX #3F6059 Stromboli

📋 copy color: '#3F6059'

red 63 ◦ green 96 ◦ blue 89

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

Shades of Stromboli #3F6059

Tints of Stromboli #3F6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 89 (35.16% from 255) = 35.89%

R = 25.4%
G = 38.71%
B = 35.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3F6059 (or 0x3F6059) is known color: Stromboli. HEX triplet: 3F, 60 and 59. RGB value is (63,96,89). Sum of RGB (Red+Green+Blue) = 63+96+89=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6059 is #C09FA6. Grayscale: #555555. Windows color (decimal): -12623783 or 5857343. OLE color: 5857343.

HSL color Cylindrical-coordinate representation of color #3F6059: hue angle of 167.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6059 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 89 -
CMYK 0.34 0 0.07 0.62
HSL 167.27º 0.21% 0.31% -
HSV(B) 167.27º 0.34% 0.38% -
XYZ 8.04 10.14 10.99 -
YUV 85.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 63 96 89 0.34 0 0.07 0.62 167.27 0.21 0.31
Hex 3F 60 59 22 0 7 3E A7 15 1F
Octal 77 140 131 42 0 7 76 247 25 37
Binary 111111 1100000 1011001 100010 0 111 111110 10100111 10101 11111

Color Harmonies of #3F6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6059

Black with #3F6059

Text Example


Text Example

White with #3F6059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,89); }

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

background-color css

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

 a { background-color: rgb(63,96,89); }

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

border-color css

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

 span { border-color: rgb(63,96,89); }

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