#399284

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

Shades of Gossamer #399284

Tints of Gossamer #399284

Color information

#399284 (or 0x399284) is unknown color: approx Gossamer. HEX triplet: 39, 92 and 84. RGB value is (57,146,132). Sum of RGB (Red+Green+Blue) = 57+146+132=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #399284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399284 is #C66D7B. Grayscale: #757575. Windows color (decimal): -13004156 or 8688185. OLE color: 8688185.

HSL color Cylindrical-coordinate representation of color #399284: hue angle of 170.56º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399284 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB57146132-
CMYK0.6100.100.43
HSL170.56º43.84%39.8%-
HSV(B)170.56º60.96%57.25%-
XYZ16.1323.0925.44-
YUV117.79136.0184.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=17.01%
G=43.58%
B=39.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461320.6100.100.43170.5643.8439.8
Hex3992843D0A2Bab2c28
Octal7122220475012532535450
Binary11100110010010100001001111010101010101110101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399284; }

 p { color: rgb(57,146,132); }

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

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

 a { background-color: rgb(57,146,132); }

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

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

 span { border-color: rgb(57,146,132); }

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