Shades of Atoll #2D808C
Tints of Atoll #2D808C
RGB
CMYK
RGB Variations
Color information
#2D808C (or 0x2D808C) is known color: Atoll. HEX triplet: 2D, 80 and 8C. RGB value is (45,128,140). Sum of RGB (Red+Green+Blue) = 45+128+140=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D808C is #D27F73. Grayscale: #686868. Windows color (decimal): -13795188 or 9207853. OLE color: 9207853.
HSL color Cylindrical-coordinate representation of color #2D808C: hue angle of 187.58º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D808C is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 128 | 140 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.45 |
| HSL | 187.58º | 0.51% | 0.36% | - |
| HSV(B) | 187.58º | 0.68% | 0.55% | - |
| XYZ | 13.53 | 17.89 | 27.55 | - |
| YUV | 104.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 140 | 0.68 | 0.09 | 0 | 0.45 | 187.58 | 0.51 | 0.36 |
| Hex | 2D | 80 | 8C | 44 | 9 | 0 | 2D | BC | 33 | 24 |
| Octal | 55 | 200 | 214 | 104 | 11 | 0 | 55 | 274 | 63 | 44 |
| Binary | 101101 | 10000000 | 10001100 | 1000100 | 1001 | 0 | 101101 | 10111100 | 110011 | 100100 |
Color Harmonies of #2D808C
Complementary color
Monochromatic Colors of #2D808C
Black with #2D808C
Text Example
Text Example
White with #2D808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D808C; }
p { color: rgb(45,128,140); }
H1.HeaderClassName
{
color: #2D808C;
}
.AnyTagClassName
{
color: #2D808C;
}
</style>
background-color css
<style>
a { background-color: #2D808C; }
a { background-color: rgb(45,128,140); }
div.DivClassName
{
background-color: #2D808C;
}
.BgClassName
{
background-color: #2D808C;
}
</style>
border-color css
<style>
span { border-color: #2D808C; }
span { border-color: rgb(45,128,140); }
td.TdClassName
{
border-color: #2D808C;
}
.TagClassName
{
border-color: #2D808C;
}
</style>