Shades of Atoll #287A7D
Tints of Atoll #287A7D
RGB
CMYK
RGB Variations
Color information
#287A7D (or 0x287A7D) is known color: Atoll. HEX triplet: 28, 7A and 7D. RGB value is (40,122,125). Sum of RGB (Red+Green+Blue) = 40+122+125=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #287A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A7D is #D78582. Grayscale: #616161. Windows color (decimal): -14124419 or 8223272. OLE color: 8223272.
HSL color Cylindrical-coordinate representation of color #287A7D: hue angle of 182.12º degrees, saturation: 0.52, 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 #287A7D is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 122 | 125 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.51 |
| HSL | 182.12º | 0.52% | 0.32% | - |
| HSV(B) | 182.12º | 0.68% | 0.49% | - |
| XYZ | 11.54 | 15.85 | 21.85 | - |
| YUV | 97.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 125 | 0.68 | 0.02 | 0 | 0.51 | 182.12 | 0.52 | 0.32 |
| Hex | 28 | 7A | 7D | 44 | 2 | 0 | 33 | B6 | 34 | 20 |
| Octal | 50 | 172 | 175 | 104 | 2 | 0 | 63 | 266 | 64 | 40 |
| Binary | 101000 | 1111010 | 1111101 | 1000100 | 10 | 0 | 110011 | 10110110 | 110100 | 100000 |
Color Harmonies of #287A7D
Complementary color
Monochromatic Colors of #287A7D
Black with #287A7D
Text Example
Text Example
White with #287A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A7D; }
p { color: rgb(40,122,125); }
H1.HeaderClassName
{
color: #287A7D;
}
.AnyTagClassName
{
color: #287A7D;
}
</style>
background-color css
<style>
a { background-color: #287A7D; }
a { background-color: rgb(40,122,125); }
div.DivClassName
{
background-color: #287A7D;
}
.BgClassName
{
background-color: #287A7D;
}
</style>
border-color css
<style>
span { border-color: #287A7D; }
span { border-color: rgb(40,122,125); }
td.TdClassName
{
border-color: #287A7D;
}
.TagClassName
{
border-color: #287A7D;
}
</style>