Shades of Astral #2E6887
Tints of Astral #2E6887
RGB
CMYK
RGB Variations
Color information
#2E6887 (or 0x2E6887) is known color: Astral. HEX triplet: 2E, 68 and 87. RGB value is (46,104,135). Sum of RGB (Red+Green+Blue) = 46+104+135=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E6887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6887 is #D19778. Grayscale: #5A5A5A. Windows color (decimal): -13735801 or 8874030. OLE color: 8874030.
HSL color Cylindrical-coordinate representation of color #2E6887: hue angle of 200.9º 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 #2E6887 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 104 | 135 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.47 |
| HSL | 200.9º | 0.49% | 0.35% | - |
| HSV(B) | 200.9º | 0.66% | 0.53% | - |
| XYZ | 10.45 | 12.23 | 24.73 | - |
| YUV | 90.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 135 | 0.66 | 0.23 | 0 | 0.47 | 200.9 | 0.49 | 0.35 |
| Hex | 2E | 68 | 87 | 42 | 17 | 0 | 2F | C9 | 31 | 23 |
| Octal | 56 | 150 | 207 | 102 | 27 | 0 | 57 | 311 | 61 | 43 |
| Binary | 101110 | 1101000 | 10000111 | 1000010 | 10111 | 0 | 101111 | 11001001 | 110001 | 100011 |
Color Harmonies of #2E6887
Complementary color
Monochromatic Colors of #2E6887
Black with #2E6887
Text Example
Text Example
White with #2E6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6887; }
p { color: rgb(46,104,135); }
H1.HeaderClassName
{
color: #2E6887;
}
.AnyTagClassName
{
color: #2E6887;
}
</style>
background-color css
<style>
a { background-color: #2E6887; }
a { background-color: rgb(46,104,135); }
div.DivClassName
{
background-color: #2E6887;
}
.BgClassName
{
background-color: #2E6887;
}
</style>
border-color css
<style>
span { border-color: #2E6887; }
span { border-color: rgb(46,104,135); }
td.TdClassName
{
border-color: #2E6887;
}
.TagClassName
{
border-color: #2E6887;
}
</style>