Shades of Astral #2E6A90
Tints of Astral #2E6A90
RGB
CMYK
RGB Variations
Color information
#2E6A90 (or 0x2E6A90) is known color: Astral. HEX triplet: 2E, 6A and 90. RGB value is (46,106,144). Sum of RGB (Red+Green+Blue) = 46+106+144=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E6A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6A90 is #D1956F. Grayscale: #5C5C5C. Windows color (decimal): -13735280 or 9464366. OLE color: 9464366.
HSL color Cylindrical-coordinate representation of color #2E6A90: hue angle of 203.27º degrees, saturation: 0.52, 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 #2E6A90 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 106 | 144 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.44 |
| HSL | 203.27º | 0.52% | 0.37% | - |
| HSV(B) | 203.27º | 0.68% | 0.56% | - |
| XYZ | 11.31 | 12.9 | 28.28 | - |
| YUV | 92.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 144 | 0.68 | 0.26 | 0 | 0.44 | 203.27 | 0.52 | 0.37 |
| Hex | 2E | 6A | 90 | 44 | 1A | 0 | 2C | CB | 34 | 25 |
| Octal | 56 | 152 | 220 | 104 | 32 | 0 | 54 | 313 | 64 | 45 |
| Binary | 101110 | 1101010 | 10010000 | 1000100 | 11010 | 0 | 101100 | 11001011 | 110100 | 100101 |
Color Harmonies of #2E6A90
Complementary color
Monochromatic Colors of #2E6A90
Black with #2E6A90
Text Example
Text Example
White with #2E6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A90; }
p { color: rgb(46,106,144); }
H1.HeaderClassName
{
color: #2E6A90;
}
.AnyTagClassName
{
color: #2E6A90;
}
</style>
background-color css
<style>
a { background-color: #2E6A90; }
a { background-color: rgb(46,106,144); }
div.DivClassName
{
background-color: #2E6A90;
}
.BgClassName
{
background-color: #2E6A90;
}
</style>
border-color css
<style>
span { border-color: #2E6A90; }
span { border-color: rgb(46,106,144); }
td.TdClassName
{
border-color: #2E6A90;
}
.TagClassName
{
border-color: #2E6A90;
}
</style>