Shades of Astral #2E7688
Tints of Astral #2E7688
RGB
CMYK
RGB Variations
Color information
#2E7688 (or 0x2E7688) is known color: Astral. HEX triplet: 2E, 76 and 88. RGB value is (46,118,136). Sum of RGB (Red+Green+Blue) = 46+118+136=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E7688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7688 is #D18977. Grayscale: #626262. Windows color (decimal): -13732216 or 8943150. OLE color: 8943150.
HSL color Cylindrical-coordinate representation of color #2E7688: hue angle of 192º 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 #2E7688 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 118 | 136 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.47 |
| HSL | 192º | 0.49% | 0.36% | - |
| HSV(B) | 192º | 0.66% | 0.53% | - |
| XYZ | 12.05 | 15.32 | 25.61 | - |
| YUV | 98.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 136 | 0.66 | 0.13 | 0 | 0.47 | 192 | 0.49 | 0.36 |
| Hex | 2E | 76 | 88 | 42 | D | 0 | 2F | C0 | 31 | 24 |
| Octal | 56 | 166 | 210 | 102 | 15 | 0 | 57 | 300 | 61 | 44 |
| Binary | 101110 | 1110110 | 10001000 | 1000010 | 1101 | 0 | 101111 | 11000000 | 110001 | 100100 |
Color Harmonies of #2E7688
Complementary color
Monochromatic Colors of #2E7688
Black with #2E7688
Text Example
Text Example
White with #2E7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7688; }
p { color: rgb(46,118,136); }
H1.HeaderClassName
{
color: #2E7688;
}
.AnyTagClassName
{
color: #2E7688;
}
</style>
background-color css
<style>
a { background-color: #2E7688; }
a { background-color: rgb(46,118,136); }
div.DivClassName
{
background-color: #2E7688;
}
.BgClassName
{
background-color: #2E7688;
}
</style>
border-color css
<style>
span { border-color: #2E7688; }
span { border-color: rgb(46,118,136); }
td.TdClassName
{
border-color: #2E7688;
}
.TagClassName
{
border-color: #2E7688;
}
</style>