#347477

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

Shades of Atoll #347477

Tints of Atoll #347477

Color information

#347477 (or 0x347477) is unknown color: approx Atoll. HEX triplet: 34, 74 and 77. RGB value is (52,116,119). Sum of RGB (Red+Green+Blue) = 52+116+119=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #347477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347477 is #CB8B88. Grayscale: #616161. Windows color (decimal): -13339529 or 7828532. OLE color: 7828532.

HSL color Cylindrical-coordinate representation of color #347477: hue angle of 182.69º 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 #347477 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52116119-
CMYK0.560.0300.53
HSL182.69º39.18%33.53%-
HSV(B)182.69º56.3%46.67%-
XYZ10.9914.5519.68-
YUV97.21140.395.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=18.12%
G=40.42%
B=41.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521161190.560.0300.53182.6939.1833.53
Hex347477383035b72722
Octal641641677030652674742
Binary1101001110100111011111100011011010110110111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347477; }

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

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

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

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

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

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

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

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