Shades of Astral #256C8E
Tints of Astral #256C8E
RGB
CMYK
RGB Variations
Color information
#256C8E (or 0x256C8E) is known color: Astral. HEX triplet: 25, 6C and 8E. RGB value is (37,108,142). Sum of RGB (Red+Green+Blue) = 37+108+142=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #256C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C8E is #DA9371. Grayscale: #5A5A5A. Windows color (decimal): -14324594 or 9333797. OLE color: 9333797.
HSL color Cylindrical-coordinate representation of color #256C8E: hue angle of 199.43º 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 #256C8E is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 108 | 142 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.44 |
| HSL | 199.43º | 0.59% | 0.35% | - |
| HSV(B) | 199.43º | 0.74% | 0.56% | - |
| XYZ | 11.01 | 13.07 | 27.53 | - |
| YUV | 90.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 142 | 0.74 | 0.24 | 0 | 0.44 | 199.43 | 0.59 | 0.35 |
| Hex | 25 | 6C | 8E | 4A | 18 | 0 | 2C | C7 | 3B | 23 |
| Octal | 45 | 154 | 216 | 112 | 30 | 0 | 54 | 307 | 73 | 43 |
| Binary | 100101 | 1101100 | 10001110 | 1001010 | 11000 | 0 | 101100 | 11000111 | 111011 | 100011 |
Color Harmonies of #256C8E
Complementary color
Monochromatic Colors of #256C8E
Black with #256C8E
Text Example
Text Example
White with #256C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C8E; }
p { color: rgb(37,108,142); }
H1.HeaderClassName
{
color: #256C8E;
}
.AnyTagClassName
{
color: #256C8E;
}
</style>
background-color css
<style>
a { background-color: #256C8E; }
a { background-color: rgb(37,108,142); }
div.DivClassName
{
background-color: #256C8E;
}
.BgClassName
{
background-color: #256C8E;
}
</style>
border-color css
<style>
span { border-color: #256C8E; }
span { border-color: rgb(37,108,142); }
td.TdClassName
{
border-color: #256C8E;
}
.TagClassName
{
border-color: #256C8E;
}
</style>