#347577

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

Shades of Atoll #347577

Tints of Atoll #347577

Color information

#347577 (or 0x347577) is unknown color: approx Atoll. HEX triplet: 34, 75 and 77. RGB value is (52,117,119). Sum of RGB (Red+Green+Blue) = 52+117+119=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #347577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347577 is #CB8A88. Grayscale: #616161. Windows color (decimal): -13339273 or 7828788. OLE color: 7828788.

HSL color Cylindrical-coordinate representation of color #347577: hue angle of 181.79º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347577 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52117119-
CMYK0.560.0200.53
HSL181.79º39.18%33.53%-
HSV(B)181.79º56.3%46.67%-
XYZ11.1114.7819.72-
YUV97.79139.9795.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=18.06%
G=40.62%
B=41.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521171190.560.0200.53181.7939.1833.53
Hex347577382035b62722
Octal641651677020652664742
Binary1101001110101111011111100010011010110110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347577; }

 p { color: rgb(52,117,119); }

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

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

 a { background-color: rgb(52,117,119); }

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

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

 span { border-color: rgb(52,117,119); }

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