Shades of Atoll #2C747D
Tints of Atoll #2C747D
RGB
CMYK
RGB Variations
Color information
#2C747D (or 0x2C747D) is known color: Atoll. HEX triplet: 2C, 74 and 7D. RGB value is (44,116,125). Sum of RGB (Red+Green+Blue) = 44+116+125=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C747D is #D38B82. Grayscale: #5F5F5F. Windows color (decimal): -13863811 or 8221740. OLE color: 8221740.
HSL color Cylindrical-coordinate representation of color #2C747D: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C747D is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 116 | 125 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.51 |
| HSL | 186.67º | 0.48% | 0.33% | - |
| HSV(B) | 186.67º | 0.65% | 0.49% | - |
| XYZ | 10.99 | 14.51 | 21.62 | - |
| YUV | 95.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 125 | 0.65 | 0.07 | 0 | 0.51 | 186.67 | 0.48 | 0.33 |
| Hex | 2C | 74 | 7D | 41 | 7 | 0 | 33 | BB | 30 | 21 |
| Octal | 54 | 164 | 175 | 101 | 7 | 0 | 63 | 273 | 60 | 41 |
| Binary | 101100 | 1110100 | 1111101 | 1000001 | 111 | 0 | 110011 | 10111011 | 110000 | 100001 |
Color Harmonies of #2C747D
Complementary color
Monochromatic Colors of #2C747D
Black with #2C747D
Text Example
Text Example
White with #2C747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C747D; }
p { color: rgb(44,116,125); }
H1.HeaderClassName
{
color: #2C747D;
}
.AnyTagClassName
{
color: #2C747D;
}
</style>
background-color css
<style>
a { background-color: #2C747D; }
a { background-color: rgb(44,116,125); }
div.DivClassName
{
background-color: #2C747D;
}
.BgClassName
{
background-color: #2C747D;
}
</style>
border-color css
<style>
span { border-color: #2C747D; }
span { border-color: rgb(44,116,125); }
td.TdClassName
{
border-color: #2C747D;
}
.TagClassName
{
border-color: #2C747D;
}
</style>