Shades of Astral #2A7288
Tints of Astral #2A7288
RGB
CMYK
RGB Variations
Color information
#2A7288 (or 0x2A7288) is known color: Astral. HEX triplet: 2A, 72 and 88. RGB value is (42,114,136). Sum of RGB (Red+Green+Blue) = 42+114+136=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A7288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7288 is #D58D77. Grayscale: #5E5E5E. Windows color (decimal): -13995384 or 8942122. OLE color: 8942122.
HSL color Cylindrical-coordinate representation of color #2A7288: hue angle of 194.04º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A7288 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 114 | 136 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.47 |
| HSL | 194.04º | 0.53% | 0.35% | - |
| HSV(B) | 194.04º | 0.69% | 0.53% | - |
| XYZ | 11.42 | 14.3 | 25.45 | - |
| YUV | 94.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 136 | 0.69 | 0.16 | 0 | 0.47 | 194.04 | 0.53 | 0.35 |
| Hex | 2A | 72 | 88 | 45 | 10 | 0 | 2F | C2 | 35 | 23 |
| Octal | 52 | 162 | 210 | 105 | 20 | 0 | 57 | 302 | 65 | 43 |
| Binary | 101010 | 1110010 | 10001000 | 1000101 | 10000 | 0 | 101111 | 11000010 | 110101 | 100011 |
Color Harmonies of #2A7288
Complementary color
Monochromatic Colors of #2A7288
Black with #2A7288
Text Example
Text Example
White with #2A7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7288; }
p { color: rgb(42,114,136); }
H1.HeaderClassName
{
color: #2A7288;
}
.AnyTagClassName
{
color: #2A7288;
}
</style>
background-color css
<style>
a { background-color: #2A7288; }
a { background-color: rgb(42,114,136); }
div.DivClassName
{
background-color: #2A7288;
}
.BgClassName
{
background-color: #2A7288;
}
</style>
border-color css
<style>
span { border-color: #2A7288; }
span { border-color: rgb(42,114,136); }
td.TdClassName
{
border-color: #2A7288;
}
.TagClassName
{
border-color: #2A7288;
}
</style>