Shades of Astral #2E7188
Tints of Astral #2E7188
RGB
CMYK
RGB Variations
Color information
#2E7188 (or 0x2E7188) is known color: Astral. HEX triplet: 2E, 71 and 88. RGB value is (46,113,136). Sum of RGB (Red+Green+Blue) = 46+113+136=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7188 is #D18E77. Grayscale: #5F5F5F. Windows color (decimal): -13733496 or 8941870. OLE color: 8941870.
HSL color Cylindrical-coordinate representation of color #2E7188: hue angle of 195.33º 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 #2E7188 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 113 | 136 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.47 |
| HSL | 195.33º | 0.49% | 0.36% | - |
| HSV(B) | 195.33º | 0.66% | 0.53% | - |
| XYZ | 11.48 | 14.17 | 25.42 | - |
| YUV | 95.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 136 | 0.66 | 0.17 | 0 | 0.47 | 195.33 | 0.49 | 0.36 |
| Hex | 2E | 71 | 88 | 42 | 11 | 0 | 2F | C3 | 31 | 24 |
| Octal | 56 | 161 | 210 | 102 | 21 | 0 | 57 | 303 | 61 | 44 |
| Binary | 101110 | 1110001 | 10001000 | 1000010 | 10001 | 0 | 101111 | 11000011 | 110001 | 100100 |
Color Harmonies of #2E7188
Complementary color
Monochromatic Colors of #2E7188
Black with #2E7188
Text Example
Text Example
White with #2E7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7188; }
p { color: rgb(46,113,136); }
H1.HeaderClassName
{
color: #2E7188;
}
.AnyTagClassName
{
color: #2E7188;
}
</style>
background-color css
<style>
a { background-color: #2E7188; }
a { background-color: rgb(46,113,136); }
div.DivClassName
{
background-color: #2E7188;
}
.BgClassName
{
background-color: #2E7188;
}
</style>
border-color css
<style>
span { border-color: #2E7188; }
span { border-color: rgb(46,113,136); }
td.TdClassName
{
border-color: #2E7188;
}
.TagClassName
{
border-color: #2E7188;
}
</style>