Shades of Astral #296D88
Tints of Astral #296D88
RGB
CMYK
RGB Variations
Color information
#296D88 (or 0x296D88) is known color: Astral. HEX triplet: 29, 6D and 88. RGB value is (41,109,136). Sum of RGB (Red+Green+Blue) = 41+109+136=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #296D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D88 is #D69277. Grayscale: #5B5B5B. Windows color (decimal): -14062200 or 8940841. OLE color: 8940841.
HSL color Cylindrical-coordinate representation of color #296D88: hue angle of 197.05º 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 #296D88 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 109 | 136 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.47 |
| HSL | 197.05º | 0.54% | 0.35% | - |
| HSV(B) | 197.05º | 0.7% | 0.53% | - |
| XYZ | 10.83 | 13.19 | 25.27 | - |
| YUV | 91.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 136 | 0.70 | 0.20 | 0 | 0.47 | 197.05 | 0.54 | 0.35 |
| Hex | 29 | 6D | 88 | 46 | 14 | 0 | 2F | C5 | 36 | 23 |
| Octal | 51 | 155 | 210 | 106 | 24 | 0 | 57 | 305 | 66 | 43 |
| Binary | 101001 | 1101101 | 10001000 | 1000110 | 10100 | 0 | 101111 | 11000101 | 110110 | 100011 |
Color Harmonies of #296D88
Complementary color
Monochromatic Colors of #296D88
Black with #296D88
Text Example
Text Example
White with #296D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D88; }
p { color: rgb(41,109,136); }
H1.HeaderClassName
{
color: #296D88;
}
.AnyTagClassName
{
color: #296D88;
}
</style>
background-color css
<style>
a { background-color: #296D88; }
a { background-color: rgb(41,109,136); }
div.DivClassName
{
background-color: #296D88;
}
.BgClassName
{
background-color: #296D88;
}
</style>
border-color css
<style>
span { border-color: #296D88; }
span { border-color: rgb(41,109,136); }
td.TdClassName
{
border-color: #296D88;
}
.TagClassName
{
border-color: #296D88;
}
</style>