Shades of Atoll #2D7078
Tints of Atoll #2D7078
RGB
CMYK
RGB Variations
Color information
#2D7078 (or 0x2D7078) is known color: Atoll. HEX triplet: 2D, 70 and 78. RGB value is (45,112,120). Sum of RGB (Red+Green+Blue) = 45+112+120=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7078 is #D28F87. Grayscale: #5C5C5C. Windows color (decimal): -13799304 or 7893037. OLE color: 7893037.
HSL color Cylindrical-coordinate representation of color #2D7078: hue angle of 186.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7078 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 112 | 120 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.53 |
| HSL | 186.4º | 0.45% | 0.32% | - |
| HSV(B) | 186.4º | 0.63% | 0.47% | - |
| XYZ | 10.27 | 13.5 | 19.83 | - |
| YUV | 92.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 120 | 0.63 | 0.07 | 0 | 0.53 | 186.4 | 0.45 | 0.32 |
| Hex | 2D | 70 | 78 | 3F | 7 | 0 | 35 | BA | 2D | 20 |
| Octal | 55 | 160 | 170 | 77 | 7 | 0 | 65 | 272 | 55 | 40 |
| Binary | 101101 | 1110000 | 1111000 | 111111 | 111 | 0 | 110101 | 10111010 | 101101 | 100000 |
Color Harmonies of #2D7078
Complementary color
Monochromatic Colors of #2D7078
Black with #2D7078
Text Example
Text Example
White with #2D7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7078; }
p { color: rgb(45,112,120); }
H1.HeaderClassName
{
color: #2D7078;
}
.AnyTagClassName
{
color: #2D7078;
}
</style>
background-color css
<style>
a { background-color: #2D7078; }
a { background-color: rgb(45,112,120); }
div.DivClassName
{
background-color: #2D7078;
}
.BgClassName
{
background-color: #2D7078;
}
</style>
border-color css
<style>
span { border-color: #2D7078; }
span { border-color: rgb(45,112,120); }
td.TdClassName
{
border-color: #2D7078;
}
.TagClassName
{
border-color: #2D7078;
}
</style>