Shades of Atoll #288283
Tints of Atoll #288283
RGB
CMYK
RGB Variations
Color information
#288283 (or 0x288283) is known color: Atoll. HEX triplet: 28, 82 and 83. RGB value is (40,130,131). Sum of RGB (Red+Green+Blue) = 40+130+131=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #288283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288283 is #D77D7C. Grayscale: #676767. Windows color (decimal): -14122365 or 8618536. OLE color: 8618536.
HSL color Cylindrical-coordinate representation of color #288283: hue angle of 180.66º 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 #288283 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 131 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.49 |
| HSL | 180.66º | 0.53% | 0.34% | - |
| HSV(B) | 180.66º | 0.69% | 0.51% | - |
| XYZ | 12.95 | 18.06 | 24.27 | - |
| YUV | 103.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 131 | 0.69 | 0.01 | 0 | 0.49 | 180.66 | 0.53 | 0.34 |
| Hex | 28 | 82 | 83 | 45 | 1 | 0 | 31 | B5 | 35 | 22 |
| Octal | 50 | 202 | 203 | 105 | 1 | 0 | 61 | 265 | 65 | 42 |
| Binary | 101000 | 10000010 | 10000011 | 1000101 | 1 | 0 | 110001 | 10110101 | 110101 | 100010 |
Color Harmonies of #288283
Complementary color
Monochromatic Colors of #288283
Black with #288283
Text Example
Text Example
White with #288283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288283; }
p { color: rgb(40,130,131); }
H1.HeaderClassName
{
color: #288283;
}
.AnyTagClassName
{
color: #288283;
}
</style>
background-color css
<style>
a { background-color: #288283; }
a { background-color: rgb(40,130,131); }
div.DivClassName
{
background-color: #288283;
}
.BgClassName
{
background-color: #288283;
}
</style>
border-color css
<style>
span { border-color: #288283; }
span { border-color: rgb(40,130,131); }
td.TdClassName
{
border-color: #288283;
}
.TagClassName
{
border-color: #288283;
}
</style>