Shades of Atoll #248288
Tints of Atoll #248288
RGB
CMYK
RGB Variations
Color information
#248288 (or 0x248288) is known color: Atoll. HEX triplet: 24, 82 and 88. RGB value is (36,130,136). Sum of RGB (Red+Green+Blue) = 36+130+136=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #248288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248288 is #DB7D77. Grayscale: #666666. Windows color (decimal): -14384504 or 8946212. OLE color: 8946212.
HSL color Cylindrical-coordinate representation of color #248288: hue angle of 183.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248288 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 130 | 136 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.47 |
| HSL | 183.6º | 0.58% | 0.34% | - |
| HSV(B) | 183.6º | 0.74% | 0.53% | - |
| XYZ | 13.15 | 18.12 | 26.1 | - |
| YUV | 102.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 136 | 0.74 | 0.04 | 0 | 0.47 | 183.6 | 0.58 | 0.34 |
| Hex | 24 | 82 | 88 | 4A | 4 | 0 | 2F | B8 | 3A | 22 |
| Octal | 44 | 202 | 210 | 112 | 4 | 0 | 57 | 270 | 72 | 42 |
| Binary | 100100 | 10000010 | 10001000 | 1001010 | 100 | 0 | 101111 | 10111000 | 111010 | 100010 |
Color Harmonies of #248288
Complementary color
Monochromatic Colors of #248288
Black with #248288
Text Example
Text Example
White with #248288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248288; }
p { color: rgb(36,130,136); }
H1.HeaderClassName
{
color: #248288;
}
.AnyTagClassName
{
color: #248288;
}
</style>
background-color css
<style>
a { background-color: #248288; }
a { background-color: rgb(36,130,136); }
div.DivClassName
{
background-color: #248288;
}
.BgClassName
{
background-color: #248288;
}
</style>
border-color css
<style>
span { border-color: #248288; }
span { border-color: rgb(36,130,136); }
td.TdClassName
{
border-color: #248288;
}
.TagClassName
{
border-color: #248288;
}
</style>