#34777C

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

Shades of Atoll #34777C

Tints of Atoll #34777C

Color information

#34777C (or 0x34777C) is unknown color: approx Atoll. HEX triplet: 34, 77 and 7C. RGB value is (52,119,124). Sum of RGB (Red+Green+Blue) = 52+119+124=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #34777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34777C is #CB8883. Grayscale: #636363. Windows color (decimal): -13338756 or 8156980. OLE color: 8156980.

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

Color convert

RGB52119124-
CMYK0.580.0400.51
HSL184.17º40.91%34.51%-
HSV(B)184.17º58.06%48.63%-
XYZ11.6515.3821.42-
YUV99.54141.894.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=17.63%
G=40.34%
B=42.03%

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
Decimal521191240.580.0400.51184.1740.9134.51
Hex34777C3A4033b82923
Octal641671747240632705143
Binary11010011101111111100111010100011001110111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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