Shades of Astral #2E7293
Tints of Astral #2E7293
RGB
CMYK
RGB Variations
Color information
#2E7293 (or 0x2E7293) is known color: Astral. HEX triplet: 2E, 72 and 93. RGB value is (46,114,147). Sum of RGB (Red+Green+Blue) = 46+114+147=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E7293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7293 is #D18D6C. Grayscale: #616161. Windows color (decimal): -13733229 or 9663022. OLE color: 9663022.
HSL color Cylindrical-coordinate representation of color #2E7293: hue angle of 199.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7293 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 114 | 147 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.42 |
| HSL | 199.6º | 0.52% | 0.38% | - |
| HSV(B) | 199.6º | 0.69% | 0.58% | - |
| XYZ | 12.41 | 14.72 | 29.79 | - |
| YUV | 97.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 147 | 0.69 | 0.22 | 0 | 0.42 | 199.6 | 0.52 | 0.38 |
| Hex | 2E | 72 | 93 | 45 | 16 | 0 | 2A | C8 | 34 | 26 |
| Octal | 56 | 162 | 223 | 105 | 26 | 0 | 52 | 310 | 64 | 46 |
| Binary | 101110 | 1110010 | 10010011 | 1000101 | 10110 | 0 | 101010 | 11001000 | 110100 | 100110 |
Color Harmonies of #2E7293
Complementary color
Monochromatic Colors of #2E7293
Black with #2E7293
Text Example
Text Example
White with #2E7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7293; }
p { color: rgb(46,114,147); }
H1.HeaderClassName
{
color: #2E7293;
}
.AnyTagClassName
{
color: #2E7293;
}
</style>
background-color css
<style>
a { background-color: #2E7293; }
a { background-color: rgb(46,114,147); }
div.DivClassName
{
background-color: #2E7293;
}
.BgClassName
{
background-color: #2E7293;
}
</style>
border-color css
<style>
span { border-color: #2E7293; }
span { border-color: rgb(46,114,147); }
td.TdClassName
{
border-color: #2E7293;
}
.TagClassName
{
border-color: #2E7293;
}
</style>