Shades of Atoll #248285
Tints of Atoll #248285
RGB
CMYK
RGB Variations
Color information
#248285 (or 0x248285) is known color: Atoll. HEX triplet: 24, 82 and 85. RGB value is (36,130,133). Sum of RGB (Red+Green+Blue) = 36+130+133=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #248285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248285 is #DB7D7A. Grayscale: #666666. Windows color (decimal): -14384507 or 8749604. OLE color: 8749604.
HSL color Cylindrical-coordinate representation of color #248285: hue angle of 181.86º 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 #248285 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 130 | 133 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.48 |
| HSL | 181.86º | 0.57% | 0.33% | - |
| HSV(B) | 181.86º | 0.73% | 0.52% | - |
| XYZ | 12.94 | 18.03 | 24.99 | - |
| YUV | 102.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 133 | 0.73 | 0.02 | 0 | 0.48 | 181.86 | 0.57 | 0.33 |
| Hex | 24 | 82 | 85 | 49 | 2 | 0 | 30 | B6 | 39 | 21 |
| Octal | 44 | 202 | 205 | 111 | 2 | 0 | 60 | 266 | 71 | 41 |
| Binary | 100100 | 10000010 | 10000101 | 1001001 | 10 | 0 | 110000 | 10110110 | 111001 | 100001 |
Color Harmonies of #248285
Complementary color
Monochromatic Colors of #248285
Black with #248285
Text Example
Text Example
White with #248285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248285; }
p { color: rgb(36,130,133); }
H1.HeaderClassName
{
color: #248285;
}
.AnyTagClassName
{
color: #248285;
}
</style>
background-color css
<style>
a { background-color: #248285; }
a { background-color: rgb(36,130,133); }
div.DivClassName
{
background-color: #248285;
}
.BgClassName
{
background-color: #248285;
}
</style>
border-color css
<style>
span { border-color: #248285; }
span { border-color: rgb(36,130,133); }
td.TdClassName
{
border-color: #248285;
}
.TagClassName
{
border-color: #248285;
}
</style>