Html Css Color HEX #339388 Gossamer

📋 copy color: '#339388'

red 51 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #339388

Tints of Gossamer #339388

RGB

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

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

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

R = 15.27%
G = 44.01%
B = 40.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#339388 (or 0x339388) is known color: Gossamer. HEX triplet: 33, 93 and 88. RGB value is (51,147,136). Sum of RGB (Red+Green+Blue) = 51+147+136=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #339388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339388 is #CC6C77. Grayscale: #747474. Windows color (decimal): -13397112 or 8950579. OLE color: 8950579.

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

Color convert

RGB 51 147 136 -
CMYK 0.65 0 0.07 0.42
HSL 173.13º 0.48% 0.39% -
HSV(B) 173.13º 0.65% 0.58% -
XYZ 16.24 23.35 26.94 -
YUV 117.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 51 147 136 0.65 0 0.07 0.42 173.13 0.48 0.39
Hex 33 93 88 41 0 7 2A AD 30 27
Octal 63 223 210 101 0 7 52 255 60 47
Binary 110011 10010011 10001000 1000001 0 111 101010 10101101 110000 100111

Color Harmonies of #339388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339388

Black with #339388

Text Example


Text Example

White with #339388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339388; }

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

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

background-color css

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

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

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

border-color css

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

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

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