Shades of Atoll #247D85
Tints of Atoll #247D85
RGB
CMYK
RGB Variations
Color information
#247D85 (or 0x247D85) is known color: Atoll. HEX triplet: 24, 7D and 85. RGB value is (36,125,133). Sum of RGB (Red+Green+Blue) = 36+125+133=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #247D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D85 is #DB827A. Grayscale: #636363. Windows color (decimal): -14385787 or 8748324. OLE color: 8748324.
HSL color Cylindrical-coordinate representation of color #247D85: hue angle of 184.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247D85 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 125 | 133 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.48 |
| HSL | 184.95º | 0.57% | 0.33% | - |
| HSV(B) | 184.95º | 0.73% | 0.52% | - |
| XYZ | 12.29 | 16.74 | 24.77 | - |
| YUV | 99.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 133 | 0.73 | 0.06 | 0 | 0.48 | 184.95 | 0.57 | 0.33 |
| Hex | 24 | 7D | 85 | 49 | 6 | 0 | 30 | B9 | 39 | 21 |
| Octal | 44 | 175 | 205 | 111 | 6 | 0 | 60 | 271 | 71 | 41 |
| Binary | 100100 | 1111101 | 10000101 | 1001001 | 110 | 0 | 110000 | 10111001 | 111001 | 100001 |
Color Harmonies of #247D85
Complementary color
Monochromatic Colors of #247D85
Black with #247D85
Text Example
Text Example
White with #247D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D85; }
p { color: rgb(36,125,133); }
H1.HeaderClassName
{
color: #247D85;
}
.AnyTagClassName
{
color: #247D85;
}
</style>
background-color css
<style>
a { background-color: #247D85; }
a { background-color: rgb(36,125,133); }
div.DivClassName
{
background-color: #247D85;
}
.BgClassName
{
background-color: #247D85;
}
</style>
border-color css
<style>
span { border-color: #247D85; }
span { border-color: rgb(36,125,133); }
td.TdClassName
{
border-color: #247D85;
}
.TagClassName
{
border-color: #247D85;
}
</style>