Html Css Color HEX #339988 Gossamer

📋 copy color: '#339988'

red 51 ◦ green 153 ◦ blue 136

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

Shades of Gossamer #339988

Tints of Gossamer #339988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 15%
G = 45%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#339988 (or 0x339988) is known color: Gossamer. HEX triplet: 33, 99 and 88. RGB value is (51,153,136). Sum of RGB (Red+Green+Blue) = 51+153+136=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #339988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339988 is #CC6677. Grayscale: #787878. Windows color (decimal): -13395576 or 8952115. OLE color: 8952115.

HSL color Cylindrical-coordinate representation of color #339988: hue angle of 170º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339988 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 136 -
CMYK 0.67 0 0.11 0.4
HSL 170º 0.5% 0.4% -
HSV(B) 170º 0.67% 0.6% -
XYZ 17.2 25.26 27.26 -
YUV 120.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 51 153 136 0.67 0 0.11 0.4 170 0.5 0.4
Hex 33 99 88 43 0 B 28 AA 32 28
Octal 63 231 210 103 0 13 50 252 62 50
Binary 110011 10011001 10001000 1000011 0 1011 101000 10101010 110010 101000

Color Harmonies of #339988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339988

Black with #339988

Text Example


Text Example

White with #339988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339988; }

 p { color: rgb(51,153,136); }

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

background-color css

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

 a { background-color: rgb(51,153,136); }

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

border-color css

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

 span { border-color: rgb(51,153,136); }

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