Shades of Astral #2A678C
Tints of Astral #2A678C
RGB
CMYK
RGB Variations
Color information
#2A678C (or 0x2A678C) is known color: Astral. HEX triplet: 2A, 67 and 8C. RGB value is (42,103,140). Sum of RGB (Red+Green+Blue) = 42+103+140=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A678C is #D59873. Grayscale: #585858. Windows color (decimal): -13998196 or 9201450. OLE color: 9201450.
HSL color Cylindrical-coordinate representation of color #2A678C: hue angle of 202.65º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A678C is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 103 | 140 | - |
| CMYK | 0.7 | 0.26 | 0 | 0.45 |
| HSL | 202.65º | 0.54% | 0.36% | - |
| HSV(B) | 202.65º | 0.7% | 0.55% | - |
| XYZ | 10.54 | 12.09 | 26.59 | - |
| YUV | 88.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 140 | 0.7 | 0.26 | 0 | 0.45 | 202.65 | 0.54 | 0.36 |
| Hex | 2A | 67 | 8C | 46 | 1A | 0 | 2D | CB | 36 | 24 |
| Octal | 52 | 147 | 214 | 106 | 32 | 0 | 55 | 313 | 66 | 44 |
| Binary | 101010 | 1100111 | 10001100 | 1000110 | 11010 | 0 | 101101 | 11001011 | 110110 | 100100 |
Color Harmonies of #2A678C
Complementary color
Monochromatic Colors of #2A678C
Black with #2A678C
Text Example
Text Example
White with #2A678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A678C; }
p { color: rgb(42,103,140); }
H1.HeaderClassName
{
color: #2A678C;
}
.AnyTagClassName
{
color: #2A678C;
}
</style>
background-color css
<style>
a { background-color: #2A678C; }
a { background-color: rgb(42,103,140); }
div.DivClassName
{
background-color: #2A678C;
}
.BgClassName
{
background-color: #2A678C;
}
</style>
border-color css
<style>
span { border-color: #2A678C; }
span { border-color: rgb(42,103,140); }
td.TdClassName
{
border-color: #2A678C;
}
.TagClassName
{
border-color: #2A678C;
}
</style>