Shades of Atoll #288485
Tints of Atoll #288485
RGB
CMYK
RGB Variations
Color information
#288485 (or 0x288485) is known color: Atoll. HEX triplet: 28, 84 and 85. RGB value is (40,132,133). Sum of RGB (Red+Green+Blue) = 40+132+133=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #288485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288485 is #D77B7A. Grayscale: #686868. Windows color (decimal): -14121851 or 8750120. OLE color: 8750120.
HSL color Cylindrical-coordinate representation of color #288485: hue angle of 180.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288485 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 133 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.48 |
| HSL | 180.65º | 0.54% | 0.34% | - |
| HSV(B) | 180.65º | 0.7% | 0.52% | - |
| XYZ | 13.36 | 18.65 | 25.09 | - |
| YUV | 104.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 133 | 0.70 | 0.01 | 0 | 0.48 | 180.65 | 0.54 | 0.34 |
| Hex | 28 | 84 | 85 | 46 | 1 | 0 | 30 | B5 | 36 | 22 |
| Octal | 50 | 204 | 205 | 106 | 1 | 0 | 60 | 265 | 66 | 42 |
| Binary | 101000 | 10000100 | 10000101 | 1000110 | 1 | 0 | 110000 | 10110101 | 110110 | 100010 |
Color Harmonies of #288485
Complementary color
Monochromatic Colors of #288485
Black with #288485
Text Example
Text Example
White with #288485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288485; }
p { color: rgb(40,132,133); }
H1.HeaderClassName
{
color: #288485;
}
.AnyTagClassName
{
color: #288485;
}
</style>
background-color css
<style>
a { background-color: #288485; }
a { background-color: rgb(40,132,133); }
div.DivClassName
{
background-color: #288485;
}
.BgClassName
{
background-color: #288485;
}
</style>
border-color css
<style>
span { border-color: #288485; }
span { border-color: rgb(40,132,133); }
td.TdClassName
{
border-color: #288485;
}
.TagClassName
{
border-color: #288485;
}
</style>