Html Css Color HEX #319286 Gossamer

📋 copy color: '#319286'

red 49 ◦ green 146 ◦ blue 134

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

Shades of Gossamer #319286

Tints of Gossamer #319286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 14.89%
G = 44.38%
B = 40.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#319286 (or 0x319286) is known color: Gossamer. HEX triplet: 31, 92 and 86. RGB value is (49,146,134). Sum of RGB (Red+Green+Blue) = 49+146+134=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #319286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319286 is #CE6D79. Grayscale: #737373. Windows color (decimal): -13528442 or 8819249. OLE color: 8819249.

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

Color convert

RGB 49 146 134 -
CMYK 0.66 0 0.08 0.43
HSL 172.58º 0.5% 0.38% -
HSV(B) 172.58º 0.66% 0.57% -
XYZ 15.85 22.93 26.15 -
YUV 115.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 49 146 134 0.66 0 0.08 0.43 172.58 0.5 0.38
Hex 31 92 86 42 0 8 2B AD 32 26
Octal 61 222 206 102 0 10 53 255 62 46
Binary 110001 10010010 10000110 1000010 0 1000 101011 10101101 110010 100110

Color Harmonies of #319286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319286

Black with #319286

Text Example


Text Example

White with #319286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319286; }

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

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

background-color css

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

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

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

border-color css

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

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

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