Shades of Astral #257694
Tints of Astral #257694
RGB
CMYK
RGB Variations
Color information
#257694 (or 0x257694) is known color: Astral. HEX triplet: 25, 76 and 94. RGB value is (37,118,148). Sum of RGB (Red+Green+Blue) = 37+118+148=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #257694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257694 is #DA896B. Grayscale: #606060. Windows color (decimal): -14322028 or 9729573. OLE color: 9729573.
HSL color Cylindrical-coordinate representation of color #257694: hue angle of 196.22º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257694 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 118 | 148 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.42 |
| HSL | 196.22º | 0.6% | 0.36% | - |
| HSV(B) | 196.22º | 0.75% | 0.58% | - |
| XYZ | 12.59 | 15.49 | 30.34 | - |
| YUV | 97.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 148 | 0.75 | 0.20 | 0 | 0.42 | 196.22 | 0.6 | 0.36 |
| Hex | 25 | 76 | 94 | 4B | 14 | 0 | 2A | C4 | 3C | 24 |
| Octal | 45 | 166 | 224 | 113 | 24 | 0 | 52 | 304 | 74 | 44 |
| Binary | 100101 | 1110110 | 10010100 | 1001011 | 10100 | 0 | 101010 | 11000100 | 111100 | 100100 |
Color Harmonies of #257694
Complementary color
Monochromatic Colors of #257694
Black with #257694
Text Example
Text Example
White with #257694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257694; }
p { color: rgb(37,118,148); }
H1.HeaderClassName
{
color: #257694;
}
.AnyTagClassName
{
color: #257694;
}
</style>
background-color css
<style>
a { background-color: #257694; }
a { background-color: rgb(37,118,148); }
div.DivClassName
{
background-color: #257694;
}
.BgClassName
{
background-color: #257694;
}
</style>
border-color css
<style>
span { border-color: #257694; }
span { border-color: rgb(37,118,148); }
td.TdClassName
{
border-color: #257694;
}
.TagClassName
{
border-color: #257694;
}
</style>