Shades of Astral #2A7D90
Tints of Astral #2A7D90
RGB
CMYK
RGB Variations
Color information
#2A7D90 (or 0x2A7D90) is known color: Astral. HEX triplet: 2A, 7D and 90. RGB value is (42,125,144). Sum of RGB (Red+Green+Blue) = 42+125+144=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A7D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7D90 is #D5826F. Grayscale: #666666. Windows color (decimal): -13992560 or 9469226. OLE color: 9469226.
HSL color Cylindrical-coordinate representation of color #2A7D90: hue angle of 191.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7D90 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 125 | 144 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.44 |
| HSL | 191.18º | 0.55% | 0.36% | - |
| HSV(B) | 191.18º | 0.71% | 0.56% | - |
| XYZ | 13.32 | 17.17 | 29 | - |
| YUV | 102.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 144 | 0.71 | 0.13 | 0 | 0.44 | 191.18 | 0.55 | 0.36 |
| Hex | 2A | 7D | 90 | 47 | D | 0 | 2C | BF | 37 | 24 |
| Octal | 52 | 175 | 220 | 107 | 15 | 0 | 54 | 277 | 67 | 44 |
| Binary | 101010 | 1111101 | 10010000 | 1000111 | 1101 | 0 | 101100 | 10111111 | 110111 | 100100 |
Color Harmonies of #2A7D90
Complementary color
Monochromatic Colors of #2A7D90
Black with #2A7D90
Text Example
Text Example
White with #2A7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D90; }
p { color: rgb(42,125,144); }
H1.HeaderClassName
{
color: #2A7D90;
}
.AnyTagClassName
{
color: #2A7D90;
}
</style>
background-color css
<style>
a { background-color: #2A7D90; }
a { background-color: rgb(42,125,144); }
div.DivClassName
{
background-color: #2A7D90;
}
.BgClassName
{
background-color: #2A7D90;
}
</style>
border-color css
<style>
span { border-color: #2A7D90; }
span { border-color: rgb(42,125,144); }
td.TdClassName
{
border-color: #2A7D90;
}
.TagClassName
{
border-color: #2A7D90;
}
</style>