Shades of Astral #2E7487
Tints of Astral #2E7487
RGB
CMYK
RGB Variations
Color information
#2E7487 (or 0x2E7487) is known color: Astral. HEX triplet: 2E, 74 and 87. RGB value is (46,116,135). Sum of RGB (Red+Green+Blue) = 46+116+135=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E7487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7487 is #D18B78. Grayscale: #616161. Windows color (decimal): -13732729 or 8877102. OLE color: 8877102.
HSL color Cylindrical-coordinate representation of color #2E7487: hue angle of 192.81º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7487 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 116 | 135 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.47 |
| HSL | 192.81º | 0.49% | 0.35% | - |
| HSV(B) | 192.81º | 0.66% | 0.53% | - |
| XYZ | 11.75 | 14.82 | 25.16 | - |
| YUV | 97.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 135 | 0.66 | 0.14 | 0 | 0.47 | 192.81 | 0.49 | 0.35 |
| Hex | 2E | 74 | 87 | 42 | E | 0 | 2F | C1 | 31 | 23 |
| Octal | 56 | 164 | 207 | 102 | 16 | 0 | 57 | 301 | 61 | 43 |
| Binary | 101110 | 1110100 | 10000111 | 1000010 | 1110 | 0 | 101111 | 11000001 | 110001 | 100011 |
Color Harmonies of #2E7487
Complementary color
Monochromatic Colors of #2E7487
Black with #2E7487
Text Example
Text Example
White with #2E7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7487; }
p { color: rgb(46,116,135); }
H1.HeaderClassName
{
color: #2E7487;
}
.AnyTagClassName
{
color: #2E7487;
}
</style>
background-color css
<style>
a { background-color: #2E7487; }
a { background-color: rgb(46,116,135); }
div.DivClassName
{
background-color: #2E7487;
}
.BgClassName
{
background-color: #2E7487;
}
</style>
border-color css
<style>
span { border-color: #2E7487; }
span { border-color: rgb(46,116,135); }
td.TdClassName
{
border-color: #2E7487;
}
.TagClassName
{
border-color: #2E7487;
}
</style>