Shades of Atoll #247682
Tints of Atoll #247682
RGB
CMYK
RGB Variations
Color information
#247682 (or 0x247682) is known color: Atoll. HEX triplet: 24, 76 and 82. RGB value is (36,118,130). Sum of RGB (Red+Green+Blue) = 36+118+130=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #247682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247682 is #DB897D. Grayscale: #5E5E5E. Windows color (decimal): -14387582 or 8549924. OLE color: 8549924.
HSL color Cylindrical-coordinate representation of color #247682: hue angle of 187.66º 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 #247682 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 118 | 130 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.49 |
| HSL | 187.66º | 0.57% | 0.33% | - |
| HSV(B) | 187.66º | 0.72% | 0.51% | - |
| XYZ | 11.24 | 14.94 | 23.41 | - |
| YUV | 94.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 130 | 0.72 | 0.09 | 0 | 0.49 | 187.66 | 0.57 | 0.33 |
| Hex | 24 | 76 | 82 | 48 | 9 | 0 | 31 | BC | 39 | 21 |
| Octal | 44 | 166 | 202 | 110 | 11 | 0 | 61 | 274 | 71 | 41 |
| Binary | 100100 | 1110110 | 10000010 | 1001000 | 1001 | 0 | 110001 | 10111100 | 111001 | 100001 |
Color Harmonies of #247682
Complementary color
Monochromatic Colors of #247682
Black with #247682
Text Example
Text Example
White with #247682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247682; }
p { color: rgb(36,118,130); }
H1.HeaderClassName
{
color: #247682;
}
.AnyTagClassName
{
color: #247682;
}
</style>
background-color css
<style>
a { background-color: #247682; }
a { background-color: rgb(36,118,130); }
div.DivClassName
{
background-color: #247682;
}
.BgClassName
{
background-color: #247682;
}
</style>
border-color css
<style>
span { border-color: #247682; }
span { border-color: rgb(36,118,130); }
td.TdClassName
{
border-color: #247682;
}
.TagClassName
{
border-color: #247682;
}
</style>