Html Css Color HEX #3F7261 Stromboli

📋 copy color: '#3F7261'

red 63 ◦ green 114 ◦ blue 97

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

Shades of Stromboli #3F7261

Tints of Stromboli #3F7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 22.99%
G = 41.61%
B = 35.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#3F7261 (or 0x3F7261) is known color: Stromboli. HEX triplet: 3F, 72 and 61. RGB value is (63,114,97). Sum of RGB (Red+Green+Blue) = 63+114+97=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7261 is #C08D9E. Grayscale: #606060. Windows color (decimal): -12619167 or 6386239. OLE color: 6386239.

HSL color Cylindrical-coordinate representation of color #3F7261: hue angle of 160º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7261 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 97 -
CMYK 0.45 0 0.15 0.55
HSL 160º 0.29% 0.35% -
HSV(B) 160º 0.45% 0.45% -
XYZ 10.22 13.95 13.46 -
YUV 96.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 63 114 97 0.45 0 0.15 0.55 160 0.29 0.35
Hex 3F 72 61 2D 0 F 37 A0 1D 23
Octal 77 162 141 55 0 17 67 240 35 43
Binary 111111 1110010 1100001 101101 0 1111 110111 10100000 11101 100011

Color Harmonies of #3F7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7261

Black with #3F7261

Text Example


Text Example

White with #3F7261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,97); }

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

background-color css

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

 a { background-color: rgb(63,114,97); }

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

border-color css

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

 span { border-color: rgb(63,114,97); }

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