Shades of Atoll #247C8D
Tints of Atoll #247C8D
RGB
CMYK
RGB Variations
Color information
#247C8D (or 0x247C8D) is known color: Atoll. HEX triplet: 24, 7C and 8D. RGB value is (36,124,141). Sum of RGB (Red+Green+Blue) = 36+124+141=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #247C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C8D is #DB8372. Grayscale: #636363. Windows color (decimal): -14386035 or 9272356. OLE color: 9272356.
HSL color Cylindrical-coordinate representation of color #247C8D: hue angle of 189.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247C8D is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 124 | 141 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.45 |
| HSL | 189.71º | 0.59% | 0.35% | - |
| HSV(B) | 189.71º | 0.74% | 0.55% | - |
| XYZ | 12.74 | 16.71 | 27.75 | - |
| YUV | 99.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 141 | 0.74 | 0.12 | 0 | 0.45 | 189.71 | 0.59 | 0.35 |
| Hex | 24 | 7C | 8D | 4A | C | 0 | 2D | BE | 3B | 23 |
| Octal | 44 | 174 | 215 | 112 | 14 | 0 | 55 | 276 | 73 | 43 |
| Binary | 100100 | 1111100 | 10001101 | 1001010 | 1100 | 0 | 101101 | 10111110 | 111011 | 100011 |
Color Harmonies of #247C8D
Complementary color
Monochromatic Colors of #247C8D
Black with #247C8D
Text Example
Text Example
White with #247C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C8D; }
p { color: rgb(36,124,141); }
H1.HeaderClassName
{
color: #247C8D;
}
.AnyTagClassName
{
color: #247C8D;
}
</style>
background-color css
<style>
a { background-color: #247C8D; }
a { background-color: rgb(36,124,141); }
div.DivClassName
{
background-color: #247C8D;
}
.BgClassName
{
background-color: #247C8D;
}
</style>
border-color css
<style>
span { border-color: #247C8D; }
span { border-color: rgb(36,124,141); }
td.TdClassName
{
border-color: #247C8D;
}
.TagClassName
{
border-color: #247C8D;
}
</style>