#347472

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

Shades of Atoll #347472

Tints of Atoll #347472

Color information

#347472 (or 0x347472) is unknown color: approx Atoll. HEX triplet: 34, 74 and 72. RGB value is (52,116,114). Sum of RGB (Red+Green+Blue) = 52+116+114=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #347472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347472 is #CB8B8D. Grayscale: #606060. Windows color (decimal): -13339534 or 7500852. OLE color: 7500852.

HSL color Cylindrical-coordinate representation of color #347472: hue angle of 178.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347472 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB52116114-
CMYK0.5500.020.55
HSL178.12º38.1%32.94%-
HSV(B)178.12º55.17%45.49%-
XYZ10.714.4418.14-
YUV96.64137.896.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=18.44%
G=41.13%
B=40.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521161140.5500.020.55178.1238.132.94
Hex347472370237b22621
Octal641641626702672624641
Binary1101001110100111001011011101011011110110010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347472; }

 p { color: rgb(52,116,114); }

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

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

 a { background-color: rgb(52,116,114); }

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

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

 span { border-color: rgb(52,116,114); }

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