Html Css Color HEX #319184 Gossamer

📋 copy color: '#319184'

red 49 ◦ green 145 ◦ blue 132

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

Shades of Gossamer #319184

Tints of Gossamer #319184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 15.03%
G = 44.48%
B = 40.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#319184 (or 0x319184) is known color: Gossamer. HEX triplet: 31, 91 and 84. RGB value is (49,145,132). Sum of RGB (Red+Green+Blue) = 49+145+132=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #319184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319184 is #CE6E7B. Grayscale: #727272. Windows color (decimal): -13528700 or 8687921. OLE color: 8687921.

HSL color Cylindrical-coordinate representation of color #319184: hue angle of 171.88º degrees, saturation: 0.49, 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 #319184 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 132 -
CMYK 0.66 0 0.09 0.43
HSL 171.88º 0.49% 0.38% -
HSV(B) 171.88º 0.66% 0.57% -
XYZ 15.56 22.57 25.37 -
YUV 114.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 49 145 132 0.66 0 0.09 0.43 171.88 0.49 0.38
Hex 31 91 84 42 0 9 2B AC 31 26
Octal 61 221 204 102 0 11 53 254 61 46
Binary 110001 10010001 10000100 1000010 0 1001 101011 10101100 110001 100110

Color Harmonies of #319184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319184

Black with #319184

Text Example


Text Example

White with #319184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319184; }

 p { color: rgb(49,145,132); }

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

background-color css

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

 a { background-color: rgb(49,145,132); }

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

border-color css

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

 span { border-color: rgb(49,145,132); }

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