Shades of Atoll #298085
Tints of Atoll #298085
RGB
CMYK
RGB Variations
Color information
#298085 (or 0x298085) is known color: Atoll. HEX triplet: 29, 80 and 85. RGB value is (41,128,133). Sum of RGB (Red+Green+Blue) = 41+128+133=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #298085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298085 is #D67F7A. Grayscale: #666666. Windows color (decimal): -14057339 or 8749097. OLE color: 8749097.
HSL color Cylindrical-coordinate representation of color #298085: hue angle of 183.26º 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 #298085 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 128 | 133 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.48 |
| HSL | 183.26º | 0.53% | 0.34% | - |
| HSV(B) | 183.26º | 0.69% | 0.52% | - |
| XYZ | 12.87 | 17.6 | 24.91 | - |
| YUV | 102.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 133 | 0.69 | 0.04 | 0 | 0.48 | 183.26 | 0.53 | 0.34 |
| Hex | 29 | 80 | 85 | 45 | 4 | 0 | 30 | B7 | 35 | 22 |
| Octal | 51 | 200 | 205 | 105 | 4 | 0 | 60 | 267 | 65 | 42 |
| Binary | 101001 | 10000000 | 10000101 | 1000101 | 100 | 0 | 110000 | 10110111 | 110101 | 100010 |
Color Harmonies of #298085
Complementary color
Monochromatic Colors of #298085
Black with #298085
Text Example
Text Example
White with #298085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298085; }
p { color: rgb(41,128,133); }
H1.HeaderClassName
{
color: #298085;
}
.AnyTagClassName
{
color: #298085;
}
</style>
background-color css
<style>
a { background-color: #298085; }
a { background-color: rgb(41,128,133); }
div.DivClassName
{
background-color: #298085;
}
.BgClassName
{
background-color: #298085;
}
</style>
border-color css
<style>
span { border-color: #298085; }
span { border-color: rgb(41,128,133); }
td.TdClassName
{
border-color: #298085;
}
.TagClassName
{
border-color: #298085;
}
</style>