Html Css Color HEX #319F81 Gossamer

📋 copy color: '#319F81'

red 49 ◦ green 159 ◦ blue 129

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

Shades of Gossamer #319F81

Tints of Gossamer #319F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 14.54%
G = 47.18%
B = 38.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#319F81 (or 0x319F81) is known color: Gossamer. HEX triplet: 31, 9F and 81. RGB value is (49,159,129). Sum of RGB (Red+Green+Blue) = 49+159+129=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #319F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F81 is #CE607E. Grayscale: #7A7A7A. Windows color (decimal): -13525119 or 8494897. OLE color: 8494897.

HSL color Cylindrical-coordinate representation of color #319F81: hue angle of 163.64º 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 #319F81 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 159 129 -
CMYK 0.69 0 0.19 0.38
HSL 163.64º 0.53% 0.41% -
HSV(B) 163.64º 0.69% 0.62% -
XYZ 17.63 27.03 25.06 -
YUV 122.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 49 159 129 0.69 0 0.19 0.38 163.64 0.53 0.41
Hex 31 9F 81 45 0 13 26 A4 35 29
Octal 61 237 201 105 0 23 46 244 65 51
Binary 110001 10011111 10000001 1000101 0 10011 100110 10100100 110101 101001

Color Harmonies of #319F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F81

Black with #319F81

Text Example


Text Example

White with #319F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,129); }

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

background-color css

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

 a { background-color: rgb(49,159,129); }

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

border-color css

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

 span { border-color: rgb(49,159,129); }

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