Shades of Astral #2A668B
Tints of Astral #2A668B
RGB
CMYK
RGB Variations
Color information
#2A668B (or 0x2A668B) is known color: Astral. HEX triplet: 2A, 66 and 8B. RGB value is (42,102,139). Sum of RGB (Red+Green+Blue) = 42+102+139=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A668B is #D59974. Grayscale: #585858. Windows color (decimal): -13998453 or 9135658. OLE color: 9135658.
HSL color Cylindrical-coordinate representation of color #2A668B: hue angle of 202.89º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A668B is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 102 | 139 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.45 |
| HSL | 202.89º | 0.54% | 0.35% | - |
| HSV(B) | 202.89º | 0.7% | 0.55% | - |
| XYZ | 10.37 | 11.86 | 26.17 | - |
| YUV | 88.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 139 | 0.70 | 0.27 | 0 | 0.45 | 202.89 | 0.54 | 0.35 |
| Hex | 2A | 66 | 8B | 46 | 1B | 0 | 2D | CB | 36 | 23 |
| Octal | 52 | 146 | 213 | 106 | 33 | 0 | 55 | 313 | 66 | 43 |
| Binary | 101010 | 1100110 | 10001011 | 1000110 | 11011 | 0 | 101101 | 11001011 | 110110 | 100011 |
Color Harmonies of #2A668B
Complementary color
Monochromatic Colors of #2A668B
Black with #2A668B
Text Example
Text Example
White with #2A668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A668B; }
p { color: rgb(42,102,139); }
H1.HeaderClassName
{
color: #2A668B;
}
.AnyTagClassName
{
color: #2A668B;
}
</style>
background-color css
<style>
a { background-color: #2A668B; }
a { background-color: rgb(42,102,139); }
div.DivClassName
{
background-color: #2A668B;
}
.BgClassName
{
background-color: #2A668B;
}
</style>
border-color css
<style>
span { border-color: #2A668B; }
span { border-color: rgb(42,102,139); }
td.TdClassName
{
border-color: #2A668B;
}
.TagClassName
{
border-color: #2A668B;
}
</style>