Html Css Color HEX #31947C Gossamer

📋 copy color: '#31947C'

red 49 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #31947C

Tints of Gossamer #31947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

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

R = 15.26%
G = 46.11%
B = 38.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#31947C (or 0x31947C) is known color: Gossamer. HEX triplet: 31, 94 and 7C. RGB value is (49,148,124). Sum of RGB (Red+Green+Blue) = 49+148+124=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #31947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31947C is #CE6B83. Grayscale: #737373. Windows color (decimal): -13527940 or 8164401. OLE color: 8164401.

HSL color Cylindrical-coordinate representation of color #31947C: hue angle of 165.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31947C is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 124 -
CMYK 0.67 0 0.16 0.42
HSL 165.45º 0.5% 0.39% -
HSV(B) 165.45º 0.67% 0.58% -
XYZ 15.49 23.29 22.75 -
YUV 115.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 49 148 124 0.67 0 0.16 0.42 165.45 0.5 0.39
Hex 31 94 7C 43 0 10 2A A5 32 27
Octal 61 224 174 103 0 20 52 245 62 47
Binary 110001 10010100 1111100 1000011 0 10000 101010 10100101 110010 100111

Color Harmonies of #31947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31947C

Black with #31947C

Text Example


Text Example

White with #31947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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