Shades of Atoll #287A7C
Tints of Atoll #287A7C
RGB
CMYK
RGB Variations
Color information
#287A7C (or 0x287A7C) is known color: Atoll. HEX triplet: 28, 7A and 7C. RGB value is (40,122,124). Sum of RGB (Red+Green+Blue) = 40+122+124=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #287A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A7C is #D78583. Grayscale: #616161. Windows color (decimal): -14124420 or 8157736. OLE color: 8157736.
HSL color Cylindrical-coordinate representation of color #287A7C: hue angle of 181.43º 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 #287A7C is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 122 | 124 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.51 |
| HSL | 181.43º | 0.51% | 0.32% | - |
| HSV(B) | 181.43º | 0.68% | 0.49% | - |
| XYZ | 11.47 | 15.83 | 21.52 | - |
| YUV | 97.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 124 | 0.68 | 0.02 | 0 | 0.51 | 181.43 | 0.51 | 0.32 |
| Hex | 28 | 7A | 7C | 44 | 2 | 0 | 33 | B5 | 33 | 20 |
| Octal | 50 | 172 | 174 | 104 | 2 | 0 | 63 | 265 | 63 | 40 |
| Binary | 101000 | 1111010 | 1111100 | 1000100 | 10 | 0 | 110011 | 10110101 | 110011 | 100000 |
Color Harmonies of #287A7C
Complementary color
Monochromatic Colors of #287A7C
Black with #287A7C
Text Example
Text Example
White with #287A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A7C; }
p { color: rgb(40,122,124); }
H1.HeaderClassName
{
color: #287A7C;
}
.AnyTagClassName
{
color: #287A7C;
}
</style>
background-color css
<style>
a { background-color: #287A7C; }
a { background-color: rgb(40,122,124); }
div.DivClassName
{
background-color: #287A7C;
}
.BgClassName
{
background-color: #287A7C;
}
</style>
border-color css
<style>
span { border-color: #287A7C; }
span { border-color: rgb(40,122,124); }
td.TdClassName
{
border-color: #287A7C;
}
.TagClassName
{
border-color: #287A7C;
}
</style>