Shades of Atoll #247F8C
Tints of Atoll #247F8C
RGB
CMYK
RGB Variations
Color information
#247F8C (or 0x247F8C) is known color: Atoll. HEX triplet: 24, 7F and 8C. RGB value is (36,127,140). Sum of RGB (Red+Green+Blue) = 36+127+140=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #247F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F8C is #DB8073. Grayscale: #656565. Windows color (decimal): -14385268 or 9207588. OLE color: 9207588.
HSL color Cylindrical-coordinate representation of color #247F8C: hue angle of 187.5º 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 #247F8C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 127 | 140 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.45 |
| HSL | 187.5º | 0.59% | 0.35% | - |
| HSV(B) | 187.5º | 0.74% | 0.55% | - |
| XYZ | 13.05 | 17.45 | 27.49 | - |
| YUV | 101.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 140 | 0.74 | 0.09 | 0 | 0.45 | 187.5 | 0.59 | 0.35 |
| Hex | 24 | 7F | 8C | 4A | 9 | 0 | 2D | BC | 3B | 23 |
| Octal | 44 | 177 | 214 | 112 | 11 | 0 | 55 | 274 | 73 | 43 |
| Binary | 100100 | 1111111 | 10001100 | 1001010 | 1001 | 0 | 101101 | 10111100 | 111011 | 100011 |
Color Harmonies of #247F8C
Complementary color
Monochromatic Colors of #247F8C
Black with #247F8C
Text Example
Text Example
White with #247F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F8C; }
p { color: rgb(36,127,140); }
H1.HeaderClassName
{
color: #247F8C;
}
.AnyTagClassName
{
color: #247F8C;
}
</style>
background-color css
<style>
a { background-color: #247F8C; }
a { background-color: rgb(36,127,140); }
div.DivClassName
{
background-color: #247F8C;
}
.BgClassName
{
background-color: #247F8C;
}
</style>
border-color css
<style>
span { border-color: #247F8C; }
span { border-color: rgb(36,127,140); }
td.TdClassName
{
border-color: #247F8C;
}
.TagClassName
{
border-color: #247F8C;
}
</style>