Html Css Color HEX #349F8C Gossamer

📋 copy color: '#349F8C'

red 52 ◦ green 159 ◦ blue 140

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

Shades of Gossamer #349F8C

Tints of Gossamer #349F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 14.81%
G = 45.3%
B = 39.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#349F8C (or 0x349F8C) is known color: Gossamer. HEX triplet: 34, 9F and 8C. RGB value is (52,159,140). Sum of RGB (Red+Green+Blue) = 52+159+140=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #349F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349F8C is #CB6073. Grayscale: #7C7C7C. Windows color (decimal): -13328500 or 9215796. OLE color: 9215796.

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

Color convert

RGB 52 159 140 -
CMYK 0.67 0 0.12 0.38
HSL 169.35º 0.51% 0.41% -
HSV(B) 169.35º 0.67% 0.62% -
XYZ 18.55 27.42 29.13 -
YUV 124.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 52 159 140 0.67 0 0.12 0.38 169.35 0.51 0.41
Hex 34 9F 8C 43 0 C 26 A9 33 29
Octal 64 237 214 103 0 14 46 251 63 51
Binary 110100 10011111 10001100 1000011 0 1100 100110 10101001 110011 101001

Color Harmonies of #349F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F8C

Black with #349F8C

Text Example


Text Example

White with #349F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,159,140); }

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

background-color css

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

 a { background-color: rgb(52,159,140); }

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

border-color css

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

 span { border-color: rgb(52,159,140); }

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