Shades of Atoll #247C82
Tints of Atoll #247C82
RGB
CMYK
RGB Variations
Color information
#247C82 (or 0x247C82) is known color: Atoll. HEX triplet: 24, 7C and 82. RGB value is (36,124,130). Sum of RGB (Red+Green+Blue) = 36+124+130=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #247C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C82 is #DB837D. Grayscale: #626262. Windows color (decimal): -14386046 or 8551460. OLE color: 8551460.
HSL color Cylindrical-coordinate representation of color #247C82: hue angle of 183.83º 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 #247C82 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 124 | 130 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.49 |
| HSL | 183.83º | 0.57% | 0.33% | - |
| HSV(B) | 183.83º | 0.72% | 0.51% | - |
| XYZ | 11.96 | 16.4 | 23.65 | - |
| YUV | 98.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 130 | 0.72 | 0.05 | 0 | 0.49 | 183.83 | 0.57 | 0.33 |
| Hex | 24 | 7C | 82 | 48 | 5 | 0 | 31 | B8 | 39 | 21 |
| Octal | 44 | 174 | 202 | 110 | 5 | 0 | 61 | 270 | 71 | 41 |
| Binary | 100100 | 1111100 | 10000010 | 1001000 | 101 | 0 | 110001 | 10111000 | 111001 | 100001 |
Color Harmonies of #247C82
Complementary color
Monochromatic Colors of #247C82
Black with #247C82
Text Example
Text Example
White with #247C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C82; }
p { color: rgb(36,124,130); }
H1.HeaderClassName
{
color: #247C82;
}
.AnyTagClassName
{
color: #247C82;
}
</style>
background-color css
<style>
a { background-color: #247C82; }
a { background-color: rgb(36,124,130); }
div.DivClassName
{
background-color: #247C82;
}
.BgClassName
{
background-color: #247C82;
}
</style>
border-color css
<style>
span { border-color: #247C82; }
span { border-color: rgb(36,124,130); }
td.TdClassName
{
border-color: #247C82;
}
.TagClassName
{
border-color: #247C82;
}
</style>