Shades of Astral #2E7887
Tints of Astral #2E7887
RGB
CMYK
RGB Variations
Color information
#2E7887 (or 0x2E7887) is known color: Astral. HEX triplet: 2E, 78 and 87. RGB value is (46,120,135). Sum of RGB (Red+Green+Blue) = 46+120+135=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E7887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7887 is #D18778. Grayscale: #636363. Windows color (decimal): -13731705 or 8878126. OLE color: 8878126.
HSL color Cylindrical-coordinate representation of color #2E7887: hue angle of 190.11º 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 #2E7887 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 120 | 135 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.47 |
| HSL | 190.11º | 0.49% | 0.35% | - |
| HSV(B) | 190.11º | 0.66% | 0.53% | - |
| XYZ | 12.22 | 15.76 | 25.32 | - |
| YUV | 99.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 135 | 0.66 | 0.11 | 0 | 0.47 | 190.11 | 0.49 | 0.35 |
| Hex | 2E | 78 | 87 | 42 | B | 0 | 2F | BE | 31 | 23 |
| Octal | 56 | 170 | 207 | 102 | 13 | 0 | 57 | 276 | 61 | 43 |
| Binary | 101110 | 1111000 | 10000111 | 1000010 | 1011 | 0 | 101111 | 10111110 | 110001 | 100011 |
Color Harmonies of #2E7887
Complementary color
Monochromatic Colors of #2E7887
Black with #2E7887
Text Example
Text Example
White with #2E7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7887; }
p { color: rgb(46,120,135); }
H1.HeaderClassName
{
color: #2E7887;
}
.AnyTagClassName
{
color: #2E7887;
}
</style>
background-color css
<style>
a { background-color: #2E7887; }
a { background-color: rgb(46,120,135); }
div.DivClassName
{
background-color: #2E7887;
}
.BgClassName
{
background-color: #2E7887;
}
</style>
border-color css
<style>
span { border-color: #2E7887; }
span { border-color: rgb(46,120,135); }
td.TdClassName
{
border-color: #2E7887;
}
.TagClassName
{
border-color: #2E7887;
}
</style>