#347377

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

Shades of Atoll #347377

Tints of Atoll #347377

Color information

#347377 (or 0x347377) is unknown color: approx Atoll. HEX triplet: 34, 73 and 77. RGB value is (52,115,119). Sum of RGB (Red+Green+Blue) = 52+115+119=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #347377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347377 is #CB8C88. Grayscale: #606060. Windows color (decimal): -13339785 or 7828276. OLE color: 7828276.

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

Color convert

RGB52115119-
CMYK0.560.0300.53
HSL183.58º39.18%33.53%-
HSV(B)183.58º56.3%46.67%-
XYZ10.8814.3219.64-
YUV96.62140.6396.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=18.18%
G=40.21%
B=41.61%

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
Decimal521151190.560.0300.53183.5839.1833.53
Hex347377383035b82722
Octal641631677030652704742
Binary1101001110011111011111100011011010110111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347377; }

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

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

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

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

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

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

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

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