Html Css Color HEX #349D83 Gossamer

📋 copy color: '#349D83'

red 52 ◦ green 157 ◦ blue 131

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

Shades of Gossamer #349D83

Tints of Gossamer #349D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 15.29%
G = 46.18%
B = 38.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#349D83 (or 0x349D83) is known color: Gossamer. HEX triplet: 34, 9D and 83. RGB value is (52,157,131). Sum of RGB (Red+Green+Blue) = 52+157+131=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #349D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D83 is #CB627C. Grayscale: #7A7A7A. Windows color (decimal): -13329021 or 8625460. OLE color: 8625460.

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

Color convert

RGB 52 157 131 -
CMYK 0.67 0 0.17 0.38
HSL 165.14º 0.5% 0.41% -
HSV(B) 165.14º 0.67% 0.62% -
XYZ 17.57 26.48 25.66 -
YUV 122.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 52 157 131 0.67 0 0.17 0.38 165.14 0.5 0.41
Hex 34 9D 83 43 0 11 26 A5 32 29
Octal 64 235 203 103 0 21 46 245 62 51
Binary 110100 10011101 10000011 1000011 0 10001 100110 10100101 110010 101001

Color Harmonies of #349D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D83

Black with #349D83

Text Example


Text Example

White with #349D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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