Shades of Astral #2E678B
Tints of Astral #2E678B
RGB
CMYK
RGB Variations
Color information
#2E678B (or 0x2E678B) is known color: Astral. HEX triplet: 2E, 67 and 8B. RGB value is (46,103,139). Sum of RGB (Red+Green+Blue) = 46+103+139=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E678B is #D19874. Grayscale: #595959. Windows color (decimal): -13736053 or 9135918. OLE color: 9135918.
HSL color Cylindrical-coordinate representation of color #2E678B: hue angle of 203.23º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E678B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 103 | 139 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.45 |
| HSL | 203.23º | 0.5% | 0.36% | - |
| HSV(B) | 203.23º | 0.67% | 0.55% | - |
| XYZ | 10.64 | 12.15 | 26.21 | - |
| YUV | 90.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 139 | 0.67 | 0.26 | 0 | 0.45 | 203.23 | 0.5 | 0.36 |
| Hex | 2E | 67 | 8B | 43 | 1A | 0 | 2D | CB | 32 | 24 |
| Octal | 56 | 147 | 213 | 103 | 32 | 0 | 55 | 313 | 62 | 44 |
| Binary | 101110 | 1100111 | 10001011 | 1000011 | 11010 | 0 | 101101 | 11001011 | 110010 | 100100 |
Color Harmonies of #2E678B
Complementary color
Monochromatic Colors of #2E678B
Black with #2E678B
Text Example
Text Example
White with #2E678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E678B; }
p { color: rgb(46,103,139); }
H1.HeaderClassName
{
color: #2E678B;
}
.AnyTagClassName
{
color: #2E678B;
}
</style>
background-color css
<style>
a { background-color: #2E678B; }
a { background-color: rgb(46,103,139); }
div.DivClassName
{
background-color: #2E678B;
}
.BgClassName
{
background-color: #2E678B;
}
</style>
border-color css
<style>
span { border-color: #2E678B; }
span { border-color: rgb(46,103,139); }
td.TdClassName
{
border-color: #2E678B;
}
.TagClassName
{
border-color: #2E678B;
}
</style>