Html Css Color HEX #3F7360 Stromboli

📋 copy color: '#3F7360'

red 63 ◦ green 115 ◦ blue 96

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

Shades of Stromboli #3F7360

Tints of Stromboli #3F7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 22.99%
G = 41.97%
B = 35.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#3F7360 (or 0x3F7360) is known color: Stromboli. HEX triplet: 3F, 73 and 60. RGB value is (63,115,96). Sum of RGB (Red+Green+Blue) = 63+115+96=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7360 is #C08C9F. Grayscale: #616161. Windows color (decimal): -12618912 or 6320959. OLE color: 6320959.

HSL color Cylindrical-coordinate representation of color #3F7360: hue angle of 158.08º 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 #3F7360 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 96 -
CMYK 0.45 0 0.17 0.55
HSL 158.08º 0.29% 0.35% -
HSV(B) 158.08º 0.45% 0.45% -
XYZ 10.29 14.16 13.26 -
YUV 97.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 63 115 96 0.45 0 0.17 0.55 158.08 0.29 0.35
Hex 3F 73 60 2D 0 11 37 9E 1D 23
Octal 77 163 140 55 0 21 67 236 35 43
Binary 111111 1110011 1100000 101101 0 10001 110111 10011110 11101 100011

Color Harmonies of #3F7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7360

Black with #3F7360

Text Example


Text Example

White with #3F7360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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