Shades of Astral #2E6F84
Tints of Astral #2E6F84
RGB
CMYK
RGB Variations
Color information
#2E6F84 (or 0x2E6F84) is known color: Astral. HEX triplet: 2E, 6F and 84. RGB value is (46,111,132). Sum of RGB (Red+Green+Blue) = 46+111+132=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E6F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6F84 is #D1907B. Grayscale: #5D5D5D. Windows color (decimal): -13734012 or 8679214. OLE color: 8679214.
HSL color Cylindrical-coordinate representation of color #2E6F84: hue angle of 194.65º degrees, saturation: 0.48, 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 #2E6F84 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 111 | 132 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.48 |
| HSL | 194.65º | 0.48% | 0.35% | - |
| HSV(B) | 194.65º | 0.65% | 0.52% | - |
| XYZ | 10.98 | 13.62 | 23.88 | - |
| YUV | 93.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 132 | 0.65 | 0.16 | 0 | 0.48 | 194.65 | 0.48 | 0.35 |
| Hex | 2E | 6F | 84 | 41 | 10 | 0 | 30 | C3 | 30 | 23 |
| Octal | 56 | 157 | 204 | 101 | 20 | 0 | 60 | 303 | 60 | 43 |
| Binary | 101110 | 1101111 | 10000100 | 1000001 | 10000 | 0 | 110000 | 11000011 | 110000 | 100011 |
Color Harmonies of #2E6F84
Complementary color
Monochromatic Colors of #2E6F84
Black with #2E6F84
Text Example
Text Example
White with #2E6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F84; }
p { color: rgb(46,111,132); }
H1.HeaderClassName
{
color: #2E6F84;
}
.AnyTagClassName
{
color: #2E6F84;
}
</style>
background-color css
<style>
a { background-color: #2E6F84; }
a { background-color: rgb(46,111,132); }
div.DivClassName
{
background-color: #2E6F84;
}
.BgClassName
{
background-color: #2E6F84;
}
</style>
border-color css
<style>
span { border-color: #2E6F84; }
span { border-color: rgb(46,111,132); }
td.TdClassName
{
border-color: #2E6F84;
}
.TagClassName
{
border-color: #2E6F84;
}
</style>