Shades of Astral #2E678C
Tints of Astral #2E678C
RGB
CMYK
RGB Variations
Color information
#2E678C (or 0x2E678C) is known color: Astral. HEX triplet: 2E, 67 and 8C. RGB value is (46,103,140). Sum of RGB (Red+Green+Blue) = 46+103+140=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E678C is #D19873. Grayscale: #595959. Windows color (decimal): -13736052 or 9201454. OLE color: 9201454.
HSL color Cylindrical-coordinate representation of color #2E678C: hue angle of 203.62º degrees, saturation: 0.51, 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 #2E678C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 103 | 140 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.45 |
| HSL | 203.62º | 0.51% | 0.36% | - |
| HSV(B) | 203.62º | 0.67% | 0.55% | - |
| XYZ | 10.71 | 12.17 | 26.6 | - |
| YUV | 90.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 140 | 0.67 | 0.26 | 0 | 0.45 | 203.62 | 0.51 | 0.36 |
| Hex | 2E | 67 | 8C | 43 | 1A | 0 | 2D | CC | 33 | 24 |
| Octal | 56 | 147 | 214 | 103 | 32 | 0 | 55 | 314 | 63 | 44 |
| Binary | 101110 | 1100111 | 10001100 | 1000011 | 11010 | 0 | 101101 | 11001100 | 110011 | 100100 |
Color Harmonies of #2E678C
Complementary color
Monochromatic Colors of #2E678C
Black with #2E678C
Text Example
Text Example
White with #2E678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E678C; }
p { color: rgb(46,103,140); }
H1.HeaderClassName
{
color: #2E678C;
}
.AnyTagClassName
{
color: #2E678C;
}
</style>
background-color css
<style>
a { background-color: #2E678C; }
a { background-color: rgb(46,103,140); }
div.DivClassName
{
background-color: #2E678C;
}
.BgClassName
{
background-color: #2E678C;
}
</style>
border-color css
<style>
span { border-color: #2E678C; }
span { border-color: rgb(46,103,140); }
td.TdClassName
{
border-color: #2E678C;
}
.TagClassName
{
border-color: #2E678C;
}
</style>