Shades of Astral #2E6E81
Tints of Astral #2E6E81
RGB
CMYK
RGB Variations
Color information
#2E6E81 (or 0x2E6E81) is known color: Astral. HEX triplet: 2E, 6E and 81. RGB value is (46,110,129). Sum of RGB (Red+Green+Blue) = 46+110+129=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #2E6E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6E81 is #D1917E. Grayscale: #5C5C5C. Windows color (decimal): -13734271 or 8482350. OLE color: 8482350.
HSL color Cylindrical-coordinate representation of color #2E6E81: hue angle of 193.73º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E6E81 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 110 | 129 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.49 |
| HSL | 193.73º | 0.47% | 0.34% | - |
| HSV(B) | 193.73º | 0.64% | 0.51% | - |
| XYZ | 10.67 | 13.32 | 22.78 | - |
| YUV | 93.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 129 | 0.64 | 0.15 | 0 | 0.49 | 193.73 | 0.47 | 0.34 |
| Hex | 2E | 6E | 81 | 40 | F | 0 | 31 | C2 | 2F | 22 |
| Octal | 56 | 156 | 201 | 100 | 17 | 0 | 61 | 302 | 57 | 42 |
| Binary | 101110 | 1101110 | 10000001 | 1000000 | 1111 | 0 | 110001 | 11000010 | 101111 | 100010 |
Color Harmonies of #2E6E81
Complementary color
Monochromatic Colors of #2E6E81
Black with #2E6E81
Text Example
Text Example
White with #2E6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E81; }
p { color: rgb(46,110,129); }
H1.HeaderClassName
{
color: #2E6E81;
}
.AnyTagClassName
{
color: #2E6E81;
}
</style>
background-color css
<style>
a { background-color: #2E6E81; }
a { background-color: rgb(46,110,129); }
div.DivClassName
{
background-color: #2E6E81;
}
.BgClassName
{
background-color: #2E6E81;
}
</style>
border-color css
<style>
span { border-color: #2E6E81; }
span { border-color: rgb(46,110,129); }
td.TdClassName
{
border-color: #2E6E81;
}
.TagClassName
{
border-color: #2E6E81;
}
</style>