Shades of Astral #2E7486
Tints of Astral #2E7486
RGB
CMYK
RGB Variations
Color information
#2E7486 (or 0x2E7486) is known color: Astral. HEX triplet: 2E, 74 and 86. RGB value is (46,116,134). Sum of RGB (Red+Green+Blue) = 46+116+134=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E7486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7486 is #D18B79. Grayscale: #606060. Windows color (decimal): -13732730 or 8811566. OLE color: 8811566.
HSL color Cylindrical-coordinate representation of color #2E7486: hue angle of 192.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7486 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 116 | 134 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.47 |
| HSL | 192.27º | 0.49% | 0.35% | - |
| HSV(B) | 192.27º | 0.66% | 0.53% | - |
| XYZ | 11.68 | 14.79 | 24.79 | - |
| YUV | 97.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 134 | 0.66 | 0.13 | 0 | 0.47 | 192.27 | 0.49 | 0.35 |
| Hex | 2E | 74 | 86 | 42 | D | 0 | 2F | C0 | 31 | 23 |
| Octal | 56 | 164 | 206 | 102 | 15 | 0 | 57 | 300 | 61 | 43 |
| Binary | 101110 | 1110100 | 10000110 | 1000010 | 1101 | 0 | 101111 | 11000000 | 110001 | 100011 |
Color Harmonies of #2E7486
Complementary color
Monochromatic Colors of #2E7486
Black with #2E7486
Text Example
Text Example
White with #2E7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7486; }
p { color: rgb(46,116,134); }
H1.HeaderClassName
{
color: #2E7486;
}
.AnyTagClassName
{
color: #2E7486;
}
</style>
background-color css
<style>
a { background-color: #2E7486; }
a { background-color: rgb(46,116,134); }
div.DivClassName
{
background-color: #2E7486;
}
.BgClassName
{
background-color: #2E7486;
}
</style>
border-color css
<style>
span { border-color: #2E7486; }
span { border-color: rgb(46,116,134); }
td.TdClassName
{
border-color: #2E7486;
}
.TagClassName
{
border-color: #2E7486;
}
</style>