Shades of Atoll #247B80
Tints of Atoll #247B80
RGB
CMYK
RGB Variations
Color information
#247B80 (or 0x247B80) is known color: Atoll. HEX triplet: 24, 7B and 80. RGB value is (36,123,128). Sum of RGB (Red+Green+Blue) = 36+123+128=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #247B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B80 is #DB847F. Grayscale: #616161. Windows color (decimal): -14386304 or 8420132. OLE color: 8420132.
HSL color Cylindrical-coordinate representation of color #247B80: hue angle of 183.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247B80 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 123 | 128 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.50 |
| HSL | 183.26º | 0.56% | 0.32% | - |
| HSV(B) | 183.26º | 0.72% | 0.5% | - |
| XYZ | 11.71 | 16.1 | 22.91 | - |
| YUV | 97.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 128 | 0.72 | 0.04 | 0 | 0.50 | 183.26 | 0.56 | 0.32 |
| Hex | 24 | 7B | 80 | 48 | 4 | 0 | 32 | B7 | 38 | 20 |
| Octal | 44 | 173 | 200 | 110 | 4 | 0 | 62 | 267 | 70 | 40 |
| Binary | 100100 | 1111011 | 10000000 | 1001000 | 100 | 0 | 110010 | 10110111 | 111000 | 100000 |
Color Harmonies of #247B80
Complementary color
Monochromatic Colors of #247B80
Black with #247B80
Text Example
Text Example
White with #247B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B80; }
p { color: rgb(36,123,128); }
H1.HeaderClassName
{
color: #247B80;
}
.AnyTagClassName
{
color: #247B80;
}
</style>
background-color css
<style>
a { background-color: #247B80; }
a { background-color: rgb(36,123,128); }
div.DivClassName
{
background-color: #247B80;
}
.BgClassName
{
background-color: #247B80;
}
</style>
border-color css
<style>
span { border-color: #247B80; }
span { border-color: rgb(36,123,128); }
td.TdClassName
{
border-color: #247B80;
}
.TagClassName
{
border-color: #247B80;
}
</style>