Shades of Astral #2E6988
Tints of Astral #2E6988
RGB
CMYK
RGB Variations
Color information
#2E6988 (or 0x2E6988) is known color: Astral. HEX triplet: 2E, 69 and 88. RGB value is (46,105,136). Sum of RGB (Red+Green+Blue) = 46+105+136=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E6988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6988 is #D19677. Grayscale: #5A5A5A. Windows color (decimal): -13735544 or 8939822. OLE color: 8939822.
HSL color Cylindrical-coordinate representation of color #2E6988: hue angle of 200.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6988 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 105 | 136 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.47 |
| HSL | 200.67º | 0.49% | 0.36% | - |
| HSV(B) | 200.67º | 0.66% | 0.53% | - |
| XYZ | 10.62 | 12.46 | 25.14 | - |
| YUV | 90.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 136 | 0.66 | 0.23 | 0 | 0.47 | 200.67 | 0.49 | 0.36 |
| Hex | 2E | 69 | 88 | 42 | 17 | 0 | 2F | C9 | 31 | 24 |
| Octal | 56 | 151 | 210 | 102 | 27 | 0 | 57 | 311 | 61 | 44 |
| Binary | 101110 | 1101001 | 10001000 | 1000010 | 10111 | 0 | 101111 | 11001001 | 110001 | 100100 |
Color Harmonies of #2E6988
Complementary color
Monochromatic Colors of #2E6988
Black with #2E6988
Text Example
Text Example
White with #2E6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6988; }
p { color: rgb(46,105,136); }
H1.HeaderClassName
{
color: #2E6988;
}
.AnyTagClassName
{
color: #2E6988;
}
</style>
background-color css
<style>
a { background-color: #2E6988; }
a { background-color: rgb(46,105,136); }
div.DivClassName
{
background-color: #2E6988;
}
.BgClassName
{
background-color: #2E6988;
}
</style>
border-color css
<style>
span { border-color: #2E6988; }
span { border-color: rgb(46,105,136); }
td.TdClassName
{
border-color: #2E6988;
}
.TagClassName
{
border-color: #2E6988;
}
</style>