Shades of Astral #2E7A93
Tints of Astral #2E7A93
RGB
CMYK
RGB Variations
Color information
#2E7A93 (or 0x2E7A93) is known color: Astral. HEX triplet: 2E, 7A and 93. RGB value is (46,122,147). Sum of RGB (Red+Green+Blue) = 46+122+147=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E7A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7A93 is #D1856C. Grayscale: #656565. Windows color (decimal): -13731181 or 9665070. OLE color: 9665070.
HSL color Cylindrical-coordinate representation of color #2E7A93: hue angle of 194.85º 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 #2E7A93 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 122 | 147 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.42 |
| HSL | 194.85º | 0.52% | 0.38% | - |
| HSV(B) | 194.85º | 0.69% | 0.58% | - |
| XYZ | 13.35 | 16.61 | 30.11 | - |
| YUV | 102.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 147 | 0.69 | 0.17 | 0 | 0.42 | 194.85 | 0.52 | 0.38 |
| Hex | 2E | 7A | 93 | 45 | 11 | 0 | 2A | C3 | 34 | 26 |
| Octal | 56 | 172 | 223 | 105 | 21 | 0 | 52 | 303 | 64 | 46 |
| Binary | 101110 | 1111010 | 10010011 | 1000101 | 10001 | 0 | 101010 | 11000011 | 110100 | 100110 |
Color Harmonies of #2E7A93
Complementary color
Monochromatic Colors of #2E7A93
Black with #2E7A93
Text Example
Text Example
White with #2E7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A93; }
p { color: rgb(46,122,147); }
H1.HeaderClassName
{
color: #2E7A93;
}
.AnyTagClassName
{
color: #2E7A93;
}
</style>
background-color css
<style>
a { background-color: #2E7A93; }
a { background-color: rgb(46,122,147); }
div.DivClassName
{
background-color: #2E7A93;
}
.BgClassName
{
background-color: #2E7A93;
}
</style>
border-color css
<style>
span { border-color: #2E7A93; }
span { border-color: rgb(46,122,147); }
td.TdClassName
{
border-color: #2E7A93;
}
.TagClassName
{
border-color: #2E7A93;
}
</style>