Html Css Color HEX #349C90 Gossamer

📋 copy color: '#349C90'

red 52 ◦ green 156 ◦ blue 144

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

Shades of Gossamer #349C90

Tints of Gossamer #349C90

RGB

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

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

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

R = 14.77%
G = 44.32%
B = 40.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#349C90 (or 0x349C90) is known color: Gossamer. HEX triplet: 34, 9C and 90. RGB value is (52,156,144). Sum of RGB (Red+Green+Blue) = 52+156+144=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #349C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C90 is #CB636F. Grayscale: #7B7B7B. Windows color (decimal): -13329264 or 9477172. OLE color: 9477172.

HSL color Cylindrical-coordinate representation of color #349C90: hue angle of 173.08º 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 #349C90 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 144 -
CMYK 0.67 0 0.08 0.39
HSL 173.08º 0.5% 0.41% -
HSV(B) 173.08º 0.67% 0.61% -
XYZ 18.34 26.52 30.54 -
YUV 123.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 52 156 144 0.67 0 0.08 0.39 173.08 0.5 0.41
Hex 34 9C 90 43 0 8 27 AD 32 29
Octal 64 234 220 103 0 10 47 255 62 51
Binary 110100 10011100 10010000 1000011 0 1000 100111 10101101 110010 101001

Color Harmonies of #349C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C90

Black with #349C90

Text Example


Text Example

White with #349C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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