#347E80

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

Shades of Atoll #347E80

Tints of Atoll #347E80

Color information

#347E80 (or 0x347E80) is unknown color: approx Atoll. HEX triplet: 34, 7E and 80. RGB value is (52,126,128). Sum of RGB (Red+Green+Blue) = 52+126+128=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #347E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E80 is #CB817F. Grayscale: #686868. Windows color (decimal): -13336960 or 8420916. OLE color: 8420916.

HSL color Cylindrical-coordinate representation of color #347E80: hue angle of 181.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E80 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52126128-
CMYK0.590.0200.50
HSL181.58º42.22%35.29%-
HSV(B)181.58º59.38%50.2%-
XYZ12.7717.2123.07-
YUV104.1141.4890.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=16.99%
G=41.18%
B=41.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521261280.590.0200.50181.5842.2235.29
Hex347E803B2032b62a23
Octal641762007320622665243
Binary11010011111101000000011101110011001010110110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E80; }

 p { color: rgb(52,126,128); }

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

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

 a { background-color: rgb(52,126,128); }

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

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

 span { border-color: rgb(52,126,128); }

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