#357D79

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

Shades of Atoll #357D79

Tints of Atoll #357D79

Color information

#357D79 (or 0x357D79) is unknown color: approx Atoll. HEX triplet: 35, 7D and 79. RGB value is (53,125,121). Sum of RGB (Red+Green+Blue) = 53+125+121=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #357D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D79 is #CA8286. Grayscale: #666666. Windows color (decimal): -13271687 or 7961909. OLE color: 7961909.

HSL color Cylindrical-coordinate representation of color #357D79: hue angle of 176.67º degrees, saturation: 0.4, 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 #357D79 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB53125121-
CMYK0.5800.030.51
HSL176.67º40.45%34.9%-
HSV(B)176.67º57.6%49.02%-
XYZ12.2516.820.69-
YUV103.02138.1592.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=17.73%
G=41.81%
B=40.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531251210.5800.030.51176.6740.4534.9
Hex357D793A0333b12823
Octal651751717203632615043
Binary1101011111101111100111101001111001110110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357D79; }

 p { color: rgb(53,125,121); }

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

<style>
 a { background-color: #357D79; }

 a { background-color: rgb(53,125,121); }

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

<style>
 span { border-color: #357D79; }

 span { border-color: rgb(53,125,121); }

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