Html Css Color HEX #3F6961 Stromboli

📋 copy color: '#3F6961'

red 63 ◦ green 105 ◦ blue 97

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

Shades of Stromboli #3F6961

Tints of Stromboli #3F6961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

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

R = 23.77%
G = 39.62%
B = 36.6%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#3F6961 (or 0x3F6961) is known color: Stromboli. HEX triplet: 3F, 69 and 61. RGB value is (63,105,97). Sum of RGB (Red+Green+Blue) = 63+105+97=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6961 is #C0969E. Grayscale: #5B5B5B. Windows color (decimal): -12621471 or 6383935. OLE color: 6383935.

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

Color convert

RGB 63 105 97 -
CMYK 0.4 0 0.08 0.59
HSL 168.57º 0.25% 0.33% -
HSV(B) 168.57º 0.4% 0.41% -
XYZ 9.26 12.02 13.14 -
YUV 91.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 63 105 97 0.4 0 0.08 0.59 168.57 0.25 0.33
Hex 3F 69 61 28 0 8 3B A9 19 21
Octal 77 151 141 50 0 10 73 251 31 41
Binary 111111 1101001 1100001 101000 0 1000 111011 10101001 11001 100001

Color Harmonies of #3F6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6961

Black with #3F6961

Text Example


Text Example

White with #3F6961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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