Html Css Color HEX #349983 Gossamer

📋 copy color: '#349983'

red 52 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #349983

Tints of Gossamer #349983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 15.48%
G = 45.54%
B = 38.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#349983 (or 0x349983) is known color: Gossamer. HEX triplet: 34, 99 and 83. RGB value is (52,153,131). Sum of RGB (Red+Green+Blue) = 52+153+131=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #349983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349983 is #CB667C. Grayscale: #787878. Windows color (decimal): -13330045 or 8624436. OLE color: 8624436.

HSL color Cylindrical-coordinate representation of color #349983: hue angle of 166.93º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349983 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 131 -
CMYK 0.66 0 0.14 0.4
HSL 166.93º 0.49% 0.4% -
HSV(B) 166.93º 0.66% 0.6% -
XYZ 16.9 25.15 25.44 -
YUV 120.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 52 153 131 0.66 0 0.14 0.4 166.93 0.49 0.4
Hex 34 99 83 42 0 E 28 A7 31 28
Octal 64 231 203 102 0 16 50 247 61 50
Binary 110100 10011001 10000011 1000010 0 1110 101000 10100111 110001 101000

Color Harmonies of #349983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349983

Black with #349983

Text Example


Text Example

White with #349983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349983; }

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

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

background-color css

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

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

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

border-color css

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

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

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