Html Css Color HEX #349C89 Gossamer

📋 copy color: '#349C89'

red 52 ◦ green 156 ◦ blue 137

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

Shades of Gossamer #349C89

Tints of Gossamer #349C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

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

R = 15.07%
G = 45.22%
B = 39.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#349C89 (or 0x349C89) is known color: Gossamer. HEX triplet: 34, 9C and 89. RGB value is (52,156,137). Sum of RGB (Red+Green+Blue) = 52+156+137=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #349C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C89 is #CB6376. Grayscale: #7A7A7A. Windows color (decimal): -13329271 or 9018420. OLE color: 9018420.

HSL color Cylindrical-coordinate representation of color #349C89: hue angle of 169.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C89 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 137 -
CMYK 0.67 0 0.12 0.39
HSL 169.04º 0.5% 0.41% -
HSV(B) 169.04º 0.67% 0.61% -
XYZ 17.82 26.31 27.81 -
YUV 122.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 52 156 137 0.67 0 0.12 0.39 169.04 0.5 0.41
Hex 34 9C 89 43 0 C 27 A9 32 29
Octal 64 234 211 103 0 14 47 251 62 51
Binary 110100 10011100 10001001 1000011 0 1100 100111 10101001 110010 101001

Color Harmonies of #349C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C89

Black with #349C89

Text Example


Text Example

White with #349C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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