#347C82

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

Shades of Atoll #347C82

Tints of Atoll #347C82

Color information

#347C82 (or 0x347C82) is unknown color: approx Atoll. HEX triplet: 34, 7C and 82. RGB value is (52,124,130). Sum of RGB (Red+Green+Blue) = 52+124+130=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #347C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C82 is #CB837D. Grayscale: #676767. Windows color (decimal): -13337470 or 8551476. OLE color: 8551476.

HSL color Cylindrical-coordinate representation of color #347C82: hue angle of 184.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347C82 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52124130-
CMYK0.600.0500.49
HSL184.62º42.86%35.69%-
HSV(B)184.62º60%50.98%-
XYZ12.6516.7623.69-
YUV103.16143.1591.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 124 (48.83% from 255) = 40.52%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=16.99%
G=40.52%
B=42.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521241300.600.0500.49184.6242.8635.69
Hex347C823C5031b92b24
Octal641742027450612715344
Binary110100111110010000010111100101011000110111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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