Shades of Atoll #247D82
Tints of Atoll #247D82
RGB
CMYK
RGB Variations
Color information
#247D82 (or 0x247D82) is known color: Atoll. HEX triplet: 24, 7D and 82. RGB value is (36,125,130). Sum of RGB (Red+Green+Blue) = 36+125+130=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #247D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D82 is #DB827D. Grayscale: #626262. Windows color (decimal): -14385790 or 8551716. OLE color: 8551716.
HSL color Cylindrical-coordinate representation of color #247D82: hue angle of 183.19º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247D82 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 125 | 130 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.49 |
| HSL | 183.19º | 0.57% | 0.33% | - |
| HSV(B) | 183.19º | 0.72% | 0.51% | - |
| XYZ | 12.09 | 16.65 | 23.7 | - |
| YUV | 98.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 130 | 0.72 | 0.04 | 0 | 0.49 | 183.19 | 0.57 | 0.33 |
| Hex | 24 | 7D | 82 | 48 | 4 | 0 | 31 | B7 | 39 | 21 |
| Octal | 44 | 175 | 202 | 110 | 4 | 0 | 61 | 267 | 71 | 41 |
| Binary | 100100 | 1111101 | 10000010 | 1001000 | 100 | 0 | 110001 | 10110111 | 111001 | 100001 |
Color Harmonies of #247D82
Complementary color
Monochromatic Colors of #247D82
Black with #247D82
Text Example
Text Example
White with #247D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D82; }
p { color: rgb(36,125,130); }
H1.HeaderClassName
{
color: #247D82;
}
.AnyTagClassName
{
color: #247D82;
}
</style>
background-color css
<style>
a { background-color: #247D82; }
a { background-color: rgb(36,125,130); }
div.DivClassName
{
background-color: #247D82;
}
.BgClassName
{
background-color: #247D82;
}
</style>
border-color css
<style>
span { border-color: #247D82; }
span { border-color: rgb(36,125,130); }
td.TdClassName
{
border-color: #247D82;
}
.TagClassName
{
border-color: #247D82;
}
</style>