#34787D

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

Shades of Atoll #34787D

Tints of Atoll #34787D

Color information

#34787D (or 0x34787D) is unknown color: approx Atoll. HEX triplet: 34, 78 and 7D. RGB value is (52,120,125). Sum of RGB (Red+Green+Blue) = 52+120+125=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #34787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34787D is #CB8782. Grayscale: #646464. Windows color (decimal): -13338499 or 8222772. OLE color: 8222772.

HSL color Cylindrical-coordinate representation of color #34787D: hue angle of 184.11º 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 #34787D is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52120125-
CMYK0.580.0400.51
HSL184.11º41.24%34.71%-
HSV(B)184.11º58.4%49.02%-
XYZ11.8315.6421.8-
YUV100.24141.9793.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=17.51%
G=40.40%
B=42.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521201250.580.0400.51184.1141.2434.71
Hex34787D3A4033b82923
Octal641701757240632705143
Binary11010011110001111101111010100011001110111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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