Shades of Astral #2E7B94
Tints of Astral #2E7B94
RGB
CMYK
RGB Variations
Color information
#2E7B94 (or 0x2E7B94) is known color: Astral. HEX triplet: 2E, 7B and 94. RGB value is (46,123,148). Sum of RGB (Red+Green+Blue) = 46+123+148=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E7B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7B94 is #D1846B. Grayscale: #666666. Windows color (decimal): -13730924 or 9730862. OLE color: 9730862.
HSL color Cylindrical-coordinate representation of color #2E7B94: hue angle of 194.71º 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 #2E7B94 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 123 | 148 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.42 |
| HSL | 194.71º | 0.53% | 0.38% | - |
| HSV(B) | 194.71º | 0.69% | 0.58% | - |
| XYZ | 13.55 | 16.88 | 30.56 | - |
| YUV | 102.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 148 | 0.69 | 0.17 | 0 | 0.42 | 194.71 | 0.53 | 0.38 |
| Hex | 2E | 7B | 94 | 45 | 11 | 0 | 2A | C3 | 35 | 26 |
| Octal | 56 | 173 | 224 | 105 | 21 | 0 | 52 | 303 | 65 | 46 |
| Binary | 101110 | 1111011 | 10010100 | 1000101 | 10001 | 0 | 101010 | 11000011 | 110101 | 100110 |
Color Harmonies of #2E7B94
Complementary color
Monochromatic Colors of #2E7B94
Black with #2E7B94
Text Example
Text Example
White with #2E7B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7B94; }
p { color: rgb(46,123,148); }
H1.HeaderClassName
{
color: #2E7B94;
}
.AnyTagClassName
{
color: #2E7B94;
}
</style>
background-color css
<style>
a { background-color: #2E7B94; }
a { background-color: rgb(46,123,148); }
div.DivClassName
{
background-color: #2E7B94;
}
.BgClassName
{
background-color: #2E7B94;
}
</style>
border-color css
<style>
span { border-color: #2E7B94; }
span { border-color: rgb(46,123,148); }
td.TdClassName
{
border-color: #2E7B94;
}
.TagClassName
{
border-color: #2E7B94;
}
</style>