Shades of Astral #2A698B
Tints of Astral #2A698B
RGB
CMYK
RGB Variations
Color information
#2A698B (or 0x2A698B) is known color: Astral. HEX triplet: 2A, 69 and 8B. RGB value is (42,105,139). Sum of RGB (Red+Green+Blue) = 42+105+139=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A698B is #D59674. Grayscale: #595959. Windows color (decimal): -13997685 or 9136426. OLE color: 9136426.
HSL color Cylindrical-coordinate representation of color #2A698B: hue angle of 201.03º 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 #2A698B is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 105 | 139 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.45 |
| HSL | 201.03º | 0.54% | 0.35% | - |
| HSV(B) | 201.03º | 0.7% | 0.55% | - |
| XYZ | 10.67 | 12.46 | 26.27 | - |
| YUV | 90.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 139 | 0.70 | 0.24 | 0 | 0.45 | 201.03 | 0.54 | 0.35 |
| Hex | 2A | 69 | 8B | 46 | 18 | 0 | 2D | C9 | 36 | 23 |
| Octal | 52 | 151 | 213 | 106 | 30 | 0 | 55 | 311 | 66 | 43 |
| Binary | 101010 | 1101001 | 10001011 | 1000110 | 11000 | 0 | 101101 | 11001001 | 110110 | 100011 |
Color Harmonies of #2A698B
Complementary color
Monochromatic Colors of #2A698B
Black with #2A698B
Text Example
Text Example
White with #2A698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A698B; }
p { color: rgb(42,105,139); }
H1.HeaderClassName
{
color: #2A698B;
}
.AnyTagClassName
{
color: #2A698B;
}
</style>
background-color css
<style>
a { background-color: #2A698B; }
a { background-color: rgb(42,105,139); }
div.DivClassName
{
background-color: #2A698B;
}
.BgClassName
{
background-color: #2A698B;
}
</style>
border-color css
<style>
span { border-color: #2A698B; }
span { border-color: rgb(42,105,139); }
td.TdClassName
{
border-color: #2A698B;
}
.TagClassName
{
border-color: #2A698B;
}
</style>