Shades of Atoll #2E7785
Tints of Atoll #2E7785
RGB
CMYK
RGB Variations
Color information
#2E7785 (or 0x2E7785) is known color: Atoll. HEX triplet: 2E, 77 and 85. RGB value is (46,119,133). Sum of RGB (Red+Green+Blue) = 46+119+133=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7785 is #D1887A. Grayscale: #626262. Windows color (decimal): -13731963 or 8746798. OLE color: 8746798.
HSL color Cylindrical-coordinate representation of color #2E7785: hue angle of 189.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7785 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 119 | 133 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.48 |
| HSL | 189.66º | 0.49% | 0.35% | - |
| HSV(B) | 189.66º | 0.65% | 0.52% | - |
| XYZ | 11.96 | 15.47 | 24.55 | - |
| YUV | 98.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 133 | 0.65 | 0.11 | 0 | 0.48 | 189.66 | 0.49 | 0.35 |
| Hex | 2E | 77 | 85 | 41 | B | 0 | 30 | BE | 31 | 23 |
| Octal | 56 | 167 | 205 | 101 | 13 | 0 | 60 | 276 | 61 | 43 |
| Binary | 101110 | 1110111 | 10000101 | 1000001 | 1011 | 0 | 110000 | 10111110 | 110001 | 100011 |
Color Harmonies of #2E7785
Complementary color
Monochromatic Colors of #2E7785
Black with #2E7785
Text Example
Text Example
White with #2E7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7785; }
p { color: rgb(46,119,133); }
H1.HeaderClassName
{
color: #2E7785;
}
.AnyTagClassName
{
color: #2E7785;
}
</style>
background-color css
<style>
a { background-color: #2E7785; }
a { background-color: rgb(46,119,133); }
div.DivClassName
{
background-color: #2E7785;
}
.BgClassName
{
background-color: #2E7785;
}
</style>
border-color css
<style>
span { border-color: #2E7785; }
span { border-color: rgb(46,119,133); }
td.TdClassName
{
border-color: #2E7785;
}
.TagClassName
{
border-color: #2E7785;
}
</style>