Shades of Atoll #288082
Tints of Atoll #288082
RGB
CMYK
RGB Variations
Color information
#288082 (or 0x288082) is known color: Atoll. HEX triplet: 28, 80 and 82. RGB value is (40,128,130). Sum of RGB (Red+Green+Blue) = 40+128+130=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #288082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288082 is #D77F7D. Grayscale: #656565. Windows color (decimal): -14122878 or 8552488. OLE color: 8552488.
HSL color Cylindrical-coordinate representation of color #288082: hue angle of 181.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 #288082 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 128 | 130 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.49 |
| HSL | 181.33º | 0.53% | 0.33% | - |
| HSV(B) | 181.33º | 0.69% | 0.51% | - |
| XYZ | 12.62 | 17.5 | 23.83 | - |
| YUV | 101.92 | 143.85 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 130 | 0.69 | 0.02 | 0 | 0.49 | 181.33 | 0.53 | 0.33 |
| Hex | 28 | 80 | 82 | 45 | 2 | 0 | 31 | B5 | 35 | 21 |
| Octal | 50 | 200 | 202 | 105 | 2 | 0 | 61 | 265 | 65 | 41 |
| Binary | 101000 | 10000000 | 10000010 | 1000101 | 10 | 0 | 110001 | 10110101 | 110101 | 100001 |
Color Harmonies of #288082
Complementary color
Monochromatic Colors of #288082
Black with #288082
Text Example
Text Example
White with #288082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288082; }
p { color: rgb(40,128,130); }
H1.HeaderClassName
{
color: #288082;
}
.AnyTagClassName
{
color: #288082;
}
</style>
background-color css
<style>
a { background-color: #288082; }
a { background-color: rgb(40,128,130); }
div.DivClassName
{
background-color: #288082;
}
.BgClassName
{
background-color: #288082;
}
</style>
border-color css
<style>
span { border-color: #288082; }
span { border-color: rgb(40,128,130); }
td.TdClassName
{
border-color: #288082;
}
.TagClassName
{
border-color: #288082;
}
</style>