Html Css Color HEX #349083 Gossamer

📋 copy color: '#349083'

red 52 ◦ green 144 ◦ blue 131

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

Shades of Gossamer #349083

Tints of Gossamer #349083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 15.9%
G = 44.04%
B = 40.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#349083 (or 0x349083) is known color: Gossamer. HEX triplet: 34, 90 and 83. RGB value is (52,144,131). Sum of RGB (Red+Green+Blue) = 52+144+131=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #349083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349083 is #CB6F7C. Grayscale: #727272. Windows color (decimal): -13332349 or 8622132. OLE color: 8622132.

HSL color Cylindrical-coordinate representation of color #349083: hue angle of 171.52º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349083 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 131 -
CMYK 0.64 0 0.09 0.44
HSL 171.52º 0.47% 0.38% -
HSV(B) 171.52º 0.64% 0.56% -
XYZ 15.49 22.32 24.96 -
YUV 115.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 52 144 131 0.64 0 0.09 0.44 171.52 0.47 0.38
Hex 34 90 83 40 0 9 2C AC 2F 26
Octal 64 220 203 100 0 11 54 254 57 46
Binary 110100 10010000 10000011 1000000 0 1001 101100 10101100 101111 100110

Color Harmonies of #349083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349083

Black with #349083

Text Example


Text Example

White with #349083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349083; }

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

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

background-color css

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

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

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

border-color css

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

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

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