#399A8A

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

Shades of Gossamer #399A8A

Tints of Gossamer #399A8A

Color information

#399A8A (or 0x399A8A) is unknown color: approx Gossamer. HEX triplet: 39, 9A and 8A. RGB value is (57,154,138). Sum of RGB (Red+Green+Blue) = 57+154+138=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8A is #C66575. Grayscale: #7B7B7B. Windows color (decimal): -13002102 or 9083449. OLE color: 9083449.

HSL color Cylindrical-coordinate representation of color #399A8A: hue angle of 170.1º 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 #399A8A is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB57154138-
CMYK0.6300.100.40
HSL170.1º45.97%41.37%-
HSV(B)170.1º62.99%60.39%-
XYZ17.8325.8228.09-
YUV123.17136.3680.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=16.33%
G=44.13%
B=39.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571541380.6300.100.40170.145.9741.37
Hex399A8A3F0A28aa2e29
Octal7123221277012502525651
Binary11100110011010100010101111110101010100010101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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