Shades of Atoll #298488
Tints of Atoll #298488
RGB
CMYK
RGB Variations
Color information
#298488 (or 0x298488) is known color: Atoll. HEX triplet: 29, 84 and 88. RGB value is (41,132,136). Sum of RGB (Red+Green+Blue) = 41+132+136=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #298488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298488 is #D67B77. Grayscale: #696969. Windows color (decimal): -14056312 or 8946729. OLE color: 8946729.
HSL color Cylindrical-coordinate representation of color #298488: hue angle of 182.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298488 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 132 | 136 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.47 |
| HSL | 182.53º | 0.54% | 0.35% | - |
| HSV(B) | 182.53º | 0.7% | 0.53% | - |
| XYZ | 13.61 | 18.75 | 26.19 | - |
| YUV | 105.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 136 | 0.70 | 0.03 | 0 | 0.47 | 182.53 | 0.54 | 0.35 |
| Hex | 29 | 84 | 88 | 46 | 3 | 0 | 2F | B7 | 36 | 23 |
| Octal | 51 | 204 | 210 | 106 | 3 | 0 | 57 | 267 | 66 | 43 |
| Binary | 101001 | 10000100 | 10001000 | 1000110 | 11 | 0 | 101111 | 10110111 | 110110 | 100011 |
Color Harmonies of #298488
Complementary color
Monochromatic Colors of #298488
Black with #298488
Text Example
Text Example
White with #298488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298488; }
p { color: rgb(41,132,136); }
H1.HeaderClassName
{
color: #298488;
}
.AnyTagClassName
{
color: #298488;
}
</style>
background-color css
<style>
a { background-color: #298488; }
a { background-color: rgb(41,132,136); }
div.DivClassName
{
background-color: #298488;
}
.BgClassName
{
background-color: #298488;
}
</style>
border-color css
<style>
span { border-color: #298488; }
span { border-color: rgb(41,132,136); }
td.TdClassName
{
border-color: #298488;
}
.TagClassName
{
border-color: #298488;
}
</style>