Html Css Color HEX #339382 Gossamer

📋 copy color: '#339382'

red 51 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #339382

Tints of Gossamer #339382

RGB

 RED value IS 51 (20.31% from 255) = 15.55%

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 15.55%
G = 44.82%
B = 39.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#339382 (or 0x339382) is known color: Gossamer. HEX triplet: 33, 93 and 82. RGB value is (51,147,130). Sum of RGB (Red+Green+Blue) = 51+147+130=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #339382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339382 is #CC6C7D. Grayscale: #747474. Windows color (decimal): -13397118 or 8557363. OLE color: 8557363.

HSL color Cylindrical-coordinate representation of color #339382: hue angle of 169.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339382 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 130 -
CMYK 0.65 0 0.12 0.42
HSL 169.38º 0.48% 0.39% -
HSV(B) 169.38º 0.65% 0.58% -
XYZ 15.83 23.18 24.76 -
YUV 116.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 51 147 130 0.65 0 0.12 0.42 169.38 0.48 0.39
Hex 33 93 82 41 0 C 2A A9 30 27
Octal 63 223 202 101 0 14 52 251 60 47
Binary 110011 10010011 10000010 1000001 0 1100 101010 10101001 110000 100111

Color Harmonies of #339382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339382

Black with #339382

Text Example


Text Example

White with #339382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339382; }

 p { color: rgb(51,147,130); }

 H1.HeaderClassName
 {
   color: #339382;
 }
 .AnyTagClassName
 {
   color: #339382;
 }
</style>

background-color css

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

 a { background-color: rgb(51,147,130); }

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

border-color css

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

 span { border-color: rgb(51,147,130); }

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