Html Css Color HEX #31987C Gossamer

📋 copy color: '#31987C'

red 49 ◦ green 152 ◦ blue 124

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

Shades of Gossamer #31987C

Tints of Gossamer #31987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 15.08%
G = 46.77%
B = 38.15%

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

#31987C (or 0x31987C) is known color: Gossamer. HEX triplet: 31, 98 and 7C. RGB value is (49,152,124). Sum of RGB (Red+Green+Blue) = 49+152+124=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #31987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987C is #CE6783. Grayscale: #767676. Windows color (decimal): -13526916 or 8165425. OLE color: 8165425.

HSL color Cylindrical-coordinate representation of color #31987C: hue angle of 163.69º 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 #31987C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 124 -
CMYK 0.68 0 0.18 0.40
HSL 163.69º 0.51% 0.39% -
HSV(B) 163.69º 0.68% 0.6% -
XYZ 16.13 24.56 22.96 -
YUV 118.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 49 152 124 0.68 0 0.18 0.40 163.69 0.51 0.39
Hex 31 98 7C 44 0 12 28 A4 33 27
Octal 61 230 174 104 0 22 50 244 63 47
Binary 110001 10011000 1111100 1000100 0 10010 101000 10100100 110011 100111

Color Harmonies of #31987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31987C

Black with #31987C

Text Example


Text Example

White with #31987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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