#357878

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

Shades of Atoll #357878

Tints of Atoll #357878

Color information

#357878 (or 0x357878) is unknown color: approx Atoll. HEX triplet: 35, 78 and 78. RGB value is (53,120,120). Sum of RGB (Red+Green+Blue) = 53+120+120=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #357878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357878 is #CA8787. Grayscale: #636363. Windows color (decimal): -13272968 or 7895093. OLE color: 7895093.

HSL color Cylindrical-coordinate representation of color #357878: hue angle of 180º 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 #357878 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53120120-
CMYK0.56000.53
HSL180º38.73%33.92%-
HSV(B)180º55.83%47.06%-
XYZ11.5715.5520.16-
YUV99.97139.394.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=18.09%
G=40.96%
B=40.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201200.56000.5318038.7333.92
Hex357878380035b42722
Octal651701707000652644742
Binary110101111100011110001110000011010110110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357878; }

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

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

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

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

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

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

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

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