Shades of Atoll #287A7B
Tints of Atoll #287A7B
RGB
CMYK
RGB Variations
Color information
#287A7B (or 0x287A7B) is known color: Atoll. HEX triplet: 28, 7A and 7B. RGB value is (40,122,123). Sum of RGB (Red+Green+Blue) = 40+122+123=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #287A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A7B is #D78584. Grayscale: #616161. Windows color (decimal): -14124421 or 8092200. OLE color: 8092200.
HSL color Cylindrical-coordinate representation of color #287A7B: hue angle of 180.72º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A7B is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 123 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.52 |
| HSL | 180.72º | 0.51% | 0.32% | - |
| HSV(B) | 180.72º | 0.67% | 0.48% | - |
| XYZ | 11.41 | 15.8 | 21.19 | - |
| YUV | 97.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 123 | 0.67 | 0.01 | 0 | 0.52 | 180.72 | 0.51 | 0.32 |
| Hex | 28 | 7A | 7B | 43 | 1 | 0 | 34 | B5 | 33 | 20 |
| Octal | 50 | 172 | 173 | 103 | 1 | 0 | 64 | 265 | 63 | 40 |
| Binary | 101000 | 1111010 | 1111011 | 1000011 | 1 | 0 | 110100 | 10110101 | 110011 | 100000 |
Color Harmonies of #287A7B
Complementary color
Monochromatic Colors of #287A7B
Black with #287A7B
Text Example
Text Example
White with #287A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A7B; }
p { color: rgb(40,122,123); }
H1.HeaderClassName
{
color: #287A7B;
}
.AnyTagClassName
{
color: #287A7B;
}
</style>
background-color css
<style>
a { background-color: #287A7B; }
a { background-color: rgb(40,122,123); }
div.DivClassName
{
background-color: #287A7B;
}
.BgClassName
{
background-color: #287A7B;
}
</style>
border-color css
<style>
span { border-color: #287A7B; }
span { border-color: rgb(40,122,123); }
td.TdClassName
{
border-color: #287A7B;
}
.TagClassName
{
border-color: #287A7B;
}
</style>