Shades of Atoll #358080
Tints of Atoll #358080
RGB
CMYK
RGB Variations
Color information
#358080 (or 0x358080) is known color: Atoll. HEX triplet: 35, 80 and 80. RGB value is (53,128,128). Sum of RGB (Red+Green+Blue) = 53+128+128=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #358080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358080 is #CA7F7F. Grayscale: #696969. Windows color (decimal): -13270912 or 8421429. OLE color: 8421429.
HSL color Cylindrical-coordinate representation of color #358080: hue angle of 180º 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 #358080 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 128 | - |
| CMYK | 0.59 | 0 | 0 | 0.50 |
| HSL | 180º | 0.41% | 0.35% | - |
| HSV(B) | 180º | 0.59% | 0.5% | - |
| XYZ | 13.08 | 17.75 | 23.16 | - |
| YUV | 105.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 128 | 0.59 | 0 | 0 | 0.50 | 180 | 0.41 | 0.35 |
| Hex | 35 | 80 | 80 | 3B | 0 | 0 | 32 | B4 | 29 | 23 |
| Octal | 65 | 200 | 200 | 73 | 0 | 0 | 62 | 264 | 51 | 43 |
| Binary | 110101 | 10000000 | 10000000 | 111011 | 0 | 0 | 110010 | 10110100 | 101001 | 100011 |
Color Harmonies of #358080
Complementary color
Monochromatic Colors of #358080
Black with #358080
Text Example
Text Example
White with #358080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358080; }
p { color: rgb(53,128,128); }
H1.HeaderClassName
{
color: #358080;
}
.AnyTagClassName
{
color: #358080;
}
</style>
background-color css
<style>
a { background-color: #358080; }
a { background-color: rgb(53,128,128); }
div.DivClassName
{
background-color: #358080;
}
.BgClassName
{
background-color: #358080;
}
</style>
border-color css
<style>
span { border-color: #358080; }
span { border-color: rgb(53,128,128); }
td.TdClassName
{
border-color: #358080;
}
.TagClassName
{
border-color: #358080;
}
</style>