Html Css Color HEX #3B745E Stromboli

📋 copy color: '#3B745E'

red 59 ◦ green 116 ◦ blue 94

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

Shades of Stromboli #3B745E

Tints of Stromboli #3B745E

RGB

 RED value IS 59 (23.44% from 255) = 21.93%

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 21.93%
G = 43.12%
B = 34.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#3B745E (or 0x3B745E) is known color: Stromboli. HEX triplet: 3B, 74 and 5E. RGB value is (59,116,94). Sum of RGB (Red+Green+Blue) = 59+116+94=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #3B745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B745E is #C48BA1. Grayscale: #606060. Windows color (decimal): -12880802 or 6190139. OLE color: 6190139.

HSL color Cylindrical-coordinate representation of color #3B745E: hue angle of 156.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B745E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 94 -
CMYK 0.49 0 0.19 0.55
HSL 156.84º 0.33% 0.34% -
HSV(B) 156.84º 0.49% 0.45% -
XYZ 10.07 14.23 12.81 -
YUV 96.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 59 116 94 0.49 0 0.19 0.55 156.84 0.33 0.34
Hex 3B 74 5E 31 0 13 37 9D 21 22
Octal 73 164 136 61 0 23 67 235 41 42
Binary 111011 1110100 1011110 110001 0 10011 110111 10011101 100001 100010

Color Harmonies of #3B745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B745E

Black with #3B745E

Text Example


Text Example

White with #3B745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,94); }

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

background-color css

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

 a { background-color: rgb(59,116,94); }

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

border-color css

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

 span { border-color: rgb(59,116,94); }

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