Shades of Astral #296B87
Tints of Astral #296B87
RGB
CMYK
RGB Variations
Color information
#296B87 (or 0x296B87) is known color: Astral. HEX triplet: 29, 6B and 87. RGB value is (41,107,135). Sum of RGB (Red+Green+Blue) = 41+107+135=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #296B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B87 is #D69478. Grayscale: #5A5A5A. Windows color (decimal): -14062713 or 8874793. OLE color: 8874793.
HSL color Cylindrical-coordinate representation of color #296B87: hue angle of 197.87º degrees, saturation: 0.53, 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 #296B87 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 107 | 135 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.47 |
| HSL | 197.87º | 0.53% | 0.35% | - |
| HSV(B) | 197.87º | 0.7% | 0.53% | - |
| XYZ | 10.55 | 12.74 | 24.82 | - |
| YUV | 90.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 135 | 0.70 | 0.21 | 0 | 0.47 | 197.87 | 0.53 | 0.35 |
| Hex | 29 | 6B | 87 | 46 | 15 | 0 | 2F | C6 | 35 | 23 |
| Octal | 51 | 153 | 207 | 106 | 25 | 0 | 57 | 306 | 65 | 43 |
| Binary | 101001 | 1101011 | 10000111 | 1000110 | 10101 | 0 | 101111 | 11000110 | 110101 | 100011 |
Color Harmonies of #296B87
Complementary color
Monochromatic Colors of #296B87
Black with #296B87
Text Example
Text Example
White with #296B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B87; }
p { color: rgb(41,107,135); }
H1.HeaderClassName
{
color: #296B87;
}
.AnyTagClassName
{
color: #296B87;
}
</style>
background-color css
<style>
a { background-color: #296B87; }
a { background-color: rgb(41,107,135); }
div.DivClassName
{
background-color: #296B87;
}
.BgClassName
{
background-color: #296B87;
}
</style>
border-color css
<style>
span { border-color: #296B87; }
span { border-color: rgb(41,107,135); }
td.TdClassName
{
border-color: #296B87;
}
.TagClassName
{
border-color: #296B87;
}
</style>