Html Css Color HEX #349185 Gossamer

📋 copy color: '#349185'

red 52 ◦ green 145 ◦ blue 133

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

Shades of Gossamer #349185

Tints of Gossamer #349185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 15.76%
G = 43.94%
B = 40.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#349185 (or 0x349185) is known color: Gossamer. HEX triplet: 34, 91 and 85. RGB value is (52,145,133). Sum of RGB (Red+Green+Blue) = 52+145+133=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #349185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349185 is #CB6E7A. Grayscale: #737373. Windows color (decimal): -13332091 or 8753460. OLE color: 8753460.

HSL color Cylindrical-coordinate representation of color #349185: hue angle of 172.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349185 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 133 -
CMYK 0.64 0 0.08 0.43
HSL 172.26º 0.47% 0.39% -
HSV(B) 172.26º 0.64% 0.57% -
XYZ 15.78 22.67 25.74 -
YUV 115.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 52 145 133 0.64 0 0.08 0.43 172.26 0.47 0.39
Hex 34 91 85 40 0 8 2B AC 2F 27
Octal 64 221 205 100 0 10 53 254 57 47
Binary 110100 10010001 10000101 1000000 0 1000 101011 10101100 101111 100111

Color Harmonies of #349185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349185

Black with #349185

Text Example


Text Example

White with #349185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349185; }

 p { color: rgb(52,145,133); }

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

background-color css

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

 a { background-color: rgb(52,145,133); }

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

border-color css

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

 span { border-color: rgb(52,145,133); }

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