#349F7B

Color #349F7B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #349F7B

Tints of Gossamer #349F7B

Color information

#349F7B (or 0x349F7B) is unknown color: approx Gossamer. HEX triplet: 34, 9F and 7B. RGB value is (52,159,123). Sum of RGB (Red+Green+Blue) = 52+159+123=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #349F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F7B is #CB6084. Grayscale: #7A7A7A. Windows color (decimal): -13328517 or 8101684. OLE color: 8101684.

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

Color convert

RGB52159123-
CMYK0.6700.230.38
HSL159.81º50.71%41.37%-
HSV(B)159.81º67.3%62.35%-
XYZ17.3926.9623.03-
YUV122.9128.0577.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=15.57%
G=47.60%
B=36.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521591230.6700.230.38159.8150.7141.37
Hex349F7B4301726a03329
Octal64237173103027462406351
Binary110100100111111111011100001101011110011010100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #349F7B;
 }
 .AnyTagClassName
 {
   color: #349F7B;
 }
</style>
background-color css

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

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

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

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

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

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