Html Css Color HEX #349080 Gossamer

📋 copy color: '#349080'

red 52 ◦ green 144 ◦ blue 128

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

Shades of Gossamer #349080

Tints of Gossamer #349080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 16.05%
G = 44.44%
B = 39.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#349080 (or 0x349080) is known color: Gossamer. HEX triplet: 34, 90 and 80. RGB value is (52,144,128). Sum of RGB (Red+Green+Blue) = 52+144+128=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #349080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349080 is #CB6F7F. Grayscale: #727272. Windows color (decimal): -13332352 or 8425524. OLE color: 8425524.

HSL color Cylindrical-coordinate representation of color #349080: hue angle of 169.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349080 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 128 -
CMYK 0.64 0 0.11 0.44
HSL 169.57º 0.47% 0.38% -
HSV(B) 169.57º 0.64% 0.56% -
XYZ 15.29 22.24 23.91 -
YUV 114.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 52 144 128 0.64 0 0.11 0.44 169.57 0.47 0.38
Hex 34 90 80 40 0 B 2C AA 2F 26
Octal 64 220 200 100 0 13 54 252 57 46
Binary 110100 10010000 10000000 1000000 0 1011 101100 10101010 101111 100110

Color Harmonies of #349080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349080

Black with #349080

Text Example


Text Example

White with #349080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349080; }

 p { color: rgb(52,144,128); }

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

background-color css

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

 a { background-color: rgb(52,144,128); }

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

border-color css

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

 span { border-color: rgb(52,144,128); }

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