Shades of Astral #2E7792
Tints of Astral #2E7792
RGB
CMYK
RGB Variations
Color information
#2E7792 (or 0x2E7792) is known color: Astral. HEX triplet: 2E, 77 and 92. RGB value is (46,119,146). Sum of RGB (Red+Green+Blue) = 46+119+146=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E7792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7792 is #D1886D. Grayscale: #646464. Windows color (decimal): -13731950 or 9598766. OLE color: 9598766.
HSL color Cylindrical-coordinate representation of color #2E7792: hue angle of 196.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E7792 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 119 | 146 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.43 |
| HSL | 196.2º | 0.52% | 0.38% | - |
| HSV(B) | 196.2º | 0.68% | 0.57% | - |
| XYZ | 12.91 | 15.85 | 29.57 | - |
| YUV | 100.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 146 | 0.68 | 0.18 | 0 | 0.43 | 196.2 | 0.52 | 0.38 |
| Hex | 2E | 77 | 92 | 44 | 12 | 0 | 2B | C4 | 34 | 26 |
| Octal | 56 | 167 | 222 | 104 | 22 | 0 | 53 | 304 | 64 | 46 |
| Binary | 101110 | 1110111 | 10010010 | 1000100 | 10010 | 0 | 101011 | 11000100 | 110100 | 100110 |
Color Harmonies of #2E7792
Complementary color
Monochromatic Colors of #2E7792
Black with #2E7792
Text Example
Text Example
White with #2E7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7792; }
p { color: rgb(46,119,146); }
H1.HeaderClassName
{
color: #2E7792;
}
.AnyTagClassName
{
color: #2E7792;
}
</style>
background-color css
<style>
a { background-color: #2E7792; }
a { background-color: rgb(46,119,146); }
div.DivClassName
{
background-color: #2E7792;
}
.BgClassName
{
background-color: #2E7792;
}
</style>
border-color css
<style>
span { border-color: #2E7792; }
span { border-color: rgb(46,119,146); }
td.TdClassName
{
border-color: #2E7792;
}
.TagClassName
{
border-color: #2E7792;
}
</style>