#34797C

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

Shades of Atoll #34797C

Tints of Atoll #34797C

Color information

#34797C (or 0x34797C) is unknown color: approx Atoll. HEX triplet: 34, 79 and 7C. RGB value is (52,121,124). Sum of RGB (Red+Green+Blue) = 52+121+124=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #34797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34797C is #CB8683. Grayscale: #646464. Windows color (decimal): -13338244 or 8157492. OLE color: 8157492.

HSL color Cylindrical-coordinate representation of color #34797C: hue angle of 182.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34797C is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52121124-
CMYK0.580.0200.51
HSL182.5º40.91%34.51%-
HSV(B)182.5º58.06%48.63%-
XYZ11.8915.8621.5-
YUV100.71141.1493.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=17.51%
G=40.74%
B=41.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521211240.580.0200.51182.540.9134.51
Hex34797C3A2033b62923
Octal641711747220632665143
Binary1101001111001111110011101010011001110110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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