Shades of Astral #2A6889
Tints of Astral #2A6889
RGB
CMYK
RGB Variations
Color information
#2A6889 (or 0x2A6889) is known color: Astral. HEX triplet: 2A, 68 and 89. RGB value is (42,104,137). Sum of RGB (Red+Green+Blue) = 42+104+137=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A6889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6889 is #D59776. Grayscale: #595959. Windows color (decimal): -13997943 or 9005098. OLE color: 9005098.
HSL color Cylindrical-coordinate representation of color #2A6889: hue angle of 200.84º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6889 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 104 | 137 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.46 |
| HSL | 200.84º | 0.53% | 0.35% | - |
| HSV(B) | 200.84º | 0.69% | 0.54% | - |
| XYZ | 10.42 | 12.2 | 25.47 | - |
| YUV | 89.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 137 | 0.69 | 0.24 | 0 | 0.46 | 200.84 | 0.53 | 0.35 |
| Hex | 2A | 68 | 89 | 45 | 18 | 0 | 2E | C9 | 35 | 23 |
| Octal | 52 | 150 | 211 | 105 | 30 | 0 | 56 | 311 | 65 | 43 |
| Binary | 101010 | 1101000 | 10001001 | 1000101 | 11000 | 0 | 101110 | 11001001 | 110101 | 100011 |
Color Harmonies of #2A6889
Complementary color
Monochromatic Colors of #2A6889
Black with #2A6889
Text Example
Text Example
White with #2A6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6889; }
p { color: rgb(42,104,137); }
H1.HeaderClassName
{
color: #2A6889;
}
.AnyTagClassName
{
color: #2A6889;
}
</style>
background-color css
<style>
a { background-color: #2A6889; }
a { background-color: rgb(42,104,137); }
div.DivClassName
{
background-color: #2A6889;
}
.BgClassName
{
background-color: #2A6889;
}
</style>
border-color css
<style>
span { border-color: #2A6889; }
span { border-color: rgb(42,104,137); }
td.TdClassName
{
border-color: #2A6889;
}
.TagClassName
{
border-color: #2A6889;
}
</style>