Shades of Astral #2E708D
Tints of Astral #2E708D
RGB
CMYK
RGB Variations
Color information
#2E708D (or 0x2E708D) is known color: Astral. HEX triplet: 2E, 70 and 8D. RGB value is (46,112,141). Sum of RGB (Red+Green+Blue) = 46+112+141=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E708D is #D18F72. Grayscale: #5F5F5F. Windows color (decimal): -13733747 or 9269294. OLE color: 9269294.
HSL color Cylindrical-coordinate representation of color #2E708D: hue angle of 198.32º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E708D is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 112 | 141 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.45 |
| HSL | 198.32º | 0.51% | 0.37% | - |
| HSV(B) | 198.32º | 0.67% | 0.55% | - |
| XYZ | 11.73 | 14.09 | 27.3 | - |
| YUV | 95.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 141 | 0.67 | 0.21 | 0 | 0.45 | 198.32 | 0.51 | 0.37 |
| Hex | 2E | 70 | 8D | 43 | 15 | 0 | 2D | C6 | 33 | 25 |
| Octal | 56 | 160 | 215 | 103 | 25 | 0 | 55 | 306 | 63 | 45 |
| Binary | 101110 | 1110000 | 10001101 | 1000011 | 10101 | 0 | 101101 | 11000110 | 110011 | 100101 |
Color Harmonies of #2E708D
Complementary color
Monochromatic Colors of #2E708D
Black with #2E708D
Text Example
Text Example
White with #2E708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E708D; }
p { color: rgb(46,112,141); }
H1.HeaderClassName
{
color: #2E708D;
}
.AnyTagClassName
{
color: #2E708D;
}
</style>
background-color css
<style>
a { background-color: #2E708D; }
a { background-color: rgb(46,112,141); }
div.DivClassName
{
background-color: #2E708D;
}
.BgClassName
{
background-color: #2E708D;
}
</style>
border-color css
<style>
span { border-color: #2E708D; }
span { border-color: rgb(46,112,141); }
td.TdClassName
{
border-color: #2E708D;
}
.TagClassName
{
border-color: #2E708D;
}
</style>