#399A8E

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

Shades of Gossamer #399A8E

Tints of Gossamer #399A8E

Color information

#399A8E (or 0x399A8E) is unknown color: approx Gossamer. HEX triplet: 39, 9A and 8E. RGB value is (57,154,142). Sum of RGB (Red+Green+Blue) = 57+154+142=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8E is #C66571. Grayscale: #7B7B7B. Windows color (decimal): -13002098 or 9345593. OLE color: 9345593.

HSL color Cylindrical-coordinate representation of color #399A8E: hue angle of 172.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A8E is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB57154142-
CMYK0.6300.080.40
HSL172.58º45.97%41.37%-
HSV(B)172.58º62.99%60.39%-
XYZ18.1325.9329.64-
YUV123.63138.3680.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=16.15%
G=43.63%
B=40.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571541420.6300.080.40172.5845.9741.37
Hex399A8E3F0828ad2e29
Octal7123221677010502555651
Binary11100110011010100011101111110100010100010101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399A8E; }

 p { color: rgb(57,154,142); }

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

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

 a { background-color: rgb(57,154,142); }

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

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

 span { border-color: rgb(57,154,142); }

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