#347C86

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

Shades of Atoll #347C86

Tints of Atoll #347C86

Color information

#347C86 (or 0x347C86) is unknown color: approx Atoll. HEX triplet: 34, 7C and 86. RGB value is (52,124,134). Sum of RGB (Red+Green+Blue) = 52+124+134=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #347C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C86 is #CB8379. Grayscale: #676767. Windows color (decimal): -13337466 or 8813620. OLE color: 8813620.

HSL color Cylindrical-coordinate representation of color #347C86: hue angle of 187.32º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347C86 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52124134-
CMYK0.610.0700.47
HSL187.32º44.09%36.47%-
HSV(B)187.32º61.19%52.55%-
XYZ12.9316.8725.13-
YUV103.61145.1591.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=16.77%
G=40%
B=43.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521241340.610.0700.47187.3244.0936.47
Hex347C863D702Fbb2c24
Octal641742067570572735444
Binary110100111110010000110111101111010111110111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,134); }

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

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

 a { background-color: rgb(52,124,134); }

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

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

 span { border-color: rgb(52,124,134); }

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