Shades of Astral #2E687F
Tints of Astral #2E687F
RGB
CMYK
RGB Variations
Color information
#2E687F (or 0x2E687F) is known color: Astral. HEX triplet: 2E, 68 and 7F. RGB value is (46,104,127). Sum of RGB (Red+Green+Blue) = 46+104+127=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E687F is #D19780. Grayscale: #595959. Windows color (decimal): -13735809 or 8349742. OLE color: 8349742.
HSL color Cylindrical-coordinate representation of color #2E687F: hue angle of 197.04º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E687F is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 104 | 127 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.50 |
| HSL | 197.04º | 0.47% | 0.34% | - |
| HSV(B) | 197.04º | 0.64% | 0.5% | - |
| XYZ | 9.91 | 12.01 | 21.88 | - |
| YUV | 89.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 127 | 0.64 | 0.18 | 0 | 0.50 | 197.04 | 0.47 | 0.34 |
| Hex | 2E | 68 | 7F | 40 | 12 | 0 | 32 | C5 | 2F | 22 |
| Octal | 56 | 150 | 177 | 100 | 22 | 0 | 62 | 305 | 57 | 42 |
| Binary | 101110 | 1101000 | 1111111 | 1000000 | 10010 | 0 | 110010 | 11000101 | 101111 | 100010 |
Color Harmonies of #2E687F
Complementary color
Monochromatic Colors of #2E687F
Black with #2E687F
Text Example
Text Example
White with #2E687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E687F; }
p { color: rgb(46,104,127); }
H1.HeaderClassName
{
color: #2E687F;
}
.AnyTagClassName
{
color: #2E687F;
}
</style>
background-color css
<style>
a { background-color: #2E687F; }
a { background-color: rgb(46,104,127); }
div.DivClassName
{
background-color: #2E687F;
}
.BgClassName
{
background-color: #2E687F;
}
</style>
border-color css
<style>
span { border-color: #2E687F; }
span { border-color: rgb(46,104,127); }
td.TdClassName
{
border-color: #2E687F;
}
.TagClassName
{
border-color: #2E687F;
}
</style>