Shades of Atoll #288281
Tints of Atoll #288281
RGB
CMYK
RGB Variations
Color information
#288281 (or 0x288281) is known color: Atoll. HEX triplet: 28, 82 and 81. RGB value is (40,130,129). Sum of RGB (Red+Green+Blue) = 40+130+129=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #288281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288281 is #D77D7E. Grayscale: #666666. Windows color (decimal): -14122367 or 8487464. OLE color: 8487464.
HSL color Cylindrical-coordinate representation of color #288281: hue angle of 179.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288281 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 129 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.49 |
| HSL | 179.33º | 0.53% | 0.33% | - |
| HSV(B) | 179.33º | 0.69% | 0.51% | - |
| XYZ | 12.82 | 18 | 23.57 | - |
| YUV | 102.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 129 | 0.69 | 0 | 0.01 | 0.49 | 179.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 81 | 45 | 0 | 1 | 31 | B3 | 35 | 21 |
| Octal | 50 | 202 | 201 | 105 | 0 | 1 | 61 | 263 | 65 | 41 |
| Binary | 101000 | 10000010 | 10000001 | 1000101 | 0 | 1 | 110001 | 10110011 | 110101 | 100001 |
Color Harmonies of #288281
Complementary color
Monochromatic Colors of #288281
Black with #288281
Text Example
Text Example
White with #288281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288281; }
p { color: rgb(40,130,129); }
H1.HeaderClassName
{
color: #288281;
}
.AnyTagClassName
{
color: #288281;
}
</style>
background-color css
<style>
a { background-color: #288281; }
a { background-color: rgb(40,130,129); }
div.DivClassName
{
background-color: #288281;
}
.BgClassName
{
background-color: #288281;
}
</style>
border-color css
<style>
span { border-color: #288281; }
span { border-color: rgb(40,130,129); }
td.TdClassName
{
border-color: #288281;
}
.TagClassName
{
border-color: #288281;
}
</style>