Html Css Color HEX #31987D Gossamer

📋 copy color: '#31987D'

red 49 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #31987D

Tints of Gossamer #31987D

RGB

 RED value IS 49 (19.53% from 255) = 15.03%

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

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

R = 15.03%
G = 46.63%
B = 38.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#31987D (or 0x31987D) is known color: Gossamer. HEX triplet: 31, 98 and 7D. RGB value is (49,152,125). Sum of RGB (Red+Green+Blue) = 49+152+125=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #31987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987D is #CE6782. Grayscale: #767676. Windows color (decimal): -13526915 or 8230961. OLE color: 8230961.

HSL color Cylindrical-coordinate representation of color #31987D: hue angle of 164.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31987D is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 125 -
CMYK 0.68 0 0.18 0.40
HSL 164.27º 0.51% 0.39% -
HSV(B) 164.27º 0.68% 0.6% -
XYZ 16.2 24.59 23.29 -
YUV 118.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 49 152 125 0.68 0 0.18 0.40 164.27 0.51 0.39
Hex 31 98 7D 44 0 12 28 A4 33 27
Octal 61 230 175 104 0 22 50 244 63 47
Binary 110001 10011000 1111101 1000100 0 10010 101000 10100100 110011 100111

Color Harmonies of #31987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31987D

Black with #31987D

Text Example


Text Example

White with #31987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31987D; }

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

 H1.HeaderClassName
 {
   color: #31987D;
 }
 .AnyTagClassName
 {
   color: #31987D;
 }
</style>

background-color css

<style>
 a { background-color: #31987D; }

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

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

border-color css

<style>
 span { border-color: #31987D; }

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

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