#357D86

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

Shades of Atoll #357D86

Tints of Atoll #357D86

Color information

#357D86 (or 0x357D86) is unknown color: approx Atoll. HEX triplet: 35, 7D and 86. RGB value is (53,125,134). Sum of RGB (Red+Green+Blue) = 53+125+134=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #357D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D86 is #CA8279. Grayscale: #686868. Windows color (decimal): -13271674 or 8813877. OLE color: 8813877.

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

Color convert

RGB53125134-
CMYK0.600.0700.47
HSL186.67º43.32%36.67%-
HSV(B)186.67º60.45%52.55%-
XYZ13.117.1525.17-
YUV104.5144.6591.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=16.99%
G=40.06%
B=42.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531251340.600.0700.47186.6743.3236.67
Hex357D863C702Fbb2b25
Octal651752067470572735345
Binary110101111110110000110111100111010111110111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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