Shades of Astral #297B8D
Tints of Astral #297B8D
RGB
CMYK
RGB Variations
Color information
#297B8D (or 0x297B8D) is known color: Astral. HEX triplet: 29, 7B and 8D. RGB value is (41,123,141). Sum of RGB (Red+Green+Blue) = 41+123+141=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #297B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B8D is #D68472. Grayscale: #646464. Windows color (decimal): -14058611 or 9272105. OLE color: 9272105.
HSL color Cylindrical-coordinate representation of color #297B8D: hue angle of 190.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297B8D is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 123 | 141 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.45 |
| HSL | 190.8º | 0.55% | 0.36% | - |
| HSV(B) | 190.8º | 0.71% | 0.55% | - |
| XYZ | 12.81 | 16.56 | 27.72 | - |
| YUV | 100.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 141 | 0.71 | 0.13 | 0 | 0.45 | 190.8 | 0.55 | 0.36 |
| Hex | 29 | 7B | 8D | 47 | D | 0 | 2D | BF | 37 | 24 |
| Octal | 51 | 173 | 215 | 107 | 15 | 0 | 55 | 277 | 67 | 44 |
| Binary | 101001 | 1111011 | 10001101 | 1000111 | 1101 | 0 | 101101 | 10111111 | 110111 | 100100 |
Color Harmonies of #297B8D
Complementary color
Monochromatic Colors of #297B8D
Black with #297B8D
Text Example
Text Example
White with #297B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B8D; }
p { color: rgb(41,123,141); }
H1.HeaderClassName
{
color: #297B8D;
}
.AnyTagClassName
{
color: #297B8D;
}
</style>
background-color css
<style>
a { background-color: #297B8D; }
a { background-color: rgb(41,123,141); }
div.DivClassName
{
background-color: #297B8D;
}
.BgClassName
{
background-color: #297B8D;
}
</style>
border-color css
<style>
span { border-color: #297B8D; }
span { border-color: rgb(41,123,141); }
td.TdClassName
{
border-color: #297B8D;
}
.TagClassName
{
border-color: #297B8D;
}
</style>