Shades of Atoll #287D8C
Tints of Atoll #287D8C
RGB
CMYK
RGB Variations
Color information
#287D8C (or 0x287D8C) is known color: Atoll. HEX triplet: 28, 7D and 8C. RGB value is (40,125,140). Sum of RGB (Red+Green+Blue) = 40+125+140=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #287D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D8C is #D78273. Grayscale: #656565. Windows color (decimal): -14123636 or 9207080. OLE color: 9207080.
HSL color Cylindrical-coordinate representation of color #287D8C: hue angle of 189º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287D8C is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 125 | 140 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.45 |
| HSL | 189º | 0.56% | 0.35% | - |
| HSV(B) | 189º | 0.71% | 0.55% | - |
| XYZ | 12.94 | 17.01 | 27.41 | - |
| YUV | 101.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 140 | 0.71 | 0.11 | 0 | 0.45 | 189 | 0.56 | 0.35 |
| Hex | 28 | 7D | 8C | 47 | B | 0 | 2D | BD | 38 | 23 |
| Octal | 50 | 175 | 214 | 107 | 13 | 0 | 55 | 275 | 70 | 43 |
| Binary | 101000 | 1111101 | 10001100 | 1000111 | 1011 | 0 | 101101 | 10111101 | 111000 | 100011 |
Color Harmonies of #287D8C
Complementary color
Monochromatic Colors of #287D8C
Black with #287D8C
Text Example
Text Example
White with #287D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D8C; }
p { color: rgb(40,125,140); }
H1.HeaderClassName
{
color: #287D8C;
}
.AnyTagClassName
{
color: #287D8C;
}
</style>
background-color css
<style>
a { background-color: #287D8C; }
a { background-color: rgb(40,125,140); }
div.DivClassName
{
background-color: #287D8C;
}
.BgClassName
{
background-color: #287D8C;
}
</style>
border-color css
<style>
span { border-color: #287D8C; }
span { border-color: rgb(40,125,140); }
td.TdClassName
{
border-color: #287D8C;
}
.TagClassName
{
border-color: #287D8C;
}
</style>