Shades of Atoll #357C80
Tints of Atoll #357C80
RGB
CMYK
RGB Variations
Color information
#357C80 (or 0x357C80) is known color: Atoll. HEX triplet: 35, 7C and 80. RGB value is (53,124,128). Sum of RGB (Red+Green+Blue) = 53+124+128=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #357C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C80 is #CA837F. Grayscale: #676767. Windows color (decimal): -13271936 or 8420405. OLE color: 8420405.
HSL color Cylindrical-coordinate representation of color #357C80: hue angle of 183.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357C80 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 124 | 128 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.50 |
| HSL | 183.2º | 0.41% | 0.35% | - |
| HSV(B) | 183.2º | 0.59% | 0.5% | - |
| XYZ | 12.57 | 16.73 | 22.99 | - |
| YUV | 103.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 128 | 0.59 | 0.03 | 0 | 0.50 | 183.2 | 0.41 | 0.35 |
| Hex | 35 | 7C | 80 | 3B | 3 | 0 | 32 | B7 | 29 | 23 |
| Octal | 65 | 174 | 200 | 73 | 3 | 0 | 62 | 267 | 51 | 43 |
| Binary | 110101 | 1111100 | 10000000 | 111011 | 11 | 0 | 110010 | 10110111 | 101001 | 100011 |
Color Harmonies of #357C80
Complementary color
Monochromatic Colors of #357C80
Black with #357C80
Text Example
Text Example
White with #357C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C80; }
p { color: rgb(53,124,128); }
H1.HeaderClassName
{
color: #357C80;
}
.AnyTagClassName
{
color: #357C80;
}
</style>
background-color css
<style>
a { background-color: #357C80; }
a { background-color: rgb(53,124,128); }
div.DivClassName
{
background-color: #357C80;
}
.BgClassName
{
background-color: #357C80;
}
</style>
border-color css
<style>
span { border-color: #357C80; }
span { border-color: rgb(53,124,128); }
td.TdClassName
{
border-color: #357C80;
}
.TagClassName
{
border-color: #357C80;
}
</style>