Shades of Astral #2E6E82
Tints of Astral #2E6E82
RGB
CMYK
RGB Variations
Color information
#2E6E82 (or 0x2E6E82) is known color: Astral. HEX triplet: 2E, 6E and 82. RGB value is (46,110,130). Sum of RGB (Red+Green+Blue) = 46+110+130=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E6E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6E82 is #D1917D. Grayscale: #5C5C5C. Windows color (decimal): -13734270 or 8547886. OLE color: 8547886.
HSL color Cylindrical-coordinate representation of color #2E6E82: hue angle of 194.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E6E82 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 110 | 130 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.49 |
| HSL | 194.29º | 0.48% | 0.35% | - |
| HSV(B) | 194.29º | 0.65% | 0.51% | - |
| XYZ | 10.73 | 13.34 | 23.13 | - |
| YUV | 93.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 130 | 0.65 | 0.15 | 0 | 0.49 | 194.29 | 0.48 | 0.35 |
| Hex | 2E | 6E | 82 | 41 | F | 0 | 31 | C2 | 30 | 23 |
| Octal | 56 | 156 | 202 | 101 | 17 | 0 | 61 | 302 | 60 | 43 |
| Binary | 101110 | 1101110 | 10000010 | 1000001 | 1111 | 0 | 110001 | 11000010 | 110000 | 100011 |
Color Harmonies of #2E6E82
Complementary color
Monochromatic Colors of #2E6E82
Black with #2E6E82
Text Example
Text Example
White with #2E6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E82; }
p { color: rgb(46,110,130); }
H1.HeaderClassName
{
color: #2E6E82;
}
.AnyTagClassName
{
color: #2E6E82;
}
</style>
background-color css
<style>
a { background-color: #2E6E82; }
a { background-color: rgb(46,110,130); }
div.DivClassName
{
background-color: #2E6E82;
}
.BgClassName
{
background-color: #2E6E82;
}
</style>
border-color css
<style>
span { border-color: #2E6E82; }
span { border-color: rgb(46,110,130); }
td.TdClassName
{
border-color: #2E6E82;
}
.TagClassName
{
border-color: #2E6E82;
}
</style>