Shades of Atoll #247B87
Tints of Atoll #247B87
RGB
CMYK
RGB Variations
Color information
#247B87 (or 0x247B87) is known color: Atoll. HEX triplet: 24, 7B and 87. RGB value is (36,123,135). Sum of RGB (Red+Green+Blue) = 36+123+135=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #247B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B87 is #DB8478. Grayscale: #626262. Windows color (decimal): -14386297 or 8878884. OLE color: 8878884.
HSL color Cylindrical-coordinate representation of color #247B87: hue angle of 187.27º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247B87 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 123 | 135 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.47 |
| HSL | 187.27º | 0.58% | 0.34% | - |
| HSV(B) | 187.27º | 0.73% | 0.53% | - |
| XYZ | 12.18 | 16.29 | 25.42 | - |
| YUV | 98.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 135 | 0.73 | 0.09 | 0 | 0.47 | 187.27 | 0.58 | 0.34 |
| Hex | 24 | 7B | 87 | 49 | 9 | 0 | 2F | BB | 3A | 22 |
| Octal | 44 | 173 | 207 | 111 | 11 | 0 | 57 | 273 | 72 | 42 |
| Binary | 100100 | 1111011 | 10000111 | 1001001 | 1001 | 0 | 101111 | 10111011 | 111010 | 100010 |
Color Harmonies of #247B87
Complementary color
Monochromatic Colors of #247B87
Black with #247B87
Text Example
Text Example
White with #247B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B87; }
p { color: rgb(36,123,135); }
H1.HeaderClassName
{
color: #247B87;
}
.AnyTagClassName
{
color: #247B87;
}
</style>
background-color css
<style>
a { background-color: #247B87; }
a { background-color: rgb(36,123,135); }
div.DivClassName
{
background-color: #247B87;
}
.BgClassName
{
background-color: #247B87;
}
</style>
border-color css
<style>
span { border-color: #247B87; }
span { border-color: rgb(36,123,135); }
td.TdClassName
{
border-color: #247B87;
}
.TagClassName
{
border-color: #247B87;
}
</style>