Shades of Atoll #288083
Tints of Atoll #288083
RGB
CMYK
RGB Variations
Color information
#288083 (or 0x288083) is known color: Atoll. HEX triplet: 28, 80 and 83. RGB value is (40,128,131). Sum of RGB (Red+Green+Blue) = 40+128+131=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #288083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288083 is #D77F7C. Grayscale: #656565. Windows color (decimal): -14122877 or 8618024. OLE color: 8618024.
HSL color Cylindrical-coordinate representation of color #288083: hue angle of 181.98º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288083 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 128 | 131 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.49 |
| HSL | 181.98º | 0.53% | 0.34% | - |
| HSV(B) | 181.98º | 0.69% | 0.51% | - |
| XYZ | 12.69 | 17.53 | 24.19 | - |
| YUV | 102.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 131 | 0.69 | 0.02 | 0 | 0.49 | 181.98 | 0.53 | 0.34 |
| Hex | 28 | 80 | 83 | 45 | 2 | 0 | 31 | B6 | 35 | 22 |
| Octal | 50 | 200 | 203 | 105 | 2 | 0 | 61 | 266 | 65 | 42 |
| Binary | 101000 | 10000000 | 10000011 | 1000101 | 10 | 0 | 110001 | 10110110 | 110101 | 100010 |
Color Harmonies of #288083
Complementary color
Monochromatic Colors of #288083
Black with #288083
Text Example
Text Example
White with #288083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288083; }
p { color: rgb(40,128,131); }
H1.HeaderClassName
{
color: #288083;
}
.AnyTagClassName
{
color: #288083;
}
</style>
background-color css
<style>
a { background-color: #288083; }
a { background-color: rgb(40,128,131); }
div.DivClassName
{
background-color: #288083;
}
.BgClassName
{
background-color: #288083;
}
</style>
border-color css
<style>
span { border-color: #288083; }
span { border-color: rgb(40,128,131); }
td.TdClassName
{
border-color: #288083;
}
.TagClassName
{
border-color: #288083;
}
</style>