Html Css Color HEX #319689 Gossamer

📋 copy color: '#319689'

red 49 ◦ green 150 ◦ blue 137

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

Shades of Gossamer #319689

Tints of Gossamer #319689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 14.58%
G = 44.64%
B = 40.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#319689 (or 0x319689) is known color: Gossamer. HEX triplet: 31, 96 and 89. RGB value is (49,150,137). Sum of RGB (Red+Green+Blue) = 49+150+137=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #319689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319689 is #CE6976. Grayscale: #767676. Windows color (decimal): -13527415 or 9016881. OLE color: 9016881.

HSL color Cylindrical-coordinate representation of color #319689: hue angle of 172.28º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319689 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 137 -
CMYK 0.67 0 0.09 0.41
HSL 172.28º 0.51% 0.39% -
HSV(B) 172.28º 0.67% 0.59% -
XYZ 16.69 24.27 27.47 -
YUV 118.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 49 150 137 0.67 0 0.09 0.41 172.28 0.51 0.39
Hex 31 96 89 43 0 9 29 AC 33 27
Octal 61 226 211 103 0 11 51 254 63 47
Binary 110001 10010110 10001001 1000011 0 1001 101001 10101100 110011 100111

Color Harmonies of #319689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319689

Black with #319689

Text Example


Text Example

White with #319689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319689; }

 p { color: rgb(49,150,137); }

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

background-color css

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

 a { background-color: rgb(49,150,137); }

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

border-color css

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

 span { border-color: rgb(49,150,137); }

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