Shades of Astral #256A8D
Tints of Astral #256A8D
RGB
CMYK
RGB Variations
Color information
#256A8D (or 0x256A8D) is known color: Astral. HEX triplet: 25, 6A and 8D. RGB value is (37,106,141). Sum of RGB (Red+Green+Blue) = 37+106+141=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #256A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A8D is #DA9572. Grayscale: #595959. Windows color (decimal): -14325107 or 9267749. OLE color: 9267749.
HSL color Cylindrical-coordinate representation of color #256A8D: hue angle of 200.19º 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 #256A8D is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 106 | 141 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.45 |
| HSL | 200.19º | 0.58% | 0.35% | - |
| HSV(B) | 200.19º | 0.74% | 0.55% | - |
| XYZ | 10.72 | 12.62 | 27.07 | - |
| YUV | 89.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 141 | 0.74 | 0.25 | 0 | 0.45 | 200.19 | 0.58 | 0.35 |
| Hex | 25 | 6A | 8D | 4A | 19 | 0 | 2D | C8 | 3A | 23 |
| Octal | 45 | 152 | 215 | 112 | 31 | 0 | 55 | 310 | 72 | 43 |
| Binary | 100101 | 1101010 | 10001101 | 1001010 | 11001 | 0 | 101101 | 11001000 | 111010 | 100011 |
Color Harmonies of #256A8D
Complementary color
Monochromatic Colors of #256A8D
Black with #256A8D
Text Example
Text Example
White with #256A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A8D; }
p { color: rgb(37,106,141); }
H1.HeaderClassName
{
color: #256A8D;
}
.AnyTagClassName
{
color: #256A8D;
}
</style>
background-color css
<style>
a { background-color: #256A8D; }
a { background-color: rgb(37,106,141); }
div.DivClassName
{
background-color: #256A8D;
}
.BgClassName
{
background-color: #256A8D;
}
</style>
border-color css
<style>
span { border-color: #256A8D; }
span { border-color: rgb(37,106,141); }
td.TdClassName
{
border-color: #256A8D;
}
.TagClassName
{
border-color: #256A8D;
}
</style>