Html Css Color HEX #349988 Gossamer

📋 copy color: '#349988'

red 52 ◦ green 153 ◦ blue 136

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

Shades of Gossamer #349988

Tints of Gossamer #349988

RGB

 RED value IS 52 (20.7% from 255) = 15.25%

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

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

R = 15.25%
G = 44.87%
B = 39.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#349988 (or 0x349988) is known color: Gossamer. HEX triplet: 34, 99 and 88. RGB value is (52,153,136). Sum of RGB (Red+Green+Blue) = 52+153+136=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #349988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349988 is #CB6677. Grayscale: #787878. Windows color (decimal): -13330040 or 8952116. OLE color: 8952116.

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

Color convert

RGB 52 153 136 -
CMYK 0.66 0 0.11 0.4
HSL 169.9º 0.49% 0.4% -
HSV(B) 169.9º 0.66% 0.6% -
XYZ 17.25 25.29 27.26 -
YUV 120.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 52 153 136 0.66 0 0.11 0.4 169.9 0.49 0.4
Hex 34 99 88 42 0 B 28 AA 31 28
Octal 64 231 210 102 0 13 50 252 61 50
Binary 110100 10011001 10001000 1000010 0 1011 101000 10101010 110001 101000

Color Harmonies of #349988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349988

Black with #349988

Text Example


Text Example

White with #349988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349988; }

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

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

background-color css

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

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

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

border-color css

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

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

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