#347A84

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

Shades of Atoll #347A84

Tints of Atoll #347A84

Color information

#347A84 (or 0x347A84) is unknown color: approx Atoll. HEX triplet: 34, 7A and 84. RGB value is (52,122,132). Sum of RGB (Red+Green+Blue) = 52+122+132=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #347A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A84 is #CB857B. Grayscale: #666666. Windows color (decimal): -13337980 or 8682036. OLE color: 8682036.

HSL color Cylindrical-coordinate representation of color #347A84: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347A84 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52122132-
CMYK0.610.0800.48
HSL187.5º43.48%36.08%-
HSV(B)187.5º60.61%51.76%-
XYZ12.5416.3224.32-
YUV102.21144.8192.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=16.99%
G=39.87%
B=43.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521221320.610.0800.48187.543.4836.08
Hex347A843D8030bc2b24
Octal6417220475100602745344
Binary1101001111010100001001111011000011000010111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,132); }

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

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

 a { background-color: rgb(52,122,132); }

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

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

 span { border-color: rgb(52,122,132); }

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