Shades of Atoll #248187
Tints of Atoll #248187
RGB
CMYK
RGB Variations
Color information
#248187 (or 0x248187) is known color: Atoll. HEX triplet: 24, 81 and 87. RGB value is (36,129,135). Sum of RGB (Red+Green+Blue) = 36+129+135=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #248187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248187 is #DB7E78. Grayscale: #656565. Windows color (decimal): -14384761 or 8880420. OLE color: 8880420.
HSL color Cylindrical-coordinate representation of color #248187: hue angle of 183.64º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248187 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 129 | 135 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.47 |
| HSL | 183.64º | 0.58% | 0.34% | - |
| HSV(B) | 183.64º | 0.73% | 0.53% | - |
| XYZ | 12.95 | 17.82 | 25.68 | - |
| YUV | 101.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 135 | 0.73 | 0.04 | 0 | 0.47 | 183.64 | 0.58 | 0.34 |
| Hex | 24 | 81 | 87 | 49 | 4 | 0 | 2F | B8 | 3A | 22 |
| Octal | 44 | 201 | 207 | 111 | 4 | 0 | 57 | 270 | 72 | 42 |
| Binary | 100100 | 10000001 | 10000111 | 1001001 | 100 | 0 | 101111 | 10111000 | 111010 | 100010 |
Color Harmonies of #248187
Complementary color
Monochromatic Colors of #248187
Black with #248187
Text Example
Text Example
White with #248187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248187; }
p { color: rgb(36,129,135); }
H1.HeaderClassName
{
color: #248187;
}
.AnyTagClassName
{
color: #248187;
}
</style>
background-color css
<style>
a { background-color: #248187; }
a { background-color: rgb(36,129,135); }
div.DivClassName
{
background-color: #248187;
}
.BgClassName
{
background-color: #248187;
}
</style>
border-color css
<style>
span { border-color: #248187; }
span { border-color: rgb(36,129,135); }
td.TdClassName
{
border-color: #248187;
}
.TagClassName
{
border-color: #248187;
}
</style>