Shades of Atoll #247E8C
Tints of Atoll #247E8C
RGB
CMYK
RGB Variations
Color information
#247E8C (or 0x247E8C) is known color: Atoll. HEX triplet: 24, 7E and 8C. RGB value is (36,126,140). Sum of RGB (Red+Green+Blue) = 36+126+140=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #247E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247E8C is #DB8173. Grayscale: #646464. Windows color (decimal): -14385524 or 9207332. OLE color: 9207332.
HSL color Cylindrical-coordinate representation of color #247E8C: hue angle of 188.08º 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 #247E8C is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 126 | 140 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.45 |
| HSL | 188.08º | 0.59% | 0.35% | - |
| HSV(B) | 188.08º | 0.74% | 0.55% | - |
| XYZ | 12.92 | 17.19 | 27.45 | - |
| YUV | 100.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 140 | 0.74 | 0.10 | 0 | 0.45 | 188.08 | 0.59 | 0.35 |
| Hex | 24 | 7E | 8C | 4A | A | 0 | 2D | BC | 3B | 23 |
| Octal | 44 | 176 | 214 | 112 | 12 | 0 | 55 | 274 | 73 | 43 |
| Binary | 100100 | 1111110 | 10001100 | 1001010 | 1010 | 0 | 101101 | 10111100 | 111011 | 100011 |
Color Harmonies of #247E8C
Complementary color
Monochromatic Colors of #247E8C
Black with #247E8C
Text Example
Text Example
White with #247E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247E8C; }
p { color: rgb(36,126,140); }
H1.HeaderClassName
{
color: #247E8C;
}
.AnyTagClassName
{
color: #247E8C;
}
</style>
background-color css
<style>
a { background-color: #247E8C; }
a { background-color: rgb(36,126,140); }
div.DivClassName
{
background-color: #247E8C;
}
.BgClassName
{
background-color: #247E8C;
}
</style>
border-color css
<style>
span { border-color: #247E8C; }
span { border-color: rgb(36,126,140); }
td.TdClassName
{
border-color: #247E8C;
}
.TagClassName
{
border-color: #247E8C;
}
</style>