Shades of Atoll #2E737D
Tints of Atoll #2E737D
RGB
CMYK
RGB Variations
Color information
#2E737D (or 0x2E737D) is known color: Atoll. HEX triplet: 2E, 73 and 7D. RGB value is (46,115,125). Sum of RGB (Red+Green+Blue) = 46+115+125=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E737D is #D18C82. Grayscale: #5F5F5F. Windows color (decimal): -13732995 or 8221486. OLE color: 8221486.
HSL color Cylindrical-coordinate representation of color #2E737D: hue angle of 187.59º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E737D is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 115 | 125 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.51 |
| HSL | 187.59º | 0.46% | 0.34% | - |
| HSV(B) | 187.59º | 0.63% | 0.49% | - |
| XYZ | 10.96 | 14.32 | 21.59 | - |
| YUV | 95.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 125 | 0.63 | 0.08 | 0 | 0.51 | 187.59 | 0.46 | 0.34 |
| Hex | 2E | 73 | 7D | 3F | 8 | 0 | 33 | BC | 2E | 22 |
| Octal | 56 | 163 | 175 | 77 | 10 | 0 | 63 | 274 | 56 | 42 |
| Binary | 101110 | 1110011 | 1111101 | 111111 | 1000 | 0 | 110011 | 10111100 | 101110 | 100010 |
Color Harmonies of #2E737D
Complementary color
Monochromatic Colors of #2E737D
Black with #2E737D
Text Example
Text Example
White with #2E737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E737D; }
p { color: rgb(46,115,125); }
H1.HeaderClassName
{
color: #2E737D;
}
.AnyTagClassName
{
color: #2E737D;
}
</style>
background-color css
<style>
a { background-color: #2E737D; }
a { background-color: rgb(46,115,125); }
div.DivClassName
{
background-color: #2E737D;
}
.BgClassName
{
background-color: #2E737D;
}
</style>
border-color css
<style>
span { border-color: #2E737D; }
span { border-color: rgb(46,115,125); }
td.TdClassName
{
border-color: #2E737D;
}
.TagClassName
{
border-color: #2E737D;
}
</style>