Html Css Color HEX #339281 Gossamer

📋 copy color: '#339281'

red 51 ◦ green 146 ◦ blue 129

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

Shades of Gossamer #339281

Tints of Gossamer #339281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 15.64%
G = 44.79%
B = 39.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#339281 (or 0x339281) is known color: Gossamer. HEX triplet: 33, 92 and 81. RGB value is (51,146,129). Sum of RGB (Red+Green+Blue) = 51+146+129=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #339281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339281 is #CC6D7E. Grayscale: #737373. Windows color (decimal): -13397375 or 8491571. OLE color: 8491571.

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

Color convert

RGB 51 146 129 -
CMYK 0.65 0 0.12 0.43
HSL 169.26º 0.48% 0.39% -
HSV(B) 169.26º 0.65% 0.57% -
XYZ 15.61 22.85 24.36 -
YUV 115.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 51 146 129 0.65 0 0.12 0.43 169.26 0.48 0.39
Hex 33 92 81 41 0 C 2B A9 30 27
Octal 63 222 201 101 0 14 53 251 60 47
Binary 110011 10010010 10000001 1000001 0 1100 101011 10101001 110000 100111

Color Harmonies of #339281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339281

Black with #339281

Text Example


Text Example

White with #339281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339281; }

 p { color: rgb(51,146,129); }

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

background-color css

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

 a { background-color: rgb(51,146,129); }

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

border-color css

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

 span { border-color: rgb(51,146,129); }

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