Shades of Astral #2A6C92
Tints of Astral #2A6C92
RGB
CMYK
RGB Variations
Color information
#2A6C92 (or 0x2A6C92) is known color: Astral. HEX triplet: 2A, 6C and 92. RGB value is (42,108,146). Sum of RGB (Red+Green+Blue) = 42+108+146=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A6C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6C92 is #D5936D. Grayscale: #5C5C5C. Windows color (decimal): -13996910 or 9595946. OLE color: 9595946.
HSL color Cylindrical-coordinate representation of color #2A6C92: hue angle of 201.92º 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 #2A6C92 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 108 | 146 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.43 |
| HSL | 201.92º | 0.55% | 0.37% | - |
| HSV(B) | 201.92º | 0.71% | 0.57% | - |
| XYZ | 11.51 | 13.29 | 29.15 | - |
| YUV | 92.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 146 | 0.71 | 0.26 | 0 | 0.43 | 201.92 | 0.55 | 0.37 |
| Hex | 2A | 6C | 92 | 47 | 1A | 0 | 2B | CA | 37 | 25 |
| Octal | 52 | 154 | 222 | 107 | 32 | 0 | 53 | 312 | 67 | 45 |
| Binary | 101010 | 1101100 | 10010010 | 1000111 | 11010 | 0 | 101011 | 11001010 | 110111 | 100101 |
Color Harmonies of #2A6C92
Complementary color
Monochromatic Colors of #2A6C92
Black with #2A6C92
Text Example
Text Example
White with #2A6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C92; }
p { color: rgb(42,108,146); }
H1.HeaderClassName
{
color: #2A6C92;
}
.AnyTagClassName
{
color: #2A6C92;
}
</style>
background-color css
<style>
a { background-color: #2A6C92; }
a { background-color: rgb(42,108,146); }
div.DivClassName
{
background-color: #2A6C92;
}
.BgClassName
{
background-color: #2A6C92;
}
</style>
border-color css
<style>
span { border-color: #2A6C92; }
span { border-color: rgb(42,108,146); }
td.TdClassName
{
border-color: #2A6C92;
}
.TagClassName
{
border-color: #2A6C92;
}
</style>