Shades of Astral #2E678D
Tints of Astral #2E678D
RGB
CMYK
RGB Variations
Color information
#2E678D (or 0x2E678D) is known color: Astral. HEX triplet: 2E, 67 and 8D. RGB value is (46,103,141). Sum of RGB (Red+Green+Blue) = 46+103+141=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E678D is #D19872. Grayscale: #5A5A5A. Windows color (decimal): -13736051 or 9266990. OLE color: 9266990.
HSL color Cylindrical-coordinate representation of color #2E678D: hue angle of 204º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E678D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 103 | 141 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.45 |
| HSL | 204º | 0.51% | 0.37% | - |
| HSV(B) | 204º | 0.67% | 0.55% | - |
| XYZ | 10.78 | 12.2 | 26.99 | - |
| YUV | 90.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 141 | 0.67 | 0.27 | 0 | 0.45 | 204 | 0.51 | 0.37 |
| Hex | 2E | 67 | 8D | 43 | 1B | 0 | 2D | CC | 33 | 25 |
| Octal | 56 | 147 | 215 | 103 | 33 | 0 | 55 | 314 | 63 | 45 |
| Binary | 101110 | 1100111 | 10001101 | 1000011 | 11011 | 0 | 101101 | 11001100 | 110011 | 100101 |
Color Harmonies of #2E678D
Complementary color
Monochromatic Colors of #2E678D
Black with #2E678D
Text Example
Text Example
White with #2E678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E678D; }
p { color: rgb(46,103,141); }
H1.HeaderClassName
{
color: #2E678D;
}
.AnyTagClassName
{
color: #2E678D;
}
</style>
background-color css
<style>
a { background-color: #2E678D; }
a { background-color: rgb(46,103,141); }
div.DivClassName
{
background-color: #2E678D;
}
.BgClassName
{
background-color: #2E678D;
}
</style>
border-color css
<style>
span { border-color: #2E678D; }
span { border-color: rgb(46,103,141); }
td.TdClassName
{
border-color: #2E678D;
}
.TagClassName
{
border-color: #2E678D;
}
</style>