#347C7B

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

Shades of Atoll #347C7B

Tints of Atoll #347C7B

Color information

#347C7B (or 0x347C7B) is unknown color: approx Atoll. HEX triplet: 34, 7C and 7B. RGB value is (52,124,123). Sum of RGB (Red+Green+Blue) = 52+124+123=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #347C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C7B is #CB8384. Grayscale: #666666. Windows color (decimal): -13337477 or 8092724. OLE color: 8092724.

HSL color Cylindrical-coordinate representation of color #347C7B: hue angle of 179.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C7B is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB52124123-
CMYK0.5800.010.51
HSL179.17º40.91%34.51%-
HSV(B)179.17º58.06%48.63%-
XYZ12.216.5821.3-
YUV102.36139.6592.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=17.39%
G=41.47%
B=41.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521241230.5800.010.51179.1740.9134.51
Hex347C7B3A0133b32923
Octal641741737201632635143
Binary110100111110011110111110100111001110110011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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