Shades of Astral #2E7294
Tints of Astral #2E7294
RGB
CMYK
RGB Variations
Color information
#2E7294 (or 0x2E7294) is known color: Astral. HEX triplet: 2E, 72 and 94. RGB value is (46,114,148). Sum of RGB (Red+Green+Blue) = 46+114+148=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E7294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7294 is #D18D6B. Grayscale: #616161. Windows color (decimal): -13733228 or 9728558. OLE color: 9728558.
HSL color Cylindrical-coordinate representation of color #2E7294: hue angle of 200º degrees, saturation: 0.53, 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 #2E7294 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 114 | 148 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.42 |
| HSL | 200º | 0.53% | 0.38% | - |
| HSV(B) | 200º | 0.69% | 0.58% | - |
| XYZ | 12.49 | 14.75 | 30.21 | - |
| YUV | 97.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 148 | 0.69 | 0.23 | 0 | 0.42 | 200 | 0.53 | 0.38 |
| Hex | 2E | 72 | 94 | 45 | 17 | 0 | 2A | C8 | 35 | 26 |
| Octal | 56 | 162 | 224 | 105 | 27 | 0 | 52 | 310 | 65 | 46 |
| Binary | 101110 | 1110010 | 10010100 | 1000101 | 10111 | 0 | 101010 | 11001000 | 110101 | 100110 |
Color Harmonies of #2E7294
Complementary color
Monochromatic Colors of #2E7294
Black with #2E7294
Text Example
Text Example
White with #2E7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7294; }
p { color: rgb(46,114,148); }
H1.HeaderClassName
{
color: #2E7294;
}
.AnyTagClassName
{
color: #2E7294;
}
</style>
background-color css
<style>
a { background-color: #2E7294; }
a { background-color: rgb(46,114,148); }
div.DivClassName
{
background-color: #2E7294;
}
.BgClassName
{
background-color: #2E7294;
}
</style>
border-color css
<style>
span { border-color: #2E7294; }
span { border-color: rgb(46,114,148); }
td.TdClassName
{
border-color: #2E7294;
}
.TagClassName
{
border-color: #2E7294;
}
</style>