#349283

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

Shades of Gossamer #349283

Tints of Gossamer #349283

Color information

#349283 (or 0x349283) is unknown color: approx Gossamer. HEX triplet: 34, 92 and 83. RGB value is (52,146,131). Sum of RGB (Red+Green+Blue) = 52+146+131=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #349283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349283 is #CB6D7C. Grayscale: #747474. Windows color (decimal): -13331837 or 8622644. OLE color: 8622644.

HSL color Cylindrical-coordinate representation of color #349283: hue angle of 170.43º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349283 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB52146131-
CMYK0.6400.100.43
HSL170.43º47.47%38.82%-
HSV(B)170.43º64.38%57.25%-
XYZ15.7922.9325.07-
YUV116.18136.3682.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=15.81%
G=44.38%
B=39.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521461310.6400.100.43170.4347.4738.82
Hex349283400A2Baa2f27
Octal64222203100012532525747
Binary110100100100101000001110000000101010101110101010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349283; }

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

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

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

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

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

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

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

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