Html Css Color HEX #349082 Gossamer

📋 copy color: '#349082'

red 52 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #349082

Tints of Gossamer #349082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 15.95%
G = 44.17%
B = 39.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#349082 (or 0x349082) is known color: Gossamer. HEX triplet: 34, 90 and 82. RGB value is (52,144,130). Sum of RGB (Red+Green+Blue) = 52+144+130=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #349082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349082 is #CB6F7D. Grayscale: #727272. Windows color (decimal): -13332350 or 8556596. OLE color: 8556596.

HSL color Cylindrical-coordinate representation of color #349082: hue angle of 170.87º 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 #349082 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 130 -
CMYK 0.64 0 0.10 0.44
HSL 170.87º 0.47% 0.38% -
HSV(B) 170.87º 0.64% 0.56% -
XYZ 15.42 22.29 24.61 -
YUV 114.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 52 144 130 0.64 0 0.10 0.44 170.87 0.47 0.38
Hex 34 90 82 40 0 A 2C AB 2F 26
Octal 64 220 202 100 0 12 54 253 57 46
Binary 110100 10010000 10000010 1000000 0 1010 101100 10101011 101111 100110

Color Harmonies of #349082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349082

Black with #349082

Text Example


Text Example

White with #349082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349082; }

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

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

background-color css

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

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

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

border-color css

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

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

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