Shades of Atoll #298389
Tints of Atoll #298389
RGB
CMYK
RGB Variations
Color information
#298389 (or 0x298389) is known color: Atoll. HEX triplet: 29, 83 and 89. RGB value is (41,131,137). Sum of RGB (Red+Green+Blue) = 41+131+137=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #298389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298389 is #D67C76. Grayscale: #686868. Windows color (decimal): -14056567 or 9012009. OLE color: 9012009.
HSL color Cylindrical-coordinate representation of color #298389: hue angle of 183.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298389 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 131 | 137 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.46 |
| HSL | 183.75º | 0.54% | 0.35% | - |
| HSV(B) | 183.75º | 0.7% | 0.54% | - |
| XYZ | 13.55 | 18.51 | 26.53 | - |
| YUV | 104.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 137 | 0.70 | 0.04 | 0 | 0.46 | 183.75 | 0.54 | 0.35 |
| Hex | 29 | 83 | 89 | 46 | 4 | 0 | 2E | B8 | 36 | 23 |
| Octal | 51 | 203 | 211 | 106 | 4 | 0 | 56 | 270 | 66 | 43 |
| Binary | 101001 | 10000011 | 10001001 | 1000110 | 100 | 0 | 101110 | 10111000 | 110110 | 100011 |
Color Harmonies of #298389
Complementary color
Monochromatic Colors of #298389
Black with #298389
Text Example
Text Example
White with #298389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298389; }
p { color: rgb(41,131,137); }
H1.HeaderClassName
{
color: #298389;
}
.AnyTagClassName
{
color: #298389;
}
</style>
background-color css
<style>
a { background-color: #298389; }
a { background-color: rgb(41,131,137); }
div.DivClassName
{
background-color: #298389;
}
.BgClassName
{
background-color: #298389;
}
</style>
border-color css
<style>
span { border-color: #298389; }
span { border-color: rgb(41,131,137); }
td.TdClassName
{
border-color: #298389;
}
.TagClassName
{
border-color: #298389;
}
</style>