Shades of Atoll #287C8D
Tints of Atoll #287C8D
RGB
CMYK
RGB Variations
Color information
#287C8D (or 0x287C8D) is known color: Atoll. HEX triplet: 28, 7C and 8D. RGB value is (40,124,141). Sum of RGB (Red+Green+Blue) = 40+124+141=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #287C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C8D is #D78372. Grayscale: #646464. Windows color (decimal): -14123891 or 9272360. OLE color: 9272360.
HSL color Cylindrical-coordinate representation of color #287C8D: hue angle of 190.1º 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 #287C8D is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 124 | 141 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.45 |
| HSL | 190.1º | 0.56% | 0.35% | - |
| HSV(B) | 190.1º | 0.72% | 0.55% | - |
| XYZ | 12.89 | 16.79 | 27.76 | - |
| YUV | 100.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 141 | 0.72 | 0.12 | 0 | 0.45 | 190.1 | 0.56 | 0.35 |
| Hex | 28 | 7C | 8D | 48 | C | 0 | 2D | BE | 38 | 23 |
| Octal | 50 | 174 | 215 | 110 | 14 | 0 | 55 | 276 | 70 | 43 |
| Binary | 101000 | 1111100 | 10001101 | 1001000 | 1100 | 0 | 101101 | 10111110 | 111000 | 100011 |
Color Harmonies of #287C8D
Complementary color
Monochromatic Colors of #287C8D
Black with #287C8D
Text Example
Text Example
White with #287C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C8D; }
p { color: rgb(40,124,141); }
H1.HeaderClassName
{
color: #287C8D;
}
.AnyTagClassName
{
color: #287C8D;
}
</style>
background-color css
<style>
a { background-color: #287C8D; }
a { background-color: rgb(40,124,141); }
div.DivClassName
{
background-color: #287C8D;
}
.BgClassName
{
background-color: #287C8D;
}
</style>
border-color css
<style>
span { border-color: #287C8D; }
span { border-color: rgb(40,124,141); }
td.TdClassName
{
border-color: #287C8D;
}
.TagClassName
{
border-color: #287C8D;
}
</style>