Shades of Atoll #247B88
Tints of Atoll #247B88
RGB
CMYK
RGB Variations
Color information
#247B88 (or 0x247B88) is known color: Atoll. HEX triplet: 24, 7B and 88. RGB value is (36,123,136). Sum of RGB (Red+Green+Blue) = 36+123+136=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #247B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B88 is #DB8477. Grayscale: #626262. Windows color (decimal): -14386296 or 8944420. OLE color: 8944420.
HSL color Cylindrical-coordinate representation of color #247B88: hue angle of 187.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247B88 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 123 | 136 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.47 |
| HSL | 187.8º | 0.58% | 0.34% | - |
| HSV(B) | 187.8º | 0.74% | 0.53% | - |
| XYZ | 12.25 | 16.32 | 25.8 | - |
| YUV | 98.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 136 | 0.74 | 0.10 | 0 | 0.47 | 187.8 | 0.58 | 0.34 |
| Hex | 24 | 7B | 88 | 4A | A | 0 | 2F | BC | 3A | 22 |
| Octal | 44 | 173 | 210 | 112 | 12 | 0 | 57 | 274 | 72 | 42 |
| Binary | 100100 | 1111011 | 10001000 | 1001010 | 1010 | 0 | 101111 | 10111100 | 111010 | 100010 |
Color Harmonies of #247B88
Complementary color
Monochromatic Colors of #247B88
Black with #247B88
Text Example
Text Example
White with #247B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B88; }
p { color: rgb(36,123,136); }
H1.HeaderClassName
{
color: #247B88;
}
.AnyTagClassName
{
color: #247B88;
}
</style>
background-color css
<style>
a { background-color: #247B88; }
a { background-color: rgb(36,123,136); }
div.DivClassName
{
background-color: #247B88;
}
.BgClassName
{
background-color: #247B88;
}
</style>
border-color css
<style>
span { border-color: #247B88; }
span { border-color: rgb(36,123,136); }
td.TdClassName
{
border-color: #247B88;
}
.TagClassName
{
border-color: #247B88;
}
</style>