Shades of Astral #2E6A7F
Tints of Astral #2E6A7F
RGB
CMYK
RGB Variations
Color information
#2E6A7F (or 0x2E6A7F) is known color: Astral. HEX triplet: 2E, 6A and 7F. RGB value is (46,106,127). Sum of RGB (Red+Green+Blue) = 46+106+127=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E6A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A7F is #D19580. Grayscale: #5A5A5A. Windows color (decimal): -13735297 or 8350254. OLE color: 8350254.
HSL color Cylindrical-coordinate representation of color #2E6A7F: hue angle of 195.56º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E6A7F is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 106 | 127 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.50 |
| HSL | 195.56º | 0.47% | 0.34% | - |
| HSV(B) | 195.56º | 0.64% | 0.5% | - |
| XYZ | 10.11 | 12.42 | 21.94 | - |
| YUV | 90.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 127 | 0.64 | 0.17 | 0 | 0.50 | 195.56 | 0.47 | 0.34 |
| Hex | 2E | 6A | 7F | 40 | 11 | 0 | 32 | C4 | 2F | 22 |
| Octal | 56 | 152 | 177 | 100 | 21 | 0 | 62 | 304 | 57 | 42 |
| Binary | 101110 | 1101010 | 1111111 | 1000000 | 10001 | 0 | 110010 | 11000100 | 101111 | 100010 |
Color Harmonies of #2E6A7F
Complementary color
Monochromatic Colors of #2E6A7F
Black with #2E6A7F
Text Example
Text Example
White with #2E6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A7F; }
p { color: rgb(46,106,127); }
H1.HeaderClassName
{
color: #2E6A7F;
}
.AnyTagClassName
{
color: #2E6A7F;
}
</style>
background-color css
<style>
a { background-color: #2E6A7F; }
a { background-color: rgb(46,106,127); }
div.DivClassName
{
background-color: #2E6A7F;
}
.BgClassName
{
background-color: #2E6A7F;
}
</style>
border-color css
<style>
span { border-color: #2E6A7F; }
span { border-color: rgb(46,106,127); }
td.TdClassName
{
border-color: #2E6A7F;
}
.TagClassName
{
border-color: #2E6A7F;
}
</style>