Shades of Atoll #2C7275
Tints of Atoll #2C7275
RGB
CMYK
RGB Variations
Color information
#2C7275 (or 0x2C7275) is known color: Atoll. HEX triplet: 2C, 72 and 75. RGB value is (44,114,117). Sum of RGB (Red+Green+Blue) = 44+114+117=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7275 is #D38D8A. Grayscale: #5D5D5D. Windows color (decimal): -13864331 or 7696940. OLE color: 7696940.
HSL color Cylindrical-coordinate representation of color #2C7275: hue angle of 182.47º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7275 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 114 | 117 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.54 |
| HSL | 182.47º | 0.45% | 0.32% | - |
| HSV(B) | 182.47º | 0.62% | 0.46% | - |
| XYZ | 10.27 | 13.85 | 18.96 | - |
| YUV | 93.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 117 | 0.62 | 0.03 | 0 | 0.54 | 182.47 | 0.45 | 0.32 |
| Hex | 2C | 72 | 75 | 3E | 3 | 0 | 36 | B6 | 2D | 20 |
| Octal | 54 | 162 | 165 | 76 | 3 | 0 | 66 | 266 | 55 | 40 |
| Binary | 101100 | 1110010 | 1110101 | 111110 | 11 | 0 | 110110 | 10110110 | 101101 | 100000 |
Color Harmonies of #2C7275
Complementary color
Monochromatic Colors of #2C7275
Black with #2C7275
Text Example
Text Example
White with #2C7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7275; }
p { color: rgb(44,114,117); }
H1.HeaderClassName
{
color: #2C7275;
}
.AnyTagClassName
{
color: #2C7275;
}
</style>
background-color css
<style>
a { background-color: #2C7275; }
a { background-color: rgb(44,114,117); }
div.DivClassName
{
background-color: #2C7275;
}
.BgClassName
{
background-color: #2C7275;
}
</style>
border-color css
<style>
span { border-color: #2C7275; }
span { border-color: rgb(44,114,117); }
td.TdClassName
{
border-color: #2C7275;
}
.TagClassName
{
border-color: #2C7275;
}
</style>