Shades of Atoll #247A82
Tints of Atoll #247A82
RGB
CMYK
RGB Variations
Color information
#247A82 (or 0x247A82) is known color: Atoll. HEX triplet: 24, 7A and 82. RGB value is (36,122,130). Sum of RGB (Red+Green+Blue) = 36+122+130=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #247A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A82 is #DB857D. Grayscale: #616161. Windows color (decimal): -14386558 or 8550948. OLE color: 8550948.
HSL color Cylindrical-coordinate representation of color #247A82: hue angle of 185.11º 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 #247A82 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 122 | 130 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.49 |
| HSL | 185.11º | 0.57% | 0.33% | - |
| HSV(B) | 185.11º | 0.72% | 0.51% | - |
| XYZ | 11.72 | 15.91 | 23.57 | - |
| YUV | 97.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 130 | 0.72 | 0.06 | 0 | 0.49 | 185.11 | 0.57 | 0.33 |
| Hex | 24 | 7A | 82 | 48 | 6 | 0 | 31 | B9 | 39 | 21 |
| Octal | 44 | 172 | 202 | 110 | 6 | 0 | 61 | 271 | 71 | 41 |
| Binary | 100100 | 1111010 | 10000010 | 1001000 | 110 | 0 | 110001 | 10111001 | 111001 | 100001 |
Color Harmonies of #247A82
Complementary color
Monochromatic Colors of #247A82
Black with #247A82
Text Example
Text Example
White with #247A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A82; }
p { color: rgb(36,122,130); }
H1.HeaderClassName
{
color: #247A82;
}
.AnyTagClassName
{
color: #247A82;
}
</style>
background-color css
<style>
a { background-color: #247A82; }
a { background-color: rgb(36,122,130); }
div.DivClassName
{
background-color: #247A82;
}
.BgClassName
{
background-color: #247A82;
}
</style>
border-color css
<style>
span { border-color: #247A82; }
span { border-color: rgb(36,122,130); }
td.TdClassName
{
border-color: #247A82;
}
.TagClassName
{
border-color: #247A82;
}
</style>