Shades of Astral #2E758B
Tints of Astral #2E758B
RGB
CMYK
RGB Variations
Color information
#2E758B (or 0x2E758B) is known color: Astral. HEX triplet: 2E, 75 and 8B. RGB value is (46,117,139). Sum of RGB (Red+Green+Blue) = 46+117+139=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E758B is #D18A74. Grayscale: #626262. Windows color (decimal): -13732469 or 9139502. OLE color: 9139502.
HSL color Cylindrical-coordinate representation of color #2E758B: hue angle of 194.19º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E758B is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 117 | 139 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.45 |
| HSL | 194.19º | 0.5% | 0.36% | - |
| HSV(B) | 194.19º | 0.67% | 0.55% | - |
| XYZ | 12.15 | 15.17 | 26.71 | - |
| YUV | 98.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 139 | 0.67 | 0.16 | 0 | 0.45 | 194.19 | 0.5 | 0.36 |
| Hex | 2E | 75 | 8B | 43 | 10 | 0 | 2D | C2 | 32 | 24 |
| Octal | 56 | 165 | 213 | 103 | 20 | 0 | 55 | 302 | 62 | 44 |
| Binary | 101110 | 1110101 | 10001011 | 1000011 | 10000 | 0 | 101101 | 11000010 | 110010 | 100100 |
Color Harmonies of #2E758B
Complementary color
Monochromatic Colors of #2E758B
Black with #2E758B
Text Example
Text Example
White with #2E758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E758B; }
p { color: rgb(46,117,139); }
H1.HeaderClassName
{
color: #2E758B;
}
.AnyTagClassName
{
color: #2E758B;
}
</style>
background-color css
<style>
a { background-color: #2E758B; }
a { background-color: rgb(46,117,139); }
div.DivClassName
{
background-color: #2E758B;
}
.BgClassName
{
background-color: #2E758B;
}
</style>
border-color css
<style>
span { border-color: #2E758B; }
span { border-color: rgb(46,117,139); }
td.TdClassName
{
border-color: #2E758B;
}
.TagClassName
{
border-color: #2E758B;
}
</style>