Html Css Color HEX #339285 Gossamer

📋 copy color: '#339285'

red 51 ◦ green 146 ◦ blue 133

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

Shades of Gossamer #339285

Tints of Gossamer #339285

RGB

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

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

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

R = 15.45%
G = 44.24%
B = 40.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#339285 (or 0x339285) is known color: Gossamer. HEX triplet: 33, 92 and 85. RGB value is (51,146,133). Sum of RGB (Red+Green+Blue) = 51+146+133=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #339285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339285 is #CC6D7A. Grayscale: #747474. Windows color (decimal): -13397371 or 8753715. OLE color: 8753715.

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

Color convert

RGB 51 146 133 -
CMYK 0.65 0 0.09 0.43
HSL 171.79º 0.48% 0.39% -
HSV(B) 171.79º 0.65% 0.57% -
XYZ 15.88 22.96 25.78 -
YUV 116.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 51 146 133 0.65 0 0.09 0.43 171.79 0.48 0.39
Hex 33 92 85 41 0 9 2B AC 30 27
Octal 63 222 205 101 0 11 53 254 60 47
Binary 110011 10010010 10000101 1000001 0 1001 101011 10101100 110000 100111

Color Harmonies of #339285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339285

Black with #339285

Text Example


Text Example

White with #339285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339285; }

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

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

background-color css

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

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

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

border-color css

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

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

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