Html Css Color HEX #349489 Gossamer

📋 copy color: '#349489'

red 52 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #349489

Tints of Gossamer #349489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 15.43%
G = 43.92%
B = 40.65%

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

#349489 (or 0x349489) is known color: Gossamer. HEX triplet: 34, 94 and 89. RGB value is (52,148,137). Sum of RGB (Red+Green+Blue) = 52+148+137=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #349489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349489 is #CB6B76. Grayscale: #757575. Windows color (decimal): -13331319 or 9016372. OLE color: 9016372.

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

Color convert

RGB 52 148 137 -
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.52 23.72 27.37 -
YUV 118.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 52 148 137 0.65 0 0.07 0.42 173.13 0.48 0.39
Hex 34 94 89 41 0 7 2A AD 30 27
Octal 64 224 211 101 0 7 52 255 60 47
Binary 110100 10010100 10001001 1000001 0 111 101010 10101101 110000 100111

Color Harmonies of #349489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349489

Black with #349489

Text Example


Text Example

White with #349489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349489; }

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

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

background-color css

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

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

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

border-color css

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

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

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