Html Css Color HEX #339082 Gossamer

📋 copy color: '#339082'

red 51 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #339082

Tints of Gossamer #339082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 15.69%
G = 44.31%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#339082 (or 0x339082) is known color: Gossamer. HEX triplet: 33, 90 and 82. RGB value is (51,144,130). Sum of RGB (Red+Green+Blue) = 51+144+130=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #339082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339082 is #CC6F7D. Grayscale: #727272. Windows color (decimal): -13397886 or 8556595. OLE color: 8556595.

HSL color Cylindrical-coordinate representation of color #339082: hue angle of 170.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339082 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 130 -
CMYK 0.65 0 0.10 0.44
HSL 170.97º 0.48% 0.38% -
HSV(B) 170.97º 0.65% 0.56% -
XYZ 15.37 22.26 24.61 -
YUV 114.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 51 144 130 0.65 0 0.10 0.44 170.97 0.48 0.38
Hex 33 90 82 41 0 A 2C AB 30 26
Octal 63 220 202 101 0 12 54 253 60 46
Binary 110011 10010000 10000010 1000001 0 1010 101100 10101011 110000 100110

Color Harmonies of #339082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339082

Black with #339082

Text Example


Text Example

White with #339082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339082; }

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

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

background-color css

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

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

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

border-color css

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

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

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