Html Css Color HEX #3C745E Stromboli

📋 copy color: '#3C745E'

red 60 ◦ green 116 ◦ blue 94

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

Shades of Stromboli #3C745E

Tints of Stromboli #3C745E

RGB

 RED value IS 60 (23.83% from 255) = 22.22%

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

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

R = 22.22%
G = 42.96%
B = 34.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#3C745E (or 0x3C745E) is known color: Stromboli. HEX triplet: 3C, 74 and 5E. RGB value is (60,116,94). Sum of RGB (Red+Green+Blue) = 60+116+94=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745E is #C38BA1. Grayscale: #606060. Windows color (decimal): -12815266 or 6190140. OLE color: 6190140.

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

Color convert

RGB 60 116 94 -
CMYK 0.48 0 0.19 0.55
HSL 156.43º 0.32% 0.35% -
HSV(B) 156.43º 0.48% 0.45% -
XYZ 10.13 14.26 12.81 -
YUV 96.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 60 116 94 0.48 0 0.19 0.55 156.43 0.32 0.35
Hex 3C 74 5E 30 0 13 37 9C 20 23
Octal 74 164 136 60 0 23 67 234 40 43
Binary 111100 1110100 1011110 110000 0 10011 110111 10011100 100000 100011

Color Harmonies of #3C745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C745E

Black with #3C745E

Text Example


Text Example

White with #3C745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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