Shades of Atoll #357D80
Tints of Atoll #357D80
RGB
CMYK
RGB Variations
Color information
#357D80 (or 0x357D80) is known color: Atoll. HEX triplet: 35, 7D and 80. RGB value is (53,125,128). Sum of RGB (Red+Green+Blue) = 53+125+128=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #357D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D80 is #CA827F. Grayscale: #676767. Windows color (decimal): -13271680 or 8420661. OLE color: 8420661.
HSL color Cylindrical-coordinate representation of color #357D80: hue angle of 182.4º 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 #357D80 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 125 | 128 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.50 |
| HSL | 182.4º | 0.41% | 0.35% | - |
| HSV(B) | 182.4º | 0.59% | 0.5% | - |
| XYZ | 12.7 | 16.98 | 23.03 | - |
| YUV | 103.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 128 | 0.59 | 0.02 | 0 | 0.50 | 182.4 | 0.41 | 0.35 |
| Hex | 35 | 7D | 80 | 3B | 2 | 0 | 32 | B6 | 29 | 23 |
| Octal | 65 | 175 | 200 | 73 | 2 | 0 | 62 | 266 | 51 | 43 |
| Binary | 110101 | 1111101 | 10000000 | 111011 | 10 | 0 | 110010 | 10110110 | 101001 | 100011 |
Color Harmonies of #357D80
Complementary color
Monochromatic Colors of #357D80
Black with #357D80
Text Example
Text Example
White with #357D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D80; }
p { color: rgb(53,125,128); }
H1.HeaderClassName
{
color: #357D80;
}
.AnyTagClassName
{
color: #357D80;
}
</style>
background-color css
<style>
a { background-color: #357D80; }
a { background-color: rgb(53,125,128); }
div.DivClassName
{
background-color: #357D80;
}
.BgClassName
{
background-color: #357D80;
}
</style>
border-color css
<style>
span { border-color: #357D80; }
span { border-color: rgb(53,125,128); }
td.TdClassName
{
border-color: #357D80;
}
.TagClassName
{
border-color: #357D80;
}
</style>