Shades of Atoll #2C7274
Tints of Atoll #2C7274
RGB
CMYK
RGB Variations
Color information
#2C7274 (or 0x2C7274) is known color: Atoll. HEX triplet: 2C, 72 and 74. RGB value is (44,114,116). Sum of RGB (Red+Green+Blue) = 44+114+116=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7274 is #D38D8B. Grayscale: #5D5D5D. Windows color (decimal): -13864332 or 7631404. OLE color: 7631404.
HSL color Cylindrical-coordinate representation of color #2C7274: hue angle of 181.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7274 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 116 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.55 |
| HSL | 181.67º | 0.45% | 0.31% | - |
| HSV(B) | 181.67º | 0.62% | 0.45% | - |
| XYZ | 10.21 | 13.83 | 18.65 | - |
| YUV | 93.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 116 | 0.62 | 0.02 | 0 | 0.55 | 181.67 | 0.45 | 0.31 |
| Hex | 2C | 72 | 74 | 3E | 2 | 0 | 37 | B6 | 2D | 1F |
| Octal | 54 | 162 | 164 | 76 | 2 | 0 | 67 | 266 | 55 | 37 |
| Binary | 101100 | 1110010 | 1110100 | 111110 | 10 | 0 | 110111 | 10110110 | 101101 | 11111 |
Color Harmonies of #2C7274
Complementary color
Monochromatic Colors of #2C7274
Black with #2C7274
Text Example
Text Example
White with #2C7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7274; }
p { color: rgb(44,114,116); }
H1.HeaderClassName
{
color: #2C7274;
}
.AnyTagClassName
{
color: #2C7274;
}
</style>
background-color css
<style>
a { background-color: #2C7274; }
a { background-color: rgb(44,114,116); }
div.DivClassName
{
background-color: #2C7274;
}
.BgClassName
{
background-color: #2C7274;
}
</style>
border-color css
<style>
span { border-color: #2C7274; }
span { border-color: rgb(44,114,116); }
td.TdClassName
{
border-color: #2C7274;
}
.TagClassName
{
border-color: #2C7274;
}
</style>