#34767C

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

Shades of Atoll #34767C

Tints of Atoll #34767C

Color information

#34767C (or 0x34767C) is unknown color: approx Atoll. HEX triplet: 34, 76 and 7C. RGB value is (52,118,124). Sum of RGB (Red+Green+Blue) = 52+118+124=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #34767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34767C is #CB8983. Grayscale: #626262. Windows color (decimal): -13339012 or 8156724. OLE color: 8156724.

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

Color convert

RGB52118124-
CMYK0.580.0500.51
HSL185º40.91%34.51%-
HSV(B)185º58.06%48.63%-
XYZ11.5315.1421.38-
YUV98.95142.1394.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=17.69%
G=40.14%
B=42.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521181240.580.0500.5118540.9134.51
Hex34767C3A5033b92923
Octal641661747250632715143
Binary11010011101101111100111010101011001110111001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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