Shades of Astral #257A8F
Tints of Astral #257A8F
RGB
CMYK
RGB Variations
Color information
#257A8F (or 0x257A8F) is known color: Astral. HEX triplet: 25, 7A and 8F. RGB value is (37,122,143). Sum of RGB (Red+Green+Blue) = 37+122+143=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #257A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A8F is #DA8570. Grayscale: #626262. Windows color (decimal): -14321009 or 9402917. OLE color: 9402917.
HSL color Cylindrical-coordinate representation of color #257A8F: hue angle of 191.89º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257A8F is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 122 | 143 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.44 |
| HSL | 191.89º | 0.59% | 0.35% | - |
| HSV(B) | 191.89º | 0.74% | 0.56% | - |
| XYZ | 12.68 | 16.3 | 28.46 | - |
| YUV | 98.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 143 | 0.74 | 0.15 | 0 | 0.44 | 191.89 | 0.59 | 0.35 |
| Hex | 25 | 7A | 8F | 4A | F | 0 | 2C | C0 | 3B | 23 |
| Octal | 45 | 172 | 217 | 112 | 17 | 0 | 54 | 300 | 73 | 43 |
| Binary | 100101 | 1111010 | 10001111 | 1001010 | 1111 | 0 | 101100 | 11000000 | 111011 | 100011 |
Color Harmonies of #257A8F
Complementary color
Monochromatic Colors of #257A8F
Black with #257A8F
Text Example
Text Example
White with #257A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A8F; }
p { color: rgb(37,122,143); }
H1.HeaderClassName
{
color: #257A8F;
}
.AnyTagClassName
{
color: #257A8F;
}
</style>
background-color css
<style>
a { background-color: #257A8F; }
a { background-color: rgb(37,122,143); }
div.DivClassName
{
background-color: #257A8F;
}
.BgClassName
{
background-color: #257A8F;
}
</style>
border-color css
<style>
span { border-color: #257A8F; }
span { border-color: rgb(37,122,143); }
td.TdClassName
{
border-color: #257A8F;
}
.TagClassName
{
border-color: #257A8F;
}
</style>