Html Css Color HEX #3A987D Gossamer

📋 copy color: '#3A987D'

red 58 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #3A987D

Tints of Gossamer #3A987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.37%

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

R = 17.31%
G = 45.37%
B = 37.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#3A987D (or 0x3A987D) is known color: Gossamer. HEX triplet: 3A, 98 and 7D. RGB value is (58,152,125). Sum of RGB (Red+Green+Blue) = 58+152+125=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #3A987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A987D is #C56782. Grayscale: #787878. Windows color (decimal): -12937091 or 8230970. OLE color: 8230970.

HSL color Cylindrical-coordinate representation of color #3A987D: hue angle of 162.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A987D is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 125 -
CMYK 0.62 0 0.18 0.40
HSL 162.77º 0.45% 0.41% -
HSV(B) 162.77º 0.62% 0.6% -
XYZ 16.67 24.84 23.32 -
YUV 120.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 58 152 125 0.62 0 0.18 0.40 162.77 0.45 0.41
Hex 3A 98 7D 3E 0 12 28 A3 2D 29
Octal 72 230 175 76 0 22 50 243 55 51
Binary 111010 10011000 1111101 111110 0 10010 101000 10100011 101101 101001

Color Harmonies of #3A987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A987D

Black with #3A987D

Text Example


Text Example

White with #3A987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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