Shades of Astral #297893
Tints of Astral #297893
RGB
CMYK
RGB Variations
Color information
#297893 (or 0x297893) is known color: Astral. HEX triplet: 29, 78 and 93. RGB value is (41,120,147). Sum of RGB (Red+Green+Blue) = 41+120+147=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #297893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297893 is #D6876C. Grayscale: #636363. Windows color (decimal): -14059373 or 9664553. OLE color: 9664553.
HSL color Cylindrical-coordinate representation of color #297893: hue angle of 195.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297893 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 120 | 147 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.42 |
| HSL | 195.28º | 0.56% | 0.37% | - |
| HSV(B) | 195.28º | 0.72% | 0.58% | - |
| XYZ | 12.9 | 16.01 | 30.01 | - |
| YUV | 99.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 147 | 0.72 | 0.18 | 0 | 0.42 | 195.28 | 0.56 | 0.37 |
| Hex | 29 | 78 | 93 | 48 | 12 | 0 | 2A | C3 | 38 | 25 |
| Octal | 51 | 170 | 223 | 110 | 22 | 0 | 52 | 303 | 70 | 45 |
| Binary | 101001 | 1111000 | 10010011 | 1001000 | 10010 | 0 | 101010 | 11000011 | 111000 | 100101 |
Color Harmonies of #297893
Complementary color
Monochromatic Colors of #297893
Black with #297893
Text Example
Text Example
White with #297893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297893; }
p { color: rgb(41,120,147); }
H1.HeaderClassName
{
color: #297893;
}
.AnyTagClassName
{
color: #297893;
}
</style>
background-color css
<style>
a { background-color: #297893; }
a { background-color: rgb(41,120,147); }
div.DivClassName
{
background-color: #297893;
}
.BgClassName
{
background-color: #297893;
}
</style>
border-color css
<style>
span { border-color: #297893; }
span { border-color: rgb(41,120,147); }
td.TdClassName
{
border-color: #297893;
}
.TagClassName
{
border-color: #297893;
}
</style>