Html Css Color HEX #3A937D Gossamer

📋 copy color: '#3A937D'

red 58 ◦ green 147 ◦ blue 125

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

Shades of Gossamer #3A937D

Tints of Gossamer #3A937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 17.58%
G = 44.55%
B = 37.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#3A937D (or 0x3A937D) is known color: Gossamer. HEX triplet: 3A, 93 and 7D. RGB value is (58,147,125). Sum of RGB (Red+Green+Blue) = 58+147+125=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #3A937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A937D is #C56C82. Grayscale: #757575. Windows color (decimal): -12938371 or 8229690. OLE color: 8229690.

HSL color Cylindrical-coordinate representation of color #3A937D: hue angle of 165.17º 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 #3A937D is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 147 125 -
CMYK 0.61 0 0.15 0.42
HSL 165.17º 0.43% 0.4% -
HSV(B) 165.17º 0.61% 0.58% -
XYZ 15.88 23.25 23.05 -
YUV 117.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 58 147 125 0.61 0 0.15 0.42 165.17 0.43 0.4
Hex 3A 93 7D 3D 0 F 2A A5 2B 28
Octal 72 223 175 75 0 17 52 245 53 50
Binary 111010 10010011 1111101 111101 0 1111 101010 10100101 101011 101000

Color Harmonies of #3A937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A937D

Black with #3A937D

Text Example


Text Example

White with #3A937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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