Html Css Color HEX #319380 Gossamer

📋 copy color: '#319380'

red 49 ◦ green 147 ◦ blue 128

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

Shades of Gossamer #319380

Tints of Gossamer #319380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 15.12%
G = 45.37%
B = 39.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#319380 (or 0x319380) is known color: Gossamer. HEX triplet: 31, 93 and 80. RGB value is (49,147,128). Sum of RGB (Red+Green+Blue) = 49+147+128=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #319380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319380 is #CE6C7F. Grayscale: #737373. Windows color (decimal): -13528192 or 8426289. OLE color: 8426289.

HSL color Cylindrical-coordinate representation of color #319380: hue angle of 168.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319380 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 128 -
CMYK 0.67 0 0.13 0.42
HSL 168.37º 0.5% 0.38% -
HSV(B) 168.37º 0.67% 0.58% -
XYZ 15.6 23.08 24.05 -
YUV 115.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 49 147 128 0.67 0 0.13 0.42 168.37 0.5 0.38
Hex 31 93 80 43 0 D 2A A8 32 26
Octal 61 223 200 103 0 15 52 250 62 46
Binary 110001 10010011 10000000 1000011 0 1101 101010 10101000 110010 100110

Color Harmonies of #319380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319380

Black with #319380

Text Example


Text Example

White with #319380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319380; }

 p { color: rgb(49,147,128); }

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

background-color css

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

 a { background-color: rgb(49,147,128); }

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

border-color css

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

 span { border-color: rgb(49,147,128); }

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