Shades of Astral #257291
Tints of Astral #257291
RGB
CMYK
RGB Variations
Color information
#257291 (or 0x257291) is known color: Astral. HEX triplet: 25, 72 and 91. RGB value is (37,114,145). Sum of RGB (Red+Green+Blue) = 37+114+145=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #257291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257291 is #DA8D6E. Grayscale: #5E5E5E. Windows color (decimal): -14323055 or 9531941. OLE color: 9531941.
HSL color Cylindrical-coordinate representation of color #257291: hue angle of 197.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257291 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 114 | 145 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.43 |
| HSL | 197.22º | 0.59% | 0.36% | - |
| HSV(B) | 197.22º | 0.74% | 0.57% | - |
| XYZ | 11.89 | 14.47 | 28.95 | - |
| YUV | 94.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 145 | 0.74 | 0.21 | 0 | 0.43 | 197.22 | 0.59 | 0.36 |
| Hex | 25 | 72 | 91 | 4A | 15 | 0 | 2B | C5 | 3B | 24 |
| Octal | 45 | 162 | 221 | 112 | 25 | 0 | 53 | 305 | 73 | 44 |
| Binary | 100101 | 1110010 | 10010001 | 1001010 | 10101 | 0 | 101011 | 11000101 | 111011 | 100100 |
Color Harmonies of #257291
Complementary color
Monochromatic Colors of #257291
Black with #257291
Text Example
Text Example
White with #257291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257291; }
p { color: rgb(37,114,145); }
H1.HeaderClassName
{
color: #257291;
}
.AnyTagClassName
{
color: #257291;
}
</style>
background-color css
<style>
a { background-color: #257291; }
a { background-color: rgb(37,114,145); }
div.DivClassName
{
background-color: #257291;
}
.BgClassName
{
background-color: #257291;
}
</style>
border-color css
<style>
span { border-color: #257291; }
span { border-color: rgb(37,114,145); }
td.TdClassName
{
border-color: #257291;
}
.TagClassName
{
border-color: #257291;
}
</style>