Html Css Color HEX #319489 Gossamer

📋 copy color: '#319489'

red 49 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #319489

Tints of Gossamer #319489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 14.67%
G = 44.31%
B = 41.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#319489 (or 0x319489) is known color: Gossamer. HEX triplet: 31, 94 and 89. RGB value is (49,148,137). Sum of RGB (Red+Green+Blue) = 49+148+137=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #319489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319489 is #CE6B76. Grayscale: #757575. Windows color (decimal): -13527927 or 9016369. OLE color: 9016369.

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

Color convert

RGB 49 148 137 -
CMYK 0.67 0 0.07 0.42
HSL 173.33º 0.5% 0.39% -
HSV(B) 173.33º 0.67% 0.58% -
XYZ 16.37 23.64 27.37 -
YUV 117.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 49 148 137 0.67 0 0.07 0.42 173.33 0.5 0.39
Hex 31 94 89 43 0 7 2A AD 32 27
Octal 61 224 211 103 0 7 52 255 62 47
Binary 110001 10010100 10001001 1000011 0 111 101010 10101101 110010 100111

Color Harmonies of #319489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319489

Black with #319489

Text Example


Text Example

White with #319489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319489; }

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

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

background-color css

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

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

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

border-color css

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

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

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