Shades of Astral #2E7795
Tints of Astral #2E7795
RGB
CMYK
RGB Variations
Color information
#2E7795 (or 0x2E7795) is known color: Astral. HEX triplet: 2E, 77 and 95. RGB value is (46,119,149). Sum of RGB (Red+Green+Blue) = 46+119+149=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7795 is #D1886A. Grayscale: #646464. Windows color (decimal): -13731947 or 9795374. OLE color: 9795374.
HSL color Cylindrical-coordinate representation of color #2E7795: hue angle of 197.48º 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 #2E7795 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 119 | 149 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.42 |
| HSL | 197.48º | 0.53% | 0.38% | - |
| HSV(B) | 197.48º | 0.69% | 0.58% | - |
| XYZ | 13.15 | 15.94 | 30.82 | - |
| YUV | 100.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 149 | 0.69 | 0.20 | 0 | 0.42 | 197.48 | 0.53 | 0.38 |
| Hex | 2E | 77 | 95 | 45 | 14 | 0 | 2A | C5 | 35 | 26 |
| Octal | 56 | 167 | 225 | 105 | 24 | 0 | 52 | 305 | 65 | 46 |
| Binary | 101110 | 1110111 | 10010101 | 1000101 | 10100 | 0 | 101010 | 11000101 | 110101 | 100110 |
Color Harmonies of #2E7795
Complementary color
Monochromatic Colors of #2E7795
Black with #2E7795
Text Example
Text Example
White with #2E7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7795; }
p { color: rgb(46,119,149); }
H1.HeaderClassName
{
color: #2E7795;
}
.AnyTagClassName
{
color: #2E7795;
}
</style>
background-color css
<style>
a { background-color: #2E7795; }
a { background-color: rgb(46,119,149); }
div.DivClassName
{
background-color: #2E7795;
}
.BgClassName
{
background-color: #2E7795;
}
</style>
border-color css
<style>
span { border-color: #2E7795; }
span { border-color: rgb(46,119,149); }
td.TdClassName
{
border-color: #2E7795;
}
.TagClassName
{
border-color: #2E7795;
}
</style>