Html Css Color HEX #349D90 Gossamer

📋 copy color: '#349D90'

red 52 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #349D90

Tints of Gossamer #349D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.48%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 14.73%
G = 44.48%
B = 40.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#349D90 (or 0x349D90) is known color: Gossamer. HEX triplet: 34, 9D and 90. RGB value is (52,157,144). Sum of RGB (Red+Green+Blue) = 52+157+144=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #349D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D90 is #CB626F. Grayscale: #7C7C7C. Windows color (decimal): -13329008 or 9477428. OLE color: 9477428.

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

Color convert

RGB 52 157 144 -
CMYK 0.67 0 0.08 0.38
HSL 172.57º 0.5% 0.41% -
HSV(B) 172.57º 0.67% 0.62% -
XYZ 18.51 26.86 30.59 -
YUV 124.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 52 157 144 0.67 0 0.08 0.38 172.57 0.5 0.41
Hex 34 9D 90 43 0 8 26 AD 32 29
Octal 64 235 220 103 0 10 46 255 62 51
Binary 110100 10011101 10010000 1000011 0 1000 100110 10101101 110010 101001

Color Harmonies of #349D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D90

Black with #349D90

Text Example


Text Example

White with #349D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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