Shades of Atoll #2A8588
Tints of Atoll #2A8588
RGB
CMYK
RGB Variations
Color information
#2A8588 (or 0x2A8588) is known color: Atoll. HEX triplet: 2A, 85 and 88. RGB value is (42,133,136). Sum of RGB (Red+Green+Blue) = 42+133+136=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8588 is #D57A77. Grayscale: #6A6A6A. Windows color (decimal): -13990520 or 8946986. OLE color: 8946986.
HSL color Cylindrical-coordinate representation of color #2A8588: hue angle of 181.91º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8588 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 133 | 136 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.47 |
| HSL | 181.91º | 0.53% | 0.35% | - |
| HSV(B) | 181.91º | 0.69% | 0.53% | - |
| XYZ | 13.79 | 19.04 | 26.24 | - |
| YUV | 106.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 136 | 0.69 | 0.02 | 0 | 0.47 | 181.91 | 0.53 | 0.35 |
| Hex | 2A | 85 | 88 | 45 | 2 | 0 | 2F | B6 | 35 | 23 |
| Octal | 52 | 205 | 210 | 105 | 2 | 0 | 57 | 266 | 65 | 43 |
| Binary | 101010 | 10000101 | 10001000 | 1000101 | 10 | 0 | 101111 | 10110110 | 110101 | 100011 |
Color Harmonies of #2A8588
Complementary color
Monochromatic Colors of #2A8588
Black with #2A8588
Text Example
Text Example
White with #2A8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8588; }
p { color: rgb(42,133,136); }
H1.HeaderClassName
{
color: #2A8588;
}
.AnyTagClassName
{
color: #2A8588;
}
</style>
background-color css
<style>
a { background-color: #2A8588; }
a { background-color: rgb(42,133,136); }
div.DivClassName
{
background-color: #2A8588;
}
.BgClassName
{
background-color: #2A8588;
}
</style>
border-color css
<style>
span { border-color: #2A8588; }
span { border-color: rgb(42,133,136); }
td.TdClassName
{
border-color: #2A8588;
}
.TagClassName
{
border-color: #2A8588;
}
</style>