Shades of Atoll #247A86
Tints of Atoll #247A86
RGB
CMYK
RGB Variations
Color information
#247A86 (or 0x247A86) is known color: Atoll. HEX triplet: 24, 7A and 86. RGB value is (36,122,134). Sum of RGB (Red+Green+Blue) = 36+122+134=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #247A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A86 is #DB8579. Grayscale: #616161. Windows color (decimal): -14386554 or 8813092. OLE color: 8813092.
HSL color Cylindrical-coordinate representation of color #247A86: hue angle of 187.35º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247A86 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 122 | 134 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.47 |
| HSL | 187.35º | 0.58% | 0.33% | - |
| HSV(B) | 187.35º | 0.73% | 0.53% | - |
| XYZ | 11.99 | 16.02 | 25.01 | - |
| YUV | 97.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 134 | 0.73 | 0.09 | 0 | 0.47 | 187.35 | 0.58 | 0.33 |
| Hex | 24 | 7A | 86 | 49 | 9 | 0 | 2F | BB | 3A | 21 |
| Octal | 44 | 172 | 206 | 111 | 11 | 0 | 57 | 273 | 72 | 41 |
| Binary | 100100 | 1111010 | 10000110 | 1001001 | 1001 | 0 | 101111 | 10111011 | 111010 | 100001 |
Color Harmonies of #247A86
Complementary color
Monochromatic Colors of #247A86
Black with #247A86
Text Example
Text Example
White with #247A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A86; }
p { color: rgb(36,122,134); }
H1.HeaderClassName
{
color: #247A86;
}
.AnyTagClassName
{
color: #247A86;
}
</style>
background-color css
<style>
a { background-color: #247A86; }
a { background-color: rgb(36,122,134); }
div.DivClassName
{
background-color: #247A86;
}
.BgClassName
{
background-color: #247A86;
}
</style>
border-color css
<style>
span { border-color: #247A86; }
span { border-color: rgb(36,122,134); }
td.TdClassName
{
border-color: #247A86;
}
.TagClassName
{
border-color: #247A86;
}
</style>