Shades of Astral #256E8D
Tints of Astral #256E8D
RGB
CMYK
RGB Variations
Color information
#256E8D (or 0x256E8D) is known color: Astral. HEX triplet: 25, 6E and 8D. RGB value is (37,110,141). Sum of RGB (Red+Green+Blue) = 37+110+141=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #256E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E8D is #DA9172. Grayscale: #5B5B5B. Windows color (decimal): -14324083 or 9268773. OLE color: 9268773.
HSL color Cylindrical-coordinate representation of color #256E8D: hue angle of 197.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256E8D is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 110 | 141 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.45 |
| HSL | 197.88º | 0.58% | 0.35% | - |
| HSV(B) | 197.88º | 0.74% | 0.55% | - |
| XYZ | 11.15 | 13.47 | 27.21 | - |
| YUV | 91.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 141 | 0.74 | 0.22 | 0 | 0.45 | 197.88 | 0.58 | 0.35 |
| Hex | 25 | 6E | 8D | 4A | 16 | 0 | 2D | C6 | 3A | 23 |
| Octal | 45 | 156 | 215 | 112 | 26 | 0 | 55 | 306 | 72 | 43 |
| Binary | 100101 | 1101110 | 10001101 | 1001010 | 10110 | 0 | 101101 | 11000110 | 111010 | 100011 |
Color Harmonies of #256E8D
Complementary color
Monochromatic Colors of #256E8D
Black with #256E8D
Text Example
Text Example
White with #256E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E8D; }
p { color: rgb(37,110,141); }
H1.HeaderClassName
{
color: #256E8D;
}
.AnyTagClassName
{
color: #256E8D;
}
</style>
background-color css
<style>
a { background-color: #256E8D; }
a { background-color: rgb(37,110,141); }
div.DivClassName
{
background-color: #256E8D;
}
.BgClassName
{
background-color: #256E8D;
}
</style>
border-color css
<style>
span { border-color: #256E8D; }
span { border-color: rgb(37,110,141); }
td.TdClassName
{
border-color: #256E8D;
}
.TagClassName
{
border-color: #256E8D;
}
</style>