Shades of Astral #2E6A8E
Tints of Astral #2E6A8E
RGB
CMYK
RGB Variations
Color information
#2E6A8E (or 0x2E6A8E) is known color: Astral. HEX triplet: 2E, 6A and 8E. RGB value is (46,106,142). Sum of RGB (Red+Green+Blue) = 46+106+142=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E6A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6A8E is #D19571. Grayscale: #5B5B5B. Windows color (decimal): -13735282 or 9333294. OLE color: 9333294.
HSL color Cylindrical-coordinate representation of color #2E6A8E: hue angle of 202.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6A8E is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 106 | 142 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.44 |
| HSL | 202.5º | 0.51% | 0.37% | - |
| HSV(B) | 202.5º | 0.68% | 0.56% | - |
| XYZ | 11.16 | 12.84 | 27.48 | - |
| YUV | 92.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 142 | 0.68 | 0.25 | 0 | 0.44 | 202.5 | 0.51 | 0.37 |
| Hex | 2E | 6A | 8E | 44 | 19 | 0 | 2C | CA | 33 | 25 |
| Octal | 56 | 152 | 216 | 104 | 31 | 0 | 54 | 312 | 63 | 45 |
| Binary | 101110 | 1101010 | 10001110 | 1000100 | 11001 | 0 | 101100 | 11001010 | 110011 | 100101 |
Color Harmonies of #2E6A8E
Complementary color
Monochromatic Colors of #2E6A8E
Black with #2E6A8E
Text Example
Text Example
White with #2E6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A8E; }
p { color: rgb(46,106,142); }
H1.HeaderClassName
{
color: #2E6A8E;
}
.AnyTagClassName
{
color: #2E6A8E;
}
</style>
background-color css
<style>
a { background-color: #2E6A8E; }
a { background-color: rgb(46,106,142); }
div.DivClassName
{
background-color: #2E6A8E;
}
.BgClassName
{
background-color: #2E6A8E;
}
</style>
border-color css
<style>
span { border-color: #2E6A8E; }
span { border-color: rgb(46,106,142); }
td.TdClassName
{
border-color: #2E6A8E;
}
.TagClassName
{
border-color: #2E6A8E;
}
</style>