Shades of Astral #2E7491
Tints of Astral #2E7491
RGB
CMYK
RGB Variations
Color information
#2E7491 (or 0x2E7491) is known color: Astral. HEX triplet: 2E, 74 and 91. RGB value is (46,116,145). Sum of RGB (Red+Green+Blue) = 46+116+145=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7491 is #D18B6E. Grayscale: #626262. Windows color (decimal): -13732719 or 9532462. OLE color: 9532462.
HSL color Cylindrical-coordinate representation of color #2E7491: hue angle of 197.58º 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 #2E7491 is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 116 | 145 | - |
| CMYK | 0.68 | 0.2 | 0 | 0.43 |
| HSL | 197.58º | 0.52% | 0.37% | - |
| HSV(B) | 197.58º | 0.68% | 0.57% | - |
| XYZ | 12.48 | 15.12 | 29.05 | - |
| YUV | 98.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 145 | 0.68 | 0.2 | 0 | 0.43 | 197.58 | 0.52 | 0.37 |
| Hex | 2E | 74 | 91 | 44 | 14 | 0 | 2B | C6 | 34 | 25 |
| Octal | 56 | 164 | 221 | 104 | 24 | 0 | 53 | 306 | 64 | 45 |
| Binary | 101110 | 1110100 | 10010001 | 1000100 | 10100 | 0 | 101011 | 11000110 | 110100 | 100101 |
Color Harmonies of #2E7491
Complementary color
Monochromatic Colors of #2E7491
Black with #2E7491
Text Example
Text Example
White with #2E7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7491; }
p { color: rgb(46,116,145); }
H1.HeaderClassName
{
color: #2E7491;
}
.AnyTagClassName
{
color: #2E7491;
}
</style>
background-color css
<style>
a { background-color: #2E7491; }
a { background-color: rgb(46,116,145); }
div.DivClassName
{
background-color: #2E7491;
}
.BgClassName
{
background-color: #2E7491;
}
</style>
border-color css
<style>
span { border-color: #2E7491; }
span { border-color: rgb(46,116,145); }
td.TdClassName
{
border-color: #2E7491;
}
.TagClassName
{
border-color: #2E7491;
}
</style>