Shades of Astral #2E7191
Tints of Astral #2E7191
RGB
CMYK
RGB Variations
Color information
#2E7191 (or 0x2E7191) is known color: Astral. HEX triplet: 2E, 71 and 91. RGB value is (46,113,145). Sum of RGB (Red+Green+Blue) = 46+113+145=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E7191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7191 is #D18E6E. Grayscale: #606060. Windows color (decimal): -13733487 or 9531694. OLE color: 9531694.
HSL color Cylindrical-coordinate representation of color #2E7191: hue angle of 199.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E7191 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 113 | 145 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.43 |
| HSL | 199.39º | 0.52% | 0.37% | - |
| HSV(B) | 199.39º | 0.68% | 0.57% | - |
| XYZ | 12.14 | 14.44 | 28.93 | - |
| YUV | 96.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 145 | 0.68 | 0.22 | 0 | 0.43 | 199.39 | 0.52 | 0.37 |
| Hex | 2E | 71 | 91 | 44 | 16 | 0 | 2B | C7 | 34 | 25 |
| Octal | 56 | 161 | 221 | 104 | 26 | 0 | 53 | 307 | 64 | 45 |
| Binary | 101110 | 1110001 | 10010001 | 1000100 | 10110 | 0 | 101011 | 11000111 | 110100 | 100101 |
Color Harmonies of #2E7191
Complementary color
Monochromatic Colors of #2E7191
Black with #2E7191
Text Example
Text Example
White with #2E7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7191; }
p { color: rgb(46,113,145); }
H1.HeaderClassName
{
color: #2E7191;
}
.AnyTagClassName
{
color: #2E7191;
}
</style>
background-color css
<style>
a { background-color: #2E7191; }
a { background-color: rgb(46,113,145); }
div.DivClassName
{
background-color: #2E7191;
}
.BgClassName
{
background-color: #2E7191;
}
</style>
border-color css
<style>
span { border-color: #2E7191; }
span { border-color: rgb(46,113,145); }
td.TdClassName
{
border-color: #2E7191;
}
.TagClassName
{
border-color: #2E7191;
}
</style>