#357879

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

Shades of Atoll #357879

Tints of Atoll #357879

Color information

#357879 (or 0x357879) is unknown color: approx Atoll. HEX triplet: 35, 78 and 79. RGB value is (53,120,121). Sum of RGB (Red+Green+Blue) = 53+120+121=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #357879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357879 is #CA8786. Grayscale: #646464. Windows color (decimal): -13272967 or 7960629. OLE color: 7960629.

HSL color Cylindrical-coordinate representation of color #357879: hue angle of 180.88º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357879 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53120121-
CMYK0.560.0100.53
HSL180.88º39.08%34.12%-
HSV(B)180.88º56.2%47.45%-
XYZ11.6415.5720.48-
YUV100.08139.894.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=18.03%
G=40.82%
B=41.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201210.560.0100.53180.8839.0834.12
Hex357879381035b52722
Octal651701717010652654742
Binary110101111100011110011110001011010110110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357879; }

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

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

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

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

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

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

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

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