Shades of Astral #257692
Tints of Astral #257692
RGB
CMYK
RGB Variations
Color information
#257692 (or 0x257692) is known color: Astral. HEX triplet: 25, 76 and 92. RGB value is (37,118,146). Sum of RGB (Red+Green+Blue) = 37+118+146=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #257692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257692 is #DA896D. Grayscale: #606060. Windows color (decimal): -14322030 or 9598501. OLE color: 9598501.
HSL color Cylindrical-coordinate representation of color #257692: hue angle of 195.41º 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 #257692 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 118 | 146 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.43 |
| HSL | 195.41º | 0.6% | 0.36% | - |
| HSV(B) | 195.41º | 0.75% | 0.57% | - |
| XYZ | 12.43 | 15.43 | 29.52 | - |
| YUV | 96.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 146 | 0.75 | 0.19 | 0 | 0.43 | 195.41 | 0.6 | 0.36 |
| Hex | 25 | 76 | 92 | 4B | 13 | 0 | 2B | C3 | 3C | 24 |
| Octal | 45 | 166 | 222 | 113 | 23 | 0 | 53 | 303 | 74 | 44 |
| Binary | 100101 | 1110110 | 10010010 | 1001011 | 10011 | 0 | 101011 | 11000011 | 111100 | 100100 |
Color Harmonies of #257692
Complementary color
Monochromatic Colors of #257692
Black with #257692
Text Example
Text Example
White with #257692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257692; }
p { color: rgb(37,118,146); }
H1.HeaderClassName
{
color: #257692;
}
.AnyTagClassName
{
color: #257692;
}
</style>
background-color css
<style>
a { background-color: #257692; }
a { background-color: rgb(37,118,146); }
div.DivClassName
{
background-color: #257692;
}
.BgClassName
{
background-color: #257692;
}
</style>
border-color css
<style>
span { border-color: #257692; }
span { border-color: rgb(37,118,146); }
td.TdClassName
{
border-color: #257692;
}
.TagClassName
{
border-color: #257692;
}
</style>