#357E86

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

Shades of Atoll #357E86

Tints of Atoll #357E86

Color information

#357E86 (or 0x357E86) is unknown color: approx Atoll. HEX triplet: 35, 7E and 86. RGB value is (53,126,134). Sum of RGB (Red+Green+Blue) = 53+126+134=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #357E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E86 is #CA8179. Grayscale: #686868. Windows color (decimal): -13271418 or 8814133. OLE color: 8814133.

HSL color Cylindrical-coordinate representation of color #357E86: hue angle of 185.93º 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 #357E86 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53126134-
CMYK0.600.0600.47
HSL185.93º43.32%36.67%-
HSV(B)185.93º60.45%52.55%-
XYZ13.2317.425.22-
YUV105.08144.3290.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=16.93%
G=40.26%
B=42.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531261340.600.0600.47185.9343.3236.67
Hex357E863C602Fba2b25
Octal651762067460572725345
Binary110101111111010000110111100110010111110111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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