Shades of Astral #256E8E
Tints of Astral #256E8E
RGB
CMYK
RGB Variations
Color information
#256E8E (or 0x256E8E) is known color: Astral. HEX triplet: 25, 6E and 8E. RGB value is (37,110,142). Sum of RGB (Red+Green+Blue) = 37+110+142=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #256E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E8E is #DA9171. Grayscale: #5B5B5B. Windows color (decimal): -14324082 or 9334309. OLE color: 9334309.
HSL color Cylindrical-coordinate representation of color #256E8E: hue angle of 198.29º 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 #256E8E is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 110 | 142 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.44 |
| HSL | 198.29º | 0.59% | 0.35% | - |
| HSV(B) | 198.29º | 0.74% | 0.56% | - |
| XYZ | 11.22 | 13.5 | 27.61 | - |
| YUV | 91.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 142 | 0.74 | 0.23 | 0 | 0.44 | 198.29 | 0.59 | 0.35 |
| Hex | 25 | 6E | 8E | 4A | 17 | 0 | 2C | C6 | 3B | 23 |
| Octal | 45 | 156 | 216 | 112 | 27 | 0 | 54 | 306 | 73 | 43 |
| Binary | 100101 | 1101110 | 10001110 | 1001010 | 10111 | 0 | 101100 | 11000110 | 111011 | 100011 |
Color Harmonies of #256E8E
Complementary color
Monochromatic Colors of #256E8E
Black with #256E8E
Text Example
Text Example
White with #256E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E8E; }
p { color: rgb(37,110,142); }
H1.HeaderClassName
{
color: #256E8E;
}
.AnyTagClassName
{
color: #256E8E;
}
</style>
background-color css
<style>
a { background-color: #256E8E; }
a { background-color: rgb(37,110,142); }
div.DivClassName
{
background-color: #256E8E;
}
.BgClassName
{
background-color: #256E8E;
}
</style>
border-color css
<style>
span { border-color: #256E8E; }
span { border-color: rgb(37,110,142); }
td.TdClassName
{
border-color: #256E8E;
}
.TagClassName
{
border-color: #256E8E;
}
</style>