Shades of Atoll #248084
Tints of Atoll #248084
RGB
CMYK
RGB Variations
Color information
#248084 (or 0x248084) is known color: Atoll. HEX triplet: 24, 80 and 84. RGB value is (36,128,132). Sum of RGB (Red+Green+Blue) = 36+128+132=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #248084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248084 is #DB7F7B. Grayscale: #646464. Windows color (decimal): -14385020 or 8683556. OLE color: 8683556.
HSL color Cylindrical-coordinate representation of color #248084: hue angle of 182.5º 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 #248084 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 128 | 132 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.48 |
| HSL | 182.5º | 0.57% | 0.33% | - |
| HSV(B) | 182.5º | 0.73% | 0.52% | - |
| XYZ | 12.61 | 17.48 | 24.54 | - |
| YUV | 100.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 132 | 0.73 | 0.03 | 0 | 0.48 | 182.5 | 0.57 | 0.33 |
| Hex | 24 | 80 | 84 | 49 | 3 | 0 | 30 | B6 | 39 | 21 |
| Octal | 44 | 200 | 204 | 111 | 3 | 0 | 60 | 266 | 71 | 41 |
| Binary | 100100 | 10000000 | 10000100 | 1001001 | 11 | 0 | 110000 | 10110110 | 111001 | 100001 |
Color Harmonies of #248084
Complementary color
Monochromatic Colors of #248084
Black with #248084
Text Example
Text Example
White with #248084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248084; }
p { color: rgb(36,128,132); }
H1.HeaderClassName
{
color: #248084;
}
.AnyTagClassName
{
color: #248084;
}
</style>
background-color css
<style>
a { background-color: #248084; }
a { background-color: rgb(36,128,132); }
div.DivClassName
{
background-color: #248084;
}
.BgClassName
{
background-color: #248084;
}
</style>
border-color css
<style>
span { border-color: #248084; }
span { border-color: rgb(36,128,132); }
td.TdClassName
{
border-color: #248084;
}
.TagClassName
{
border-color: #248084;
}
</style>