Html Css Color HEX #319487 Gossamer

📋 copy color: '#319487'

red 49 ◦ green 148 ◦ blue 135

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

Shades of Gossamer #319487

Tints of Gossamer #319487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 14.76%
G = 44.58%
B = 40.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#319487 (or 0x319487) is known color: Gossamer. HEX triplet: 31, 94 and 87. RGB value is (49,148,135). Sum of RGB (Red+Green+Blue) = 49+148+135=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #319487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319487 is #CE6B78. Grayscale: #747474. Windows color (decimal): -13527929 or 8885297. OLE color: 8885297.

HSL color Cylindrical-coordinate representation of color #319487: hue angle of 172.12º 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 #319487 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 135 -
CMYK 0.67 0 0.09 0.42
HSL 172.12º 0.5% 0.39% -
HSV(B) 172.12º 0.67% 0.58% -
XYZ 16.23 23.58 26.62 -
YUV 116.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 49 148 135 0.67 0 0.09 0.42 172.12 0.5 0.39
Hex 31 94 87 43 0 9 2A AC 32 27
Octal 61 224 207 103 0 11 52 254 62 47
Binary 110001 10010100 10000111 1000011 0 1001 101010 10101100 110010 100111

Color Harmonies of #319487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319487

Black with #319487

Text Example


Text Example

White with #319487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319487; }

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

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

background-color css

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

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

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

border-color css

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

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

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