Shades of Atoll #357C86
Tints of Atoll #357C86
RGB
CMYK
RGB Variations
Color information
#357C86 (or 0x357C86) is known color: Atoll. HEX triplet: 35, 7C and 86. RGB value is (53,124,134). Sum of RGB (Red+Green+Blue) = 53+124+134=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #357C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C86 is #CA8379. Grayscale: #676767. Windows color (decimal): -13271930 or 8813621. OLE color: 8813621.
HSL color Cylindrical-coordinate representation of color #357C86: hue angle of 187.41º 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 #357C86 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 124 | 134 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.47 |
| HSL | 187.41º | 0.43% | 0.37% | - |
| HSV(B) | 187.41º | 0.6% | 0.53% | - |
| XYZ | 12.98 | 16.89 | 25.13 | - |
| YUV | 103.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 134 | 0.60 | 0.07 | 0 | 0.47 | 187.41 | 0.43 | 0.37 |
| Hex | 35 | 7C | 86 | 3C | 7 | 0 | 2F | BB | 2B | 25 |
| Octal | 65 | 174 | 206 | 74 | 7 | 0 | 57 | 273 | 53 | 45 |
| Binary | 110101 | 1111100 | 10000110 | 111100 | 111 | 0 | 101111 | 10111011 | 101011 | 100101 |
Color Harmonies of #357C86
Complementary color
Monochromatic Colors of #357C86
Black with #357C86
Text Example
Text Example
White with #357C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C86; }
p { color: rgb(53,124,134); }
H1.HeaderClassName
{
color: #357C86;
}
.AnyTagClassName
{
color: #357C86;
}
</style>
background-color css
<style>
a { background-color: #357C86; }
a { background-color: rgb(53,124,134); }
div.DivClassName
{
background-color: #357C86;
}
.BgClassName
{
background-color: #357C86;
}
</style>
border-color css
<style>
span { border-color: #357C86; }
span { border-color: rgb(53,124,134); }
td.TdClassName
{
border-color: #357C86;
}
.TagClassName
{
border-color: #357C86;
}
</style>