Shades of Atoll #287B7C
Tints of Atoll #287B7C
RGB
CMYK
RGB Variations
Color information
#287B7C (or 0x287B7C) is known color: Atoll. HEX triplet: 28, 7B and 7C. RGB value is (40,123,124). Sum of RGB (Red+Green+Blue) = 40+123+124=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #287B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B7C is #D78483. Grayscale: #626262. Windows color (decimal): -14124164 or 8157992. OLE color: 8157992.
HSL color Cylindrical-coordinate representation of color #287B7C: hue angle of 180.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287B7C is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 123 | 124 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.51 |
| HSL | 180.71º | 0.51% | 0.32% | - |
| HSV(B) | 180.71º | 0.68% | 0.49% | - |
| XYZ | 11.6 | 16.07 | 21.56 | - |
| YUV | 98.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 124 | 0.68 | 0.01 | 0 | 0.51 | 180.71 | 0.51 | 0.32 |
| Hex | 28 | 7B | 7C | 44 | 1 | 0 | 33 | B5 | 33 | 20 |
| Octal | 50 | 173 | 174 | 104 | 1 | 0 | 63 | 265 | 63 | 40 |
| Binary | 101000 | 1111011 | 1111100 | 1000100 | 1 | 0 | 110011 | 10110101 | 110011 | 100000 |
Color Harmonies of #287B7C
Complementary color
Monochromatic Colors of #287B7C
Black with #287B7C
Text Example
Text Example
White with #287B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B7C; }
p { color: rgb(40,123,124); }
H1.HeaderClassName
{
color: #287B7C;
}
.AnyTagClassName
{
color: #287B7C;
}
</style>
background-color css
<style>
a { background-color: #287B7C; }
a { background-color: rgb(40,123,124); }
div.DivClassName
{
background-color: #287B7C;
}
.BgClassName
{
background-color: #287B7C;
}
</style>
border-color css
<style>
span { border-color: #287B7C; }
span { border-color: rgb(40,123,124); }
td.TdClassName
{
border-color: #287B7C;
}
.TagClassName
{
border-color: #287B7C;
}
</style>