#34807C

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

Shades of Atoll #34807C

Tints of Atoll #34807C

Color information

#34807C (or 0x34807C) is unknown color: approx Atoll. HEX triplet: 34, 80 and 7C. RGB value is (52,128,124). Sum of RGB (Red+Green+Blue) = 52+128+124=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #34807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34807C is #CB7F83. Grayscale: #686868. Windows color (decimal): -13336452 or 8159284. OLE color: 8159284.

HSL color Cylindrical-coordinate representation of color #34807C: hue angle of 176.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34807C is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB52128124-
CMYK0.5900.030.50
HSL176.84º42.22%35.29%-
HSV(B)176.84º59.38%50.2%-
XYZ12.7717.6221.8-
YUV104.82138.8290.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=17.11%
G=42.11%
B=40.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281240.5900.030.50176.8442.2235.29
Hex34807C3B0332b12a23
Octal642001747303622615243
Binary11010010000000111110011101101111001010110001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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