Shades of Astral #257392
Tints of Astral #257392
RGB
CMYK
RGB Variations
Color information
#257392 (or 0x257392) is known color: Astral. HEX triplet: 25, 73 and 92. RGB value is (37,115,146). Sum of RGB (Red+Green+Blue) = 37+115+146=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #257392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257392 is #DA8C6D. Grayscale: #5F5F5F. Windows color (decimal): -14322798 or 9597733. OLE color: 9597733.
HSL color Cylindrical-coordinate representation of color #257392: hue angle of 197.06º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257392 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 115 | 146 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.43 |
| HSL | 197.06º | 0.6% | 0.36% | - |
| HSV(B) | 197.06º | 0.75% | 0.57% | - |
| XYZ | 12.08 | 14.73 | 29.4 | - |
| YUV | 95.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 146 | 0.75 | 0.21 | 0 | 0.43 | 197.06 | 0.6 | 0.36 |
| Hex | 25 | 73 | 92 | 4B | 15 | 0 | 2B | C5 | 3C | 24 |
| Octal | 45 | 163 | 222 | 113 | 25 | 0 | 53 | 305 | 74 | 44 |
| Binary | 100101 | 1110011 | 10010010 | 1001011 | 10101 | 0 | 101011 | 11000101 | 111100 | 100100 |
Color Harmonies of #257392
Complementary color
Monochromatic Colors of #257392
Black with #257392
Text Example
Text Example
White with #257392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257392; }
p { color: rgb(37,115,146); }
H1.HeaderClassName
{
color: #257392;
}
.AnyTagClassName
{
color: #257392;
}
</style>
background-color css
<style>
a { background-color: #257392; }
a { background-color: rgb(37,115,146); }
div.DivClassName
{
background-color: #257392;
}
.BgClassName
{
background-color: #257392;
}
</style>
border-color css
<style>
span { border-color: #257392; }
span { border-color: rgb(37,115,146); }
td.TdClassName
{
border-color: #257392;
}
.TagClassName
{
border-color: #257392;
}
</style>