#319989

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

Shades of Gossamer #319989

Tints of Gossamer #319989

Color information

#319989 (or 0x319989) is unknown color: approx Gossamer. HEX triplet: 31, 99 and 89. RGB value is (49,153,137). Sum of RGB (Red+Green+Blue) = 49+153+137=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #319989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319989 is #CE6676. Grayscale: #787878. Windows color (decimal): -13526647 or 9017649. OLE color: 9017649.

HSL color Cylindrical-coordinate representation of color #319989: hue angle of 170.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319989 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB49153137-
CMYK0.6800.100.4
HSL170.77º51.49%39.61%-
HSV(B)170.77º67.97%60%-
XYZ17.1725.2427.63-
YUV120.08137.5477.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=14.45%
G=45.13%
B=40.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491531370.6800.100.4170.7751.4939.61
Hex319989440A28ab3328
Octal61231211104012502536350
Binary110001100110011000100110001000101010100010101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319989; }

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

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

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

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

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

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

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

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