Shades of Atoll #2D787C
Tints of Atoll #2D787C
RGB
CMYK
RGB Variations
Color information
#2D787C (or 0x2D787C) is known color: Atoll. HEX triplet: 2D, 78 and 7C. RGB value is (45,120,124). Sum of RGB (Red+Green+Blue) = 45+120+124=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D787C is #D28783. Grayscale: #616161. Windows color (decimal): -13797252 or 8157229. OLE color: 8157229.
HSL color Cylindrical-coordinate representation of color #2D787C: hue angle of 183.04º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D787C is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 120 | 124 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.51 |
| HSL | 183.04º | 0.47% | 0.33% | - |
| HSV(B) | 183.04º | 0.64% | 0.49% | - |
| XYZ | 11.44 | 15.45 | 21.45 | - |
| YUV | 98.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 124 | 0.64 | 0.03 | 0 | 0.51 | 183.04 | 0.47 | 0.33 |
| Hex | 2D | 78 | 7C | 40 | 3 | 0 | 33 | B7 | 2F | 21 |
| Octal | 55 | 170 | 174 | 100 | 3 | 0 | 63 | 267 | 57 | 41 |
| Binary | 101101 | 1111000 | 1111100 | 1000000 | 11 | 0 | 110011 | 10110111 | 101111 | 100001 |
Color Harmonies of #2D787C
Complementary color
Monochromatic Colors of #2D787C
Black with #2D787C
Text Example
Text Example
White with #2D787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D787C; }
p { color: rgb(45,120,124); }
H1.HeaderClassName
{
color: #2D787C;
}
.AnyTagClassName
{
color: #2D787C;
}
</style>
background-color css
<style>
a { background-color: #2D787C; }
a { background-color: rgb(45,120,124); }
div.DivClassName
{
background-color: #2D787C;
}
.BgClassName
{
background-color: #2D787C;
}
</style>
border-color css
<style>
span { border-color: #2D787C; }
span { border-color: rgb(45,120,124); }
td.TdClassName
{
border-color: #2D787C;
}
.TagClassName
{
border-color: #2D787C;
}
</style>