Html Css Color HEX #339385 Gossamer

📋 copy color: '#339385'

red 51 ◦ green 147 ◦ blue 133

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

Shades of Gossamer #339385

Tints of Gossamer #339385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 15.41%
G = 44.41%
B = 40.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#339385 (or 0x339385) is known color: Gossamer. HEX triplet: 33, 93 and 85. RGB value is (51,147,133). Sum of RGB (Red+Green+Blue) = 51+147+133=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #339385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339385 is #CC6C7A. Grayscale: #747474. Windows color (decimal): -13397115 or 8753971. OLE color: 8753971.

HSL color Cylindrical-coordinate representation of color #339385: hue angle of 171.25º 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 #339385 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 133 -
CMYK 0.65 0 0.10 0.42
HSL 171.25º 0.48% 0.39% -
HSV(B) 171.25º 0.65% 0.58% -
XYZ 16.03 23.26 25.84 -
YUV 116.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 51 147 133 0.65 0 0.10 0.42 171.25 0.48 0.39
Hex 33 93 85 41 0 A 2A AB 30 27
Octal 63 223 205 101 0 12 52 253 60 47
Binary 110011 10010011 10000101 1000001 0 1010 101010 10101011 110000 100111

Color Harmonies of #339385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339385

Black with #339385

Text Example


Text Example

White with #339385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339385; }

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

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

background-color css

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

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

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

border-color css

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

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

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