Shades of Astral #2E668B
Tints of Astral #2E668B
RGB
CMYK
RGB Variations
Color information
#2E668B (or 0x2E668B) is known color: Astral. HEX triplet: 2E, 66 and 8B. RGB value is (46,102,139). Sum of RGB (Red+Green+Blue) = 46+102+139=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E668B is #D19974. Grayscale: #595959. Windows color (decimal): -13736309 or 9135662. OLE color: 9135662.
HSL color Cylindrical-coordinate representation of color #2E668B: hue angle of 203.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E668B is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 102 | 139 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.45 |
| HSL | 203.87º | 0.5% | 0.36% | - |
| HSV(B) | 203.87º | 0.67% | 0.55% | - |
| XYZ | 10.54 | 11.95 | 26.18 | - |
| YUV | 89.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 139 | 0.67 | 0.27 | 0 | 0.45 | 203.87 | 0.5 | 0.36 |
| Hex | 2E | 66 | 8B | 43 | 1B | 0 | 2D | CC | 32 | 24 |
| Octal | 56 | 146 | 213 | 103 | 33 | 0 | 55 | 314 | 62 | 44 |
| Binary | 101110 | 1100110 | 10001011 | 1000011 | 11011 | 0 | 101101 | 11001100 | 110010 | 100100 |
Color Harmonies of #2E668B
Complementary color
Monochromatic Colors of #2E668B
Black with #2E668B
Text Example
Text Example
White with #2E668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E668B; }
p { color: rgb(46,102,139); }
H1.HeaderClassName
{
color: #2E668B;
}
.AnyTagClassName
{
color: #2E668B;
}
</style>
background-color css
<style>
a { background-color: #2E668B; }
a { background-color: rgb(46,102,139); }
div.DivClassName
{
background-color: #2E668B;
}
.BgClassName
{
background-color: #2E668B;
}
</style>
border-color css
<style>
span { border-color: #2E668B; }
span { border-color: rgb(46,102,139); }
td.TdClassName
{
border-color: #2E668B;
}
.TagClassName
{
border-color: #2E668B;
}
</style>