Shades of Atoll #28818D
Tints of Atoll #28818D
RGB
CMYK
RGB Variations
Color information
#28818D (or 0x28818D) is known color: Atoll. HEX triplet: 28, 81 and 8D. RGB value is (40,129,141). Sum of RGB (Red+Green+Blue) = 40+129+141=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #28818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28818D is #D77E72. Grayscale: #676767. Windows color (decimal): -14122611 or 9273640. OLE color: 9273640.
HSL color Cylindrical-coordinate representation of color #28818D: hue angle of 187.13º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28818D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 129 | 141 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.45 |
| HSL | 187.13º | 0.56% | 0.35% | - |
| HSV(B) | 187.13º | 0.72% | 0.55% | - |
| XYZ | 13.53 | 18.07 | 27.97 | - |
| YUV | 103.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 141 | 0.72 | 0.09 | 0 | 0.45 | 187.13 | 0.56 | 0.35 |
| Hex | 28 | 81 | 8D | 48 | 9 | 0 | 2D | BB | 38 | 23 |
| Octal | 50 | 201 | 215 | 110 | 11 | 0 | 55 | 273 | 70 | 43 |
| Binary | 101000 | 10000001 | 10001101 | 1001000 | 1001 | 0 | 101101 | 10111011 | 111000 | 100011 |
Color Harmonies of #28818D
Complementary color
Monochromatic Colors of #28818D
Black with #28818D
Text Example
Text Example
White with #28818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28818D; }
p { color: rgb(40,129,141); }
H1.HeaderClassName
{
color: #28818D;
}
.AnyTagClassName
{
color: #28818D;
}
</style>
background-color css
<style>
a { background-color: #28818D; }
a { background-color: rgb(40,129,141); }
div.DivClassName
{
background-color: #28818D;
}
.BgClassName
{
background-color: #28818D;
}
</style>
border-color css
<style>
span { border-color: #28818D; }
span { border-color: rgb(40,129,141); }
td.TdClassName
{
border-color: #28818D;
}
.TagClassName
{
border-color: #28818D;
}
</style>