Shades of Astral #25718F
Tints of Astral #25718F
RGB
CMYK
RGB Variations
Color information
#25718F (or 0x25718F) is known color: Astral. HEX triplet: 25, 71 and 8F. RGB value is (37,113,143). Sum of RGB (Red+Green+Blue) = 37+113+143=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #25718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25718F is #DA8E70. Grayscale: #5D5D5D. Windows color (decimal): -14323313 or 9400613. OLE color: 9400613.
HSL color Cylindrical-coordinate representation of color #25718F: hue angle of 196.98º 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 #25718F is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 113 | 143 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.44 |
| HSL | 196.98º | 0.59% | 0.35% | - |
| HSV(B) | 196.98º | 0.74% | 0.56% | - |
| XYZ | 11.63 | 14.19 | 28.11 | - |
| YUV | 93.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 143 | 0.74 | 0.21 | 0 | 0.44 | 196.98 | 0.59 | 0.35 |
| Hex | 25 | 71 | 8F | 4A | 15 | 0 | 2C | C5 | 3B | 23 |
| Octal | 45 | 161 | 217 | 112 | 25 | 0 | 54 | 305 | 73 | 43 |
| Binary | 100101 | 1110001 | 10001111 | 1001010 | 10101 | 0 | 101100 | 11000101 | 111011 | 100011 |
Color Harmonies of #25718F
Complementary color
Monochromatic Colors of #25718F
Black with #25718F
Text Example
Text Example
White with #25718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25718F; }
p { color: rgb(37,113,143); }
H1.HeaderClassName
{
color: #25718F;
}
.AnyTagClassName
{
color: #25718F;
}
</style>
background-color css
<style>
a { background-color: #25718F; }
a { background-color: rgb(37,113,143); }
div.DivClassName
{
background-color: #25718F;
}
.BgClassName
{
background-color: #25718F;
}
</style>
border-color css
<style>
span { border-color: #25718F; }
span { border-color: rgb(37,113,143); }
td.TdClassName
{
border-color: #25718F;
}
.TagClassName
{
border-color: #25718F;
}
</style>