Shades of Atoll #2C717B
Tints of Atoll #2C717B
RGB
CMYK
RGB Variations
Color information
#2C717B (or 0x2C717B) is known color: Atoll. HEX triplet: 2C, 71 and 7B. RGB value is (44,113,123). Sum of RGB (Red+Green+Blue) = 44+113+123=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C717B is #D38E84. Grayscale: #5D5D5D. Windows color (decimal): -13864581 or 8089900. OLE color: 8089900.
HSL color Cylindrical-coordinate representation of color #2C717B: hue angle of 187.59º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C717B is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 113 | 123 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.52 |
| HSL | 187.59º | 0.47% | 0.33% | - |
| HSV(B) | 187.59º | 0.64% | 0.48% | - |
| XYZ | 10.52 | 13.78 | 20.84 | - |
| YUV | 93.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 123 | 0.64 | 0.08 | 0 | 0.52 | 187.59 | 0.47 | 0.33 |
| Hex | 2C | 71 | 7B | 40 | 8 | 0 | 34 | BC | 2F | 21 |
| Octal | 54 | 161 | 173 | 100 | 10 | 0 | 64 | 274 | 57 | 41 |
| Binary | 101100 | 1110001 | 1111011 | 1000000 | 1000 | 0 | 110100 | 10111100 | 101111 | 100001 |
Color Harmonies of #2C717B
Complementary color
Monochromatic Colors of #2C717B
Black with #2C717B
Text Example
Text Example
White with #2C717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C717B; }
p { color: rgb(44,113,123); }
H1.HeaderClassName
{
color: #2C717B;
}
.AnyTagClassName
{
color: #2C717B;
}
</style>
background-color css
<style>
a { background-color: #2C717B; }
a { background-color: rgb(44,113,123); }
div.DivClassName
{
background-color: #2C717B;
}
.BgClassName
{
background-color: #2C717B;
}
</style>
border-color css
<style>
span { border-color: #2C717B; }
span { border-color: rgb(44,113,123); }
td.TdClassName
{
border-color: #2C717B;
}
.TagClassName
{
border-color: #2C717B;
}
</style>