Shades of Atoll #2D6E71
Tints of Atoll #2D6E71
RGB
CMYK
RGB Variations
Color information
#2D6E71 (or 0x2D6E71) is known color: Atoll. HEX triplet: 2D, 6E and 71. RGB value is (45,110,113). Sum of RGB (Red+Green+Blue) = 45+110+113=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D6E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6E71 is #D2918E. Grayscale: #5A5A5A. Windows color (decimal): -13799823 or 7433773. OLE color: 7433773.
HSL color Cylindrical-coordinate representation of color #2D6E71: hue angle of 182.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6E71 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 110 | 113 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.56 |
| HSL | 182.65º | 0.43% | 0.31% | - |
| HSV(B) | 182.65º | 0.6% | 0.44% | - |
| XYZ | 9.64 | 12.9 | 17.61 | - |
| YUV | 90.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 113 | 0.60 | 0.03 | 0 | 0.56 | 182.65 | 0.43 | 0.31 |
| Hex | 2D | 6E | 71 | 3C | 3 | 0 | 38 | B7 | 2B | 1F |
| Octal | 55 | 156 | 161 | 74 | 3 | 0 | 70 | 267 | 53 | 37 |
| Binary | 101101 | 1101110 | 1110001 | 111100 | 11 | 0 | 111000 | 10110111 | 101011 | 11111 |
Color Harmonies of #2D6E71
Complementary color
Monochromatic Colors of #2D6E71
Black with #2D6E71
Text Example
Text Example
White with #2D6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E71; }
p { color: rgb(45,110,113); }
H1.HeaderClassName
{
color: #2D6E71;
}
.AnyTagClassName
{
color: #2D6E71;
}
</style>
background-color css
<style>
a { background-color: #2D6E71; }
a { background-color: rgb(45,110,113); }
div.DivClassName
{
background-color: #2D6E71;
}
.BgClassName
{
background-color: #2D6E71;
}
</style>
border-color css
<style>
span { border-color: #2D6E71; }
span { border-color: rgb(45,110,113); }
td.TdClassName
{
border-color: #2D6E71;
}
.TagClassName
{
border-color: #2D6E71;
}
</style>