Html Css Color HEX #319277 Gossamer

📋 copy color: '#319277'

red 49 ◦ green 146 ◦ blue 119

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

Shades of Gossamer #319277

Tints of Gossamer #319277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 15.61%
G = 46.5%
B = 37.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#319277 (or 0x319277) is known color: Gossamer. HEX triplet: 31, 92 and 77. RGB value is (49,146,119). Sum of RGB (Red+Green+Blue) = 49+146+119=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #319277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319277 is #CE6D88. Grayscale: #717171. Windows color (decimal): -13528457 or 7836209. OLE color: 7836209.

HSL color Cylindrical-coordinate representation of color #319277: hue angle of 163.3º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319277 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 119 -
CMYK 0.66 0 0.18 0.43
HSL 163.3º 0.5% 0.38% -
HSV(B) 163.3º 0.66% 0.57% -
XYZ 14.88 22.54 21.02 -
YUV 113.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 49 146 119 0.66 0 0.18 0.43 163.3 0.5 0.38
Hex 31 92 77 42 0 12 2B A3 32 26
Octal 61 222 167 102 0 22 53 243 62 46
Binary 110001 10010010 1110111 1000010 0 10010 101011 10100011 110010 100110

Color Harmonies of #319277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319277

Black with #319277

Text Example


Text Example

White with #319277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319277; }

 p { color: rgb(49,146,119); }

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

background-color css

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

 a { background-color: rgb(49,146,119); }

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

border-color css

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

 span { border-color: rgb(49,146,119); }

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