Html Css Color HEX #348F7F Gossamer

📋 copy color: '#348F7F'

red 52 ◦ green 143 ◦ blue 127

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

Shades of Gossamer #348F7F

Tints of Gossamer #348F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 16.15%
G = 44.41%
B = 39.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#348F7F (or 0x348F7F) is known color: Gossamer. HEX triplet: 34, 8F and 7F. RGB value is (52,143,127). Sum of RGB (Red+Green+Blue) = 52+143+127=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #348F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F7F is #CB7080. Grayscale: #717171. Windows color (decimal): -13332609 or 8359732. OLE color: 8359732.

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

Color convert

RGB 52 143 127 -
CMYK 0.64 0 0.11 0.44
HSL 169.45º 0.47% 0.38% -
HSV(B) 169.45º 0.64% 0.56% -
XYZ 15.07 21.91 23.51 -
YUV 113.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 52 143 127 0.64 0 0.11 0.44 169.45 0.47 0.38
Hex 34 8F 7F 40 0 B 2C A9 2F 26
Octal 64 217 177 100 0 13 54 251 57 46
Binary 110100 10001111 1111111 1000000 0 1011 101100 10101001 101111 100110

Color Harmonies of #348F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F7F

Black with #348F7F

Text Example


Text Example

White with #348F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F7F; }

 p { color: rgb(52,143,127); }

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

background-color css

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

 a { background-color: rgb(52,143,127); }

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

border-color css

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

 span { border-color: rgb(52,143,127); }

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