Shades of Astral #296A88
Tints of Astral #296A88
RGB
CMYK
RGB Variations
Color information
#296A88 (or 0x296A88) is known color: Astral. HEX triplet: 29, 6A and 88. RGB value is (41,106,136). Sum of RGB (Red+Green+Blue) = 41+106+136=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #296A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A88 is #D69577. Grayscale: #595959. Windows color (decimal): -14062968 or 8940073. OLE color: 8940073.
HSL color Cylindrical-coordinate representation of color #296A88: hue angle of 198.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296A88 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 106 | 136 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.47 |
| HSL | 198.95º | 0.54% | 0.35% | - |
| HSV(B) | 198.95º | 0.7% | 0.53% | - |
| XYZ | 10.51 | 12.56 | 25.16 | - |
| YUV | 89.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 136 | 0.70 | 0.22 | 0 | 0.47 | 198.95 | 0.54 | 0.35 |
| Hex | 29 | 6A | 88 | 46 | 16 | 0 | 2F | C7 | 36 | 23 |
| Octal | 51 | 152 | 210 | 106 | 26 | 0 | 57 | 307 | 66 | 43 |
| Binary | 101001 | 1101010 | 10001000 | 1000110 | 10110 | 0 | 101111 | 11000111 | 110110 | 100011 |
Color Harmonies of #296A88
Complementary color
Monochromatic Colors of #296A88
Black with #296A88
Text Example
Text Example
White with #296A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A88; }
p { color: rgb(41,106,136); }
H1.HeaderClassName
{
color: #296A88;
}
.AnyTagClassName
{
color: #296A88;
}
</style>
background-color css
<style>
a { background-color: #296A88; }
a { background-color: rgb(41,106,136); }
div.DivClassName
{
background-color: #296A88;
}
.BgClassName
{
background-color: #296A88;
}
</style>
border-color css
<style>
span { border-color: #296A88; }
span { border-color: rgb(41,106,136); }
td.TdClassName
{
border-color: #296A88;
}
.TagClassName
{
border-color: #296A88;
}
</style>