Html Css Color HEX #319D8D Gossamer

📋 copy color: '#319D8D'

red 49 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #319D8D

Tints of Gossamer #319D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.24%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 14.12%
G = 45.24%
B = 40.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#319D8D (or 0x319D8D) is known color: Gossamer. HEX triplet: 31, 9D and 8D. RGB value is (49,157,141). Sum of RGB (Red+Green+Blue) = 49+157+141=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #319D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D8D is #CE6272. Grayscale: #7A7A7A. Windows color (decimal): -13525619 or 9280817. OLE color: 9280817.

HSL color Cylindrical-coordinate representation of color #319D8D: hue angle of 171.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D8D is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 157 141 -
CMYK 0.69 0 0.10 0.38
HSL 171.11º 0.52% 0.4% -
HSV(B) 171.11º 0.69% 0.62% -
XYZ 18.13 26.69 29.4 -
YUV 122.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 49 157 141 0.69 0 0.10 0.38 171.11 0.52 0.4
Hex 31 9D 8D 45 0 A 26 AB 34 28
Octal 61 235 215 105 0 12 46 253 64 50
Binary 110001 10011101 10001101 1000101 0 1010 100110 10101011 110100 101000

Color Harmonies of #319D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D8D

Black with #319D8D

Text Example


Text Example

White with #319D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319D8D; }

 p { color: rgb(49,157,141); }

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

background-color css

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

 a { background-color: rgb(49,157,141); }

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

border-color css

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

 span { border-color: rgb(49,157,141); }

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