#34757C

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

Shades of Atoll #34757C

Tints of Atoll #34757C

Color information

#34757C (or 0x34757C) is unknown color: approx Atoll. HEX triplet: 34, 75 and 7C. RGB value is (52,117,124). Sum of RGB (Red+Green+Blue) = 52+117+124=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #34757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34757C is #CB8A83. Grayscale: #626262. Windows color (decimal): -13339268 or 8156468. OLE color: 8156468.

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

Color convert

RGB52117124-
CMYK0.580.0600.51
HSL185.83º40.91%34.51%-
HSV(B)185.83º58.06%48.63%-
XYZ11.4214.9121.34-
YUV98.36142.4794.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=17.75%
G=39.93%
B=42.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521171240.580.0600.51185.8340.9134.51
Hex34757C3A6033ba2923
Octal641651747260632725143
Binary11010011101011111100111010110011001110111010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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