Html Css Color HEX #319082 Gossamer

📋 copy color: '#319082'

red 49 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #319082

Tints of Gossamer #319082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 15.17%
G = 44.58%
B = 40.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#319082 (or 0x319082) is known color: Gossamer. HEX triplet: 31, 90 and 82. RGB value is (49,144,130). Sum of RGB (Red+Green+Blue) = 49+144+130=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #319082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319082 is #CE6F7D. Grayscale: #717171. Windows color (decimal): -13528958 or 8556593. OLE color: 8556593.

HSL color Cylindrical-coordinate representation of color #319082: hue angle of 171.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319082 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 130 -
CMYK 0.66 0 0.10 0.44
HSL 171.16º 0.49% 0.38% -
HSV(B) 171.16º 0.66% 0.56% -
XYZ 15.27 22.21 24.6 -
YUV 114 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 49 144 130 0.66 0 0.10 0.44 171.16 0.49 0.38
Hex 31 90 82 42 0 A 2C AB 31 26
Octal 61 220 202 102 0 12 54 253 61 46
Binary 110001 10010000 10000010 1000010 0 1010 101100 10101011 110001 100110

Color Harmonies of #319082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319082

Black with #319082

Text Example


Text Example

White with #319082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319082; }

 p { color: rgb(49,144,130); }

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

background-color css

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

 a { background-color: rgb(49,144,130); }

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

border-color css

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

 span { border-color: rgb(49,144,130); }

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