Shades of Atoll #298485
Tints of Atoll #298485
RGB
CMYK
RGB Variations
Color information
#298485 (or 0x298485) is known color: Atoll. HEX triplet: 29, 84 and 85. RGB value is (41,132,133). Sum of RGB (Red+Green+Blue) = 41+132+133=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #298485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298485 is #D67B7A. Grayscale: #686868. Windows color (decimal): -14056315 or 8750121. OLE color: 8750121.
HSL color Cylindrical-coordinate representation of color #298485: hue angle of 180.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298485 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 133 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.48 |
| HSL | 180.65º | 0.53% | 0.34% | - |
| HSV(B) | 180.65º | 0.69% | 0.52% | - |
| XYZ | 13.4 | 18.67 | 25.09 | - |
| YUV | 104.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 133 | 0.69 | 0.01 | 0 | 0.48 | 180.65 | 0.53 | 0.34 |
| Hex | 29 | 84 | 85 | 45 | 1 | 0 | 30 | B5 | 35 | 22 |
| Octal | 51 | 204 | 205 | 105 | 1 | 0 | 60 | 265 | 65 | 42 |
| Binary | 101001 | 10000100 | 10000101 | 1000101 | 1 | 0 | 110000 | 10110101 | 110101 | 100010 |
Color Harmonies of #298485
Complementary color
Monochromatic Colors of #298485
Black with #298485
Text Example
Text Example
White with #298485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298485; }
p { color: rgb(41,132,133); }
H1.HeaderClassName
{
color: #298485;
}
.AnyTagClassName
{
color: #298485;
}
</style>
background-color css
<style>
a { background-color: #298485; }
a { background-color: rgb(41,132,133); }
div.DivClassName
{
background-color: #298485;
}
.BgClassName
{
background-color: #298485;
}
</style>
border-color css
<style>
span { border-color: #298485; }
span { border-color: rgb(41,132,133); }
td.TdClassName
{
border-color: #298485;
}
.TagClassName
{
border-color: #298485;
}
</style>