Shades of Atoll #296B70
Tints of Atoll #296B70
RGB
CMYK
RGB Variations
Color information
#296B70 (or 0x296B70) is known color: Atoll. HEX triplet: 29, 6B and 70. RGB value is (41,107,112). Sum of RGB (Red+Green+Blue) = 41+107+112=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #296B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B70 is #D6948F. Grayscale: #575757. Windows color (decimal): -14062736 or 7367465. OLE color: 7367465.
HSL color Cylindrical-coordinate representation of color #296B70: hue angle of 184.23º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296B70 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 107 | 112 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.56 |
| HSL | 184.23º | 0.46% | 0.3% | - |
| HSV(B) | 184.23º | 0.63% | 0.44% | - |
| XYZ | 9.1 | 12.16 | 17.2 | - |
| YUV | 87.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 112 | 0.63 | 0.04 | 0 | 0.56 | 184.23 | 0.46 | 0.3 |
| Hex | 29 | 6B | 70 | 3F | 4 | 0 | 38 | B8 | 2E | 1E |
| Octal | 51 | 153 | 160 | 77 | 4 | 0 | 70 | 270 | 56 | 36 |
| Binary | 101001 | 1101011 | 1110000 | 111111 | 100 | 0 | 111000 | 10111000 | 101110 | 11110 |
Color Harmonies of #296B70
Complementary color
Monochromatic Colors of #296B70
Black with #296B70
Text Example
Text Example
White with #296B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B70; }
p { color: rgb(41,107,112); }
H1.HeaderClassName
{
color: #296B70;
}
.AnyTagClassName
{
color: #296B70;
}
</style>
background-color css
<style>
a { background-color: #296B70; }
a { background-color: rgb(41,107,112); }
div.DivClassName
{
background-color: #296B70;
}
.BgClassName
{
background-color: #296B70;
}
</style>
border-color css
<style>
span { border-color: #296B70; }
span { border-color: rgb(41,107,112); }
td.TdClassName
{
border-color: #296B70;
}
.TagClassName
{
border-color: #296B70;
}
</style>