Shades of Atoll #247D8F
Tints of Atoll #247D8F
RGB
CMYK
RGB Variations
Color information
#247D8F (or 0x247D8F) is known color: Atoll. HEX triplet: 24, 7D and 8F. RGB value is (36,125,143). Sum of RGB (Red+Green+Blue) = 36+125+143=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #247D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D8F is #DB8270. Grayscale: #646464. Windows color (decimal): -14385777 or 9403684. OLE color: 9403684.
HSL color Cylindrical-coordinate representation of color #247D8F: hue angle of 190.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247D8F is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 125 | 143 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.44 |
| HSL | 190.09º | 0.6% | 0.35% | - |
| HSV(B) | 190.09º | 0.75% | 0.56% | - |
| XYZ | 13.02 | 17.03 | 28.59 | - |
| YUV | 100.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 143 | 0.75 | 0.13 | 0 | 0.44 | 190.09 | 0.6 | 0.35 |
| Hex | 24 | 7D | 8F | 4B | D | 0 | 2C | BE | 3C | 23 |
| Octal | 44 | 175 | 217 | 113 | 15 | 0 | 54 | 276 | 74 | 43 |
| Binary | 100100 | 1111101 | 10001111 | 1001011 | 1101 | 0 | 101100 | 10111110 | 111100 | 100011 |
Color Harmonies of #247D8F
Complementary color
Monochromatic Colors of #247D8F
Black with #247D8F
Text Example
Text Example
White with #247D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D8F; }
p { color: rgb(36,125,143); }
H1.HeaderClassName
{
color: #247D8F;
}
.AnyTagClassName
{
color: #247D8F;
}
</style>
background-color css
<style>
a { background-color: #247D8F; }
a { background-color: rgb(36,125,143); }
div.DivClassName
{
background-color: #247D8F;
}
.BgClassName
{
background-color: #247D8F;
}
</style>
border-color css
<style>
span { border-color: #247D8F; }
span { border-color: rgb(36,125,143); }
td.TdClassName
{
border-color: #247D8F;
}
.TagClassName
{
border-color: #247D8F;
}
</style>