#34787E

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

Shades of Atoll #34787E

Tints of Atoll #34787E

Color information

#34787E (or 0x34787E) is unknown color: approx Atoll. HEX triplet: 34, 78 and 7E. RGB value is (52,120,126). Sum of RGB (Red+Green+Blue) = 52+120+126=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #34787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34787E is #CB8781. Grayscale: #646464. Windows color (decimal): -13338498 or 8288308. OLE color: 8288308.

HSL color Cylindrical-coordinate representation of color #34787E: hue angle of 184.86º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34787E is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52120126-
CMYK0.590.0500.51
HSL184.86º41.57%34.9%-
HSV(B)184.86º58.73%49.41%-
XYZ11.915.6722.14-
YUV100.35142.4793.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 126 (49.61% from 255) = 42.28%
R=17.45%
G=40.27%
B=42.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521201260.590.0500.51184.8641.5734.9
Hex34787E3B5033b92a23
Octal641701767350632715243
Binary11010011110001111110111011101011001110111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34787E; }

 p { color: rgb(52,120,126); }

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

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

 a { background-color: rgb(52,120,126); }

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

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

 span { border-color: rgb(52,120,126); }

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