Shades of Atoll #287D8D
Tints of Atoll #287D8D
RGB
CMYK
RGB Variations
Color information
#287D8D (or 0x287D8D) is known color: Atoll. HEX triplet: 28, 7D and 8D. RGB value is (40,125,141). Sum of RGB (Red+Green+Blue) = 40+125+141=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #287D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D8D is #D78272. Grayscale: #656565. Windows color (decimal): -14123635 or 9272616. OLE color: 9272616.
HSL color Cylindrical-coordinate representation of color #287D8D: hue angle of 189.5º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287D8D is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 125 | 141 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.45 |
| HSL | 189.5º | 0.56% | 0.35% | - |
| HSV(B) | 189.5º | 0.72% | 0.55% | - |
| XYZ | 13.02 | 17.04 | 27.8 | - |
| YUV | 101.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 141 | 0.72 | 0.11 | 0 | 0.45 | 189.5 | 0.56 | 0.35 |
| Hex | 28 | 7D | 8D | 48 | B | 0 | 2D | BE | 38 | 23 |
| Octal | 50 | 175 | 215 | 110 | 13 | 0 | 55 | 276 | 70 | 43 |
| Binary | 101000 | 1111101 | 10001101 | 1001000 | 1011 | 0 | 101101 | 10111110 | 111000 | 100011 |
Color Harmonies of #287D8D
Complementary color
Monochromatic Colors of #287D8D
Black with #287D8D
Text Example
Text Example
White with #287D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D8D; }
p { color: rgb(40,125,141); }
H1.HeaderClassName
{
color: #287D8D;
}
.AnyTagClassName
{
color: #287D8D;
}
</style>
background-color css
<style>
a { background-color: #287D8D; }
a { background-color: rgb(40,125,141); }
div.DivClassName
{
background-color: #287D8D;
}
.BgClassName
{
background-color: #287D8D;
}
</style>
border-color css
<style>
span { border-color: #287D8D; }
span { border-color: rgb(40,125,141); }
td.TdClassName
{
border-color: #287D8D;
}
.TagClassName
{
border-color: #287D8D;
}
</style>