Shades of Astral #297192
Tints of Astral #297192
RGB
CMYK
RGB Variations
Color information
#297192 (or 0x297192) is known color: Astral. HEX triplet: 29, 71 and 92. RGB value is (41,113,146). Sum of RGB (Red+Green+Blue) = 41+113+146=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #297192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297192 is #D68E6D. Grayscale: #5F5F5F. Windows color (decimal): -14061166 or 9597225. OLE color: 9597225.
HSL color Cylindrical-coordinate representation of color #297192: hue angle of 198.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297192 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 113 | 146 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.43 |
| HSL | 198.86º | 0.56% | 0.37% | - |
| HSV(B) | 198.86º | 0.72% | 0.57% | - |
| XYZ | 12.01 | 14.36 | 29.33 | - |
| YUV | 95.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 146 | 0.72 | 0.23 | 0 | 0.43 | 198.86 | 0.56 | 0.37 |
| Hex | 29 | 71 | 92 | 48 | 17 | 0 | 2B | C7 | 38 | 25 |
| Octal | 51 | 161 | 222 | 110 | 27 | 0 | 53 | 307 | 70 | 45 |
| Binary | 101001 | 1110001 | 10010010 | 1001000 | 10111 | 0 | 101011 | 11000111 | 111000 | 100101 |
Color Harmonies of #297192
Complementary color
Monochromatic Colors of #297192
Black with #297192
Text Example
Text Example
White with #297192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297192; }
p { color: rgb(41,113,146); }
H1.HeaderClassName
{
color: #297192;
}
.AnyTagClassName
{
color: #297192;
}
</style>
background-color css
<style>
a { background-color: #297192; }
a { background-color: rgb(41,113,146); }
div.DivClassName
{
background-color: #297192;
}
.BgClassName
{
background-color: #297192;
}
</style>
border-color css
<style>
span { border-color: #297192; }
span { border-color: rgb(41,113,146); }
td.TdClassName
{
border-color: #297192;
}
.TagClassName
{
border-color: #297192;
}
</style>