#319E8F

Color #319E8F Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #319E8F

Tints of Gossamer #319E8F

Color information

#319E8F (or 0x319E8F) is unknown color: approx Gossamer. HEX triplet: 31, 9E and 8F. RGB value is (49,158,143). Sum of RGB (Red+Green+Blue) = 49+158+143=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #319E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E8F is #CE6170. Grayscale: #7B7B7B. Windows color (decimal): -13525361 or 9412145. OLE color: 9412145.

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

Color convert

RGB49158143-
CMYK0.6900.090.38
HSL171.74º52.66%40.59%-
HSV(B)171.74º68.99%61.96%-
XYZ18.4527.0930.24-
YUV123.7138.8974.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=14%
G=45.14%
B=40.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491581430.6900.090.38171.7452.6640.59
Hex319E8F450926ac3529
Octal61236217105011462546551
Binary110001100111101000111110001010100110011010101100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,158,143); }

 H1.HeaderClassName
 {
   color: #319E8F;
 }
 .AnyTagClassName
 {
   color: #319E8F;
 }
</style>
background-color css

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

 a { background-color: rgb(49,158,143); }

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

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

 span { border-color: rgb(49,158,143); }

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