Html Css Color HEX #349889 Gossamer

📋 copy color: '#349889'

red 52 ◦ green 152 ◦ blue 137

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

Shades of Gossamer #349889

Tints of Gossamer #349889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 15.25%
G = 44.57%
B = 40.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#349889 (or 0x349889) is known color: Gossamer. HEX triplet: 34, 98 and 89. RGB value is (52,152,137). Sum of RGB (Red+Green+Blue) = 52+152+137=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #349889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349889 is #CB6776. Grayscale: #787878. Windows color (decimal): -13330295 or 9017396. OLE color: 9017396.

HSL color Cylindrical-coordinate representation of color #349889: hue angle of 171º 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 #349889 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 137 -
CMYK 0.66 0 0.10 0.40
HSL 171º 0.49% 0.4% -
HSV(B) 171º 0.66% 0.6% -
XYZ 17.16 24.99 27.59 -
YUV 120.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 52 152 137 0.66 0 0.10 0.40 171 0.49 0.4
Hex 34 98 89 42 0 A 28 AB 31 28
Octal 64 230 211 102 0 12 50 253 61 50
Binary 110100 10011000 10001001 1000010 0 1010 101000 10101011 110001 101000

Color Harmonies of #349889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349889

Black with #349889

Text Example


Text Example

White with #349889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349889; }

 p { color: rgb(52,152,137); }

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

background-color css

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

 a { background-color: rgb(52,152,137); }

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

border-color css

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

 span { border-color: rgb(52,152,137); }

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