Shades of Atoll #2E757D
Tints of Atoll #2E757D
RGB
CMYK
RGB Variations
Color information
#2E757D (or 0x2E757D) is known color: Atoll. HEX triplet: 2E, 75 and 7D. RGB value is (46,117,125). Sum of RGB (Red+Green+Blue) = 46+117+125=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E757D is #D18A82. Grayscale: #606060. Windows color (decimal): -13732483 or 8221998. OLE color: 8221998.
HSL color Cylindrical-coordinate representation of color #2E757D: hue angle of 186.08º 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 #2E757D is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 117 | 125 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.51 |
| HSL | 186.08º | 0.46% | 0.34% | - |
| HSV(B) | 186.08º | 0.63% | 0.49% | - |
| XYZ | 11.19 | 14.78 | 21.67 | - |
| YUV | 96.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 125 | 0.63 | 0.06 | 0 | 0.51 | 186.08 | 0.46 | 0.34 |
| Hex | 2E | 75 | 7D | 3F | 6 | 0 | 33 | BA | 2E | 22 |
| Octal | 56 | 165 | 175 | 77 | 6 | 0 | 63 | 272 | 56 | 42 |
| Binary | 101110 | 1110101 | 1111101 | 111111 | 110 | 0 | 110011 | 10111010 | 101110 | 100010 |
Color Harmonies of #2E757D
Complementary color
Monochromatic Colors of #2E757D
Black with #2E757D
Text Example
Text Example
White with #2E757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E757D; }
p { color: rgb(46,117,125); }
H1.HeaderClassName
{
color: #2E757D;
}
.AnyTagClassName
{
color: #2E757D;
}
</style>
background-color css
<style>
a { background-color: #2E757D; }
a { background-color: rgb(46,117,125); }
div.DivClassName
{
background-color: #2E757D;
}
.BgClassName
{
background-color: #2E757D;
}
</style>
border-color css
<style>
span { border-color: #2E757D; }
span { border-color: rgb(46,117,125); }
td.TdClassName
{
border-color: #2E757D;
}
.TagClassName
{
border-color: #2E757D;
}
</style>