#357E87

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

Shades of Atoll #357E87

Tints of Atoll #357E87

Color information

#357E87 (or 0x357E87) is unknown color: approx Atoll. HEX triplet: 35, 7E and 87. RGB value is (53,126,135). Sum of RGB (Red+Green+Blue) = 53+126+135=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #357E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E87 is #CA8178. Grayscale: #696969. Windows color (decimal): -13271417 or 8879669. OLE color: 8879669.

HSL color Cylindrical-coordinate representation of color #357E87: hue angle of 186.59º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357E87 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53126135-
CMYK0.610.0700.47
HSL186.59º43.62%36.86%-
HSV(B)186.59º60.74%52.94%-
XYZ13.317.4325.58-
YUV105.2144.8290.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=16.88%
G=40.13%
B=42.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531261350.610.0700.47186.5943.6236.86
Hex357E873D702Fbb2c25
Octal651762077570572735445
Binary110101111111010000111111101111010111110111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,135); }

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

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

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

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

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

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

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