Shades of Atoll #2E747C
Tints of Atoll #2E747C
RGB
CMYK
RGB Variations
Color information
#2E747C (or 0x2E747C) is known color: Atoll. HEX triplet: 2E, 74 and 7C. RGB value is (46,116,124). Sum of RGB (Red+Green+Blue) = 46+116+124=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E747C is #D18B83. Grayscale: #5F5F5F. Windows color (decimal): -13732740 or 8156206. OLE color: 8156206.
HSL color Cylindrical-coordinate representation of color #2E747C: hue angle of 186.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E747C is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 116 | 124 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.51 |
| HSL | 186.15º | 0.46% | 0.33% | - |
| HSV(B) | 186.15º | 0.63% | 0.49% | - |
| XYZ | 11.01 | 14.53 | 21.29 | - |
| YUV | 95.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 124 | 0.63 | 0.06 | 0 | 0.51 | 186.15 | 0.46 | 0.33 |
| Hex | 2E | 74 | 7C | 3F | 6 | 0 | 33 | BA | 2E | 21 |
| Octal | 56 | 164 | 174 | 77 | 6 | 0 | 63 | 272 | 56 | 41 |
| Binary | 101110 | 1110100 | 1111100 | 111111 | 110 | 0 | 110011 | 10111010 | 101110 | 100001 |
Color Harmonies of #2E747C
Complementary color
Monochromatic Colors of #2E747C
Black with #2E747C
Text Example
Text Example
White with #2E747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E747C; }
p { color: rgb(46,116,124); }
H1.HeaderClassName
{
color: #2E747C;
}
.AnyTagClassName
{
color: #2E747C;
}
</style>
background-color css
<style>
a { background-color: #2E747C; }
a { background-color: rgb(46,116,124); }
div.DivClassName
{
background-color: #2E747C;
}
.BgClassName
{
background-color: #2E747C;
}
</style>
border-color css
<style>
span { border-color: #2E747C; }
span { border-color: rgb(46,116,124); }
td.TdClassName
{
border-color: #2E747C;
}
.TagClassName
{
border-color: #2E747C;
}
</style>