Html Css Color HEX #399284 Gossamer

📋 copy color: '#399284'

red 57 ◦ green 146 ◦ blue 132

#399284
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #399284

Tints of Gossamer #399284

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.4%

R = 17.01%
G = 43.58%
B = 39.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#399284 (or 0x399284) is known color: 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

RGB 57 146 132 -
CMYK 0.61 0 0.10 0.43
HSL 170.56º 0.44% 0.4% -
HSV(B) 170.56º 0.61% 0.57% -
XYZ 16.13 23.09 25.44 -
YUV 117.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 57 146 132 0.61 0 0.10 0.43 170.56 0.44 0.4
Hex 39 92 84 3D 0 A 2B AB 2C 28
Octal 71 222 204 75 0 12 53 253 54 50
Binary 111001 10010010 10000100 111101 0 1010 101011 10101011 101100 101000

Color Harmonies of #399284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399284

Black with #399284

Text Example


Text Example

White with #399284

Text Example


Text Example

HTML Codes & Css Web 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>