#34797A

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

Shades of Atoll #34797A

Tints of Atoll #34797A

Color information

#34797A (or 0x34797A) is unknown color: approx Atoll. HEX triplet: 34, 79 and 7A. RGB value is (52,121,122). Sum of RGB (Red+Green+Blue) = 52+121+122=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #34797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34797A is #CB8685. Grayscale: #646464. Windows color (decimal): -13338246 or 8026420. OLE color: 8026420.

HSL color Cylindrical-coordinate representation of color #34797A: hue angle of 180.86º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34797A is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52121122-
CMYK0.570.0100.52
HSL180.86º40.23%34.12%-
HSV(B)180.86º57.38%47.84%-
XYZ11.7715.8120.84-
YUV100.48140.1493.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=17.63%
G=41.02%
B=41.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521211220.570.0100.52180.8640.2334.12
Hex34797A391034b52822
Octal641711727110642655042
Binary110100111100111110101110011011010010110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34797A; }

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

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

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

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

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

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

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

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