Html Css Color HEX #319E91 Gossamer

📋 copy color: '#319E91'

red 49 ◦ green 158 ◦ blue 145

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

Shades of Gossamer #319E91

Tints of Gossamer #319E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 13.92%
G = 44.89%
B = 41.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#319E91 (or 0x319E91) is known color: Gossamer. HEX triplet: 31, 9E and 91. RGB value is (49,158,145). Sum of RGB (Red+Green+Blue) = 49+158+145=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #319E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E91 is #CE616E. Grayscale: #7B7B7B. Windows color (decimal): -13525359 or 9543217. OLE color: 9543217.

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

Color convert

RGB 49 158 145 -
CMYK 0.69 0 0.08 0.38
HSL 172.84º 0.53% 0.41% -
HSV(B) 172.84º 0.69% 0.62% -
XYZ 18.6 27.15 31.05 -
YUV 123.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 49 158 145 0.69 0 0.08 0.38 172.84 0.53 0.41
Hex 31 9E 91 45 0 8 26 AD 35 29
Octal 61 236 221 105 0 10 46 255 65 51
Binary 110001 10011110 10010001 1000101 0 1000 100110 10101101 110101 101001

Color Harmonies of #319E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E91

Black with #319E91

Text Example


Text Example

White with #319E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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