Shades of Astral #25788E
Tints of Astral #25788E
RGB
CMYK
RGB Variations
Color information
#25788E (or 0x25788E) is known color: Astral. HEX triplet: 25, 78 and 8E. RGB value is (37,120,142). Sum of RGB (Red+Green+Blue) = 37+120+142=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #25788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25788E is #DA8771. Grayscale: #616161. Windows color (decimal): -14321522 or 9336869. OLE color: 9336869.
HSL color Cylindrical-coordinate representation of color #25788E: hue angle of 192.57º 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 #25788E is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 120 | 142 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.44 |
| HSL | 192.57º | 0.59% | 0.35% | - |
| HSV(B) | 192.57º | 0.74% | 0.56% | - |
| XYZ | 12.36 | 15.78 | 27.99 | - |
| YUV | 97.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 142 | 0.74 | 0.15 | 0 | 0.44 | 192.57 | 0.59 | 0.35 |
| Hex | 25 | 78 | 8E | 4A | F | 0 | 2C | C1 | 3B | 23 |
| Octal | 45 | 170 | 216 | 112 | 17 | 0 | 54 | 301 | 73 | 43 |
| Binary | 100101 | 1111000 | 10001110 | 1001010 | 1111 | 0 | 101100 | 11000001 | 111011 | 100011 |
Color Harmonies of #25788E
Complementary color
Monochromatic Colors of #25788E
Black with #25788E
Text Example
Text Example
White with #25788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25788E; }
p { color: rgb(37,120,142); }
H1.HeaderClassName
{
color: #25788E;
}
.AnyTagClassName
{
color: #25788E;
}
</style>
background-color css
<style>
a { background-color: #25788E; }
a { background-color: rgb(37,120,142); }
div.DivClassName
{
background-color: #25788E;
}
.BgClassName
{
background-color: #25788E;
}
</style>
border-color css
<style>
span { border-color: #25788E; }
span { border-color: rgb(37,120,142); }
td.TdClassName
{
border-color: #25788E;
}
.TagClassName
{
border-color: #25788E;
}
</style>