Html Css Color HEX #3A937E Gossamer

📋 copy color: '#3A937E'

red 58 ◦ green 147 ◦ blue 126

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

Shades of Gossamer #3A937E

Tints of Gossamer #3A937E

RGB

 RED value IS 58 (23.05% from 255) = 17.52%

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 17.52%
G = 44.41%
B = 38.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#3A937E (or 0x3A937E) is known color: Gossamer. HEX triplet: 3A, 93 and 7E. RGB value is (58,147,126). Sum of RGB (Red+Green+Blue) = 58+147+126=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #3A937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A937E is #C56C81. Grayscale: #757575. Windows color (decimal): -12938370 or 8295226. OLE color: 8295226.

HSL color Cylindrical-coordinate representation of color #3A937E: hue angle of 165.84º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A937E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 147 126 -
CMYK 0.61 0 0.14 0.42
HSL 165.84º 0.43% 0.4% -
HSV(B) 165.84º 0.61% 0.58% -
XYZ 15.94 23.27 23.39 -
YUV 118 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 58 147 126 0.61 0 0.14 0.42 165.84 0.43 0.4
Hex 3A 93 7E 3D 0 E 2A A6 2B 28
Octal 72 223 176 75 0 16 52 246 53 50
Binary 111010 10010011 1111110 111101 0 1110 101010 10100110 101011 101000

Color Harmonies of #3A937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A937E

Black with #3A937E

Text Example


Text Example

White with #3A937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,147,126); }

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

background-color css

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

 a { background-color: rgb(58,147,126); }

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

border-color css

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

 span { border-color: rgb(58,147,126); }

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