#34807D

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

Shades of Atoll #34807D

Tints of Atoll #34807D

Color information

#34807D (or 0x34807D) is unknown color: approx Atoll. HEX triplet: 34, 80 and 7D. RGB value is (52,128,125). Sum of RGB (Red+Green+Blue) = 52+128+125=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #34807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34807D is #CB7F82. Grayscale: #686868. Windows color (decimal): -13336451 or 8224820. OLE color: 8224820.

HSL color Cylindrical-coordinate representation of color #34807D: hue angle of 177.63º 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 #34807D is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB52128125-
CMYK0.5900.020.50
HSL177.63º42.22%35.29%-
HSV(B)177.63º59.38%50.2%-
XYZ12.8417.6522.13-
YUV104.93139.3290.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=17.05%
G=41.97%
B=40.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281250.5900.020.50177.6342.2235.29
Hex34807D3B0232b22a23
Octal642001757302622625243
Binary11010010000000111110111101101011001010110010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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