Shades of Astral #297B90
Tints of Astral #297B90
RGB
CMYK
RGB Variations
Color information
#297B90 (or 0x297B90) is known color: Astral. HEX triplet: 29, 7B and 90. RGB value is (41,123,144). Sum of RGB (Red+Green+Blue) = 41+123+144=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #297B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B90 is #D6846F. Grayscale: #646464. Windows color (decimal): -14058608 or 9468713. OLE color: 9468713.
HSL color Cylindrical-coordinate representation of color #297B90: hue angle of 192.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297B90 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 123 | 144 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.23º | 0.56% | 0.36% | - |
| HSV(B) | 192.23º | 0.72% | 0.56% | - |
| XYZ | 13.03 | 16.65 | 28.91 | - |
| YUV | 100.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 144 | 0.72 | 0.15 | 0 | 0.44 | 192.23 | 0.56 | 0.36 |
| Hex | 29 | 7B | 90 | 48 | F | 0 | 2C | C0 | 38 | 24 |
| Octal | 51 | 173 | 220 | 110 | 17 | 0 | 54 | 300 | 70 | 44 |
| Binary | 101001 | 1111011 | 10010000 | 1001000 | 1111 | 0 | 101100 | 11000000 | 111000 | 100100 |
Color Harmonies of #297B90
Complementary color
Monochromatic Colors of #297B90
Black with #297B90
Text Example
Text Example
White with #297B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B90; }
p { color: rgb(41,123,144); }
H1.HeaderClassName
{
color: #297B90;
}
.AnyTagClassName
{
color: #297B90;
}
</style>
background-color css
<style>
a { background-color: #297B90; }
a { background-color: rgb(41,123,144); }
div.DivClassName
{
background-color: #297B90;
}
.BgClassName
{
background-color: #297B90;
}
</style>
border-color css
<style>
span { border-color: #297B90; }
span { border-color: rgb(41,123,144); }
td.TdClassName
{
border-color: #297B90;
}
.TagClassName
{
border-color: #297B90;
}
</style>