Shades of Astral #2E758D
Tints of Astral #2E758D
RGB
CMYK
RGB Variations
Color information
#2E758D (or 0x2E758D) is known color: Astral. HEX triplet: 2E, 75 and 8D. RGB value is (46,117,141). Sum of RGB (Red+Green+Blue) = 46+117+141=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E758D is #D18A72. Grayscale: #626262. Windows color (decimal): -13732467 or 9270574. OLE color: 9270574.
HSL color Cylindrical-coordinate representation of color #2E758D: hue angle of 195.16º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E758D is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 117 | 141 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.45 |
| HSL | 195.16º | 0.51% | 0.37% | - |
| HSV(B) | 195.16º | 0.67% | 0.55% | - |
| XYZ | 12.3 | 15.23 | 27.49 | - |
| YUV | 98.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 141 | 0.67 | 0.17 | 0 | 0.45 | 195.16 | 0.51 | 0.37 |
| Hex | 2E | 75 | 8D | 43 | 11 | 0 | 2D | C3 | 33 | 25 |
| Octal | 56 | 165 | 215 | 103 | 21 | 0 | 55 | 303 | 63 | 45 |
| Binary | 101110 | 1110101 | 10001101 | 1000011 | 10001 | 0 | 101101 | 11000011 | 110011 | 100101 |
Color Harmonies of #2E758D
Complementary color
Monochromatic Colors of #2E758D
Black with #2E758D
Text Example
Text Example
White with #2E758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E758D; }
p { color: rgb(46,117,141); }
H1.HeaderClassName
{
color: #2E758D;
}
.AnyTagClassName
{
color: #2E758D;
}
</style>
background-color css
<style>
a { background-color: #2E758D; }
a { background-color: rgb(46,117,141); }
div.DivClassName
{
background-color: #2E758D;
}
.BgClassName
{
background-color: #2E758D;
}
</style>
border-color css
<style>
span { border-color: #2E758D; }
span { border-color: rgb(46,117,141); }
td.TdClassName
{
border-color: #2E758D;
}
.TagClassName
{
border-color: #2E758D;
}
</style>