Shades of Astral #296F8A
Tints of Astral #296F8A
RGB
CMYK
RGB Variations
Color information
#296F8A (or 0x296F8A) is known color: Astral. HEX triplet: 29, 6F and 8A. RGB value is (41,111,138). Sum of RGB (Red+Green+Blue) = 41+111+138=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #296F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F8A is #D69075. Grayscale: #5C5C5C. Windows color (decimal): -14061686 or 9072425. OLE color: 9072425.
HSL color Cylindrical-coordinate representation of color #296F8A: hue angle of 196.7º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296F8A is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 111 | 138 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.46 |
| HSL | 196.7º | 0.54% | 0.35% | - |
| HSV(B) | 196.7º | 0.7% | 0.54% | - |
| XYZ | 11.19 | 13.68 | 26.09 | - |
| YUV | 93.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 138 | 0.70 | 0.20 | 0 | 0.46 | 196.7 | 0.54 | 0.35 |
| Hex | 29 | 6F | 8A | 46 | 14 | 0 | 2E | C5 | 36 | 23 |
| Octal | 51 | 157 | 212 | 106 | 24 | 0 | 56 | 305 | 66 | 43 |
| Binary | 101001 | 1101111 | 10001010 | 1000110 | 10100 | 0 | 101110 | 11000101 | 110110 | 100011 |
Color Harmonies of #296F8A
Complementary color
Monochromatic Colors of #296F8A
Black with #296F8A
Text Example
Text Example
White with #296F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F8A; }
p { color: rgb(41,111,138); }
H1.HeaderClassName
{
color: #296F8A;
}
.AnyTagClassName
{
color: #296F8A;
}
</style>
background-color css
<style>
a { background-color: #296F8A; }
a { background-color: rgb(41,111,138); }
div.DivClassName
{
background-color: #296F8A;
}
.BgClassName
{
background-color: #296F8A;
}
</style>
border-color css
<style>
span { border-color: #296F8A; }
span { border-color: rgb(41,111,138); }
td.TdClassName
{
border-color: #296F8A;
}
.TagClassName
{
border-color: #296F8A;
}
</style>