Shades of Atoll #247A87
Tints of Atoll #247A87
RGB
CMYK
RGB Variations
Color information
#247A87 (or 0x247A87) is known color: Atoll. HEX triplet: 24, 7A and 87. RGB value is (36,122,135). Sum of RGB (Red+Green+Blue) = 36+122+135=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #247A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A87 is #DB8578. Grayscale: #616161. Windows color (decimal): -14386553 or 8878628. OLE color: 8878628.
HSL color Cylindrical-coordinate representation of color #247A87: hue angle of 187.88º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247A87 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 122 | 135 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.47 |
| HSL | 187.88º | 0.58% | 0.34% | - |
| HSV(B) | 187.88º | 0.73% | 0.53% | - |
| XYZ | 12.06 | 16.04 | 25.38 | - |
| YUV | 97.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 135 | 0.73 | 0.10 | 0 | 0.47 | 187.88 | 0.58 | 0.34 |
| Hex | 24 | 7A | 87 | 49 | A | 0 | 2F | BC | 3A | 22 |
| Octal | 44 | 172 | 207 | 111 | 12 | 0 | 57 | 274 | 72 | 42 |
| Binary | 100100 | 1111010 | 10000111 | 1001001 | 1010 | 0 | 101111 | 10111100 | 111010 | 100010 |
Color Harmonies of #247A87
Complementary color
Monochromatic Colors of #247A87
Black with #247A87
Text Example
Text Example
White with #247A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A87; }
p { color: rgb(36,122,135); }
H1.HeaderClassName
{
color: #247A87;
}
.AnyTagClassName
{
color: #247A87;
}
</style>
background-color css
<style>
a { background-color: #247A87; }
a { background-color: rgb(36,122,135); }
div.DivClassName
{
background-color: #247A87;
}
.BgClassName
{
background-color: #247A87;
}
</style>
border-color css
<style>
span { border-color: #247A87; }
span { border-color: rgb(36,122,135); }
td.TdClassName
{
border-color: #247A87;
}
.TagClassName
{
border-color: #247A87;
}
</style>