Shades of Astral #2E7685
Tints of Astral #2E7685
RGB
CMYK
RGB Variations
Color information
#2E7685 (or 0x2E7685) is known color: Astral. HEX triplet: 2E, 76 and 85. RGB value is (46,118,133). Sum of RGB (Red+Green+Blue) = 46+118+133=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7685 is #D1897A. Grayscale: #626262. Windows color (decimal): -13732219 or 8746542. OLE color: 8746542.
HSL color Cylindrical-coordinate representation of color #2E7685: hue angle of 190.34º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7685 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 118 | 133 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.48 |
| HSL | 190.34º | 0.49% | 0.35% | - |
| HSV(B) | 190.34º | 0.65% | 0.52% | - |
| XYZ | 11.84 | 15.23 | 24.51 | - |
| YUV | 98.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 133 | 0.65 | 0.11 | 0 | 0.48 | 190.34 | 0.49 | 0.35 |
| Hex | 2E | 76 | 85 | 41 | B | 0 | 30 | BE | 31 | 23 |
| Octal | 56 | 166 | 205 | 101 | 13 | 0 | 60 | 276 | 61 | 43 |
| Binary | 101110 | 1110110 | 10000101 | 1000001 | 1011 | 0 | 110000 | 10111110 | 110001 | 100011 |
Color Harmonies of #2E7685
Complementary color
Monochromatic Colors of #2E7685
Black with #2E7685
Text Example
Text Example
White with #2E7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7685; }
p { color: rgb(46,118,133); }
H1.HeaderClassName
{
color: #2E7685;
}
.AnyTagClassName
{
color: #2E7685;
}
</style>
background-color css
<style>
a { background-color: #2E7685; }
a { background-color: rgb(46,118,133); }
div.DivClassName
{
background-color: #2E7685;
}
.BgClassName
{
background-color: #2E7685;
}
</style>
border-color css
<style>
span { border-color: #2E7685; }
span { border-color: rgb(46,118,133); }
td.TdClassName
{
border-color: #2E7685;
}
.TagClassName
{
border-color: #2E7685;
}
</style>