Shades of Astral #25748F
Tints of Astral #25748F
RGB
CMYK
RGB Variations
Color information
#25748F (or 0x25748F) is known color: Astral. HEX triplet: 25, 74 and 8F. RGB value is (37,116,143). Sum of RGB (Red+Green+Blue) = 37+116+143=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #25748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25748F is #DA8B70. Grayscale: #5F5F5F. Windows color (decimal): -14322545 or 9401381. OLE color: 9401381.
HSL color Cylindrical-coordinate representation of color #25748F: hue angle of 195.28º 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 #25748F is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 116 | 143 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.44 |
| HSL | 195.28º | 0.59% | 0.35% | - |
| HSV(B) | 195.28º | 0.74% | 0.56% | - |
| XYZ | 11.97 | 14.87 | 28.23 | - |
| YUV | 95.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 143 | 0.74 | 0.19 | 0 | 0.44 | 195.28 | 0.59 | 0.35 |
| Hex | 25 | 74 | 8F | 4A | 13 | 0 | 2C | C3 | 3B | 23 |
| Octal | 45 | 164 | 217 | 112 | 23 | 0 | 54 | 303 | 73 | 43 |
| Binary | 100101 | 1110100 | 10001111 | 1001010 | 10011 | 0 | 101100 | 11000011 | 111011 | 100011 |
Color Harmonies of #25748F
Complementary color
Monochromatic Colors of #25748F
Black with #25748F
Text Example
Text Example
White with #25748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25748F; }
p { color: rgb(37,116,143); }
H1.HeaderClassName
{
color: #25748F;
}
.AnyTagClassName
{
color: #25748F;
}
</style>
background-color css
<style>
a { background-color: #25748F; }
a { background-color: rgb(37,116,143); }
div.DivClassName
{
background-color: #25748F;
}
.BgClassName
{
background-color: #25748F;
}
</style>
border-color css
<style>
span { border-color: #25748F; }
span { border-color: rgb(37,116,143); }
td.TdClassName
{
border-color: #25748F;
}
.TagClassName
{
border-color: #25748F;
}
</style>