Shades of Astral #2A7992
Tints of Astral #2A7992
RGB
CMYK
RGB Variations
Color information
#2A7992 (or 0x2A7992) is known color: Astral. HEX triplet: 2A, 79 and 92. RGB value is (42,121,146). Sum of RGB (Red+Green+Blue) = 42+121+146=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7992 is #D5866D. Grayscale: #646464. Windows color (decimal): -13993582 or 9599274. OLE color: 9599274.
HSL color Cylindrical-coordinate representation of color #2A7992: hue angle of 194.42º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7992 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 121 | 146 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.43 |
| HSL | 194.42º | 0.55% | 0.37% | - |
| HSV(B) | 194.42º | 0.71% | 0.57% | - |
| XYZ | 12.98 | 16.24 | 29.65 | - |
| YUV | 100.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 146 | 0.71 | 0.17 | 0 | 0.43 | 194.42 | 0.55 | 0.37 |
| Hex | 2A | 79 | 92 | 47 | 11 | 0 | 2B | C2 | 37 | 25 |
| Octal | 52 | 171 | 222 | 107 | 21 | 0 | 53 | 302 | 67 | 45 |
| Binary | 101010 | 1111001 | 10010010 | 1000111 | 10001 | 0 | 101011 | 11000010 | 110111 | 100101 |
Color Harmonies of #2A7992
Complementary color
Monochromatic Colors of #2A7992
Black with #2A7992
Text Example
Text Example
White with #2A7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7992; }
p { color: rgb(42,121,146); }
H1.HeaderClassName
{
color: #2A7992;
}
.AnyTagClassName
{
color: #2A7992;
}
</style>
background-color css
<style>
a { background-color: #2A7992; }
a { background-color: rgb(42,121,146); }
div.DivClassName
{
background-color: #2A7992;
}
.BgClassName
{
background-color: #2A7992;
}
</style>
border-color css
<style>
span { border-color: #2A7992; }
span { border-color: rgb(42,121,146); }
td.TdClassName
{
border-color: #2A7992;
}
.TagClassName
{
border-color: #2A7992;
}
</style>