Shades of Astral #2E6789
Tints of Astral #2E6789
RGB
CMYK
RGB Variations
Color information
#2E6789 (or 0x2E6789) is known color: Astral. HEX triplet: 2E, 67 and 89. RGB value is (46,103,137). Sum of RGB (Red+Green+Blue) = 46+103+137=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6789 is #D19876. Grayscale: #595959. Windows color (decimal): -13736055 or 9004846. OLE color: 9004846.
HSL color Cylindrical-coordinate representation of color #2E6789: hue angle of 202.42º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6789 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 103 | 137 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.46 |
| HSL | 202.42º | 0.5% | 0.36% | - |
| HSV(B) | 202.42º | 0.66% | 0.54% | - |
| XYZ | 10.49 | 12.09 | 25.45 | - |
| YUV | 89.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 137 | 0.66 | 0.25 | 0 | 0.46 | 202.42 | 0.5 | 0.36 |
| Hex | 2E | 67 | 89 | 42 | 19 | 0 | 2E | CA | 32 | 24 |
| Octal | 56 | 147 | 211 | 102 | 31 | 0 | 56 | 312 | 62 | 44 |
| Binary | 101110 | 1100111 | 10001001 | 1000010 | 11001 | 0 | 101110 | 11001010 | 110010 | 100100 |
Color Harmonies of #2E6789
Complementary color
Monochromatic Colors of #2E6789
Black with #2E6789
Text Example
Text Example
White with #2E6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6789; }
p { color: rgb(46,103,137); }
H1.HeaderClassName
{
color: #2E6789;
}
.AnyTagClassName
{
color: #2E6789;
}
</style>
background-color css
<style>
a { background-color: #2E6789; }
a { background-color: rgb(46,103,137); }
div.DivClassName
{
background-color: #2E6789;
}
.BgClassName
{
background-color: #2E6789;
}
</style>
border-color css
<style>
span { border-color: #2E6789; }
span { border-color: rgb(46,103,137); }
td.TdClassName
{
border-color: #2E6789;
}
.TagClassName
{
border-color: #2E6789;
}
</style>