Shades of Astral #256B8D
Tints of Astral #256B8D
RGB
CMYK
RGB Variations
Color information
#256B8D (or 0x256B8D) is known color: Astral. HEX triplet: 25, 6B and 8D. RGB value is (37,107,141). Sum of RGB (Red+Green+Blue) = 37+107+141=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #256B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B8D is #DA9472. Grayscale: #595959. Windows color (decimal): -14324851 or 9268005. OLE color: 9268005.
HSL color Cylindrical-coordinate representation of color #256B8D: hue angle of 199.62º 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 #256B8D is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 107 | 141 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.45 |
| HSL | 199.62º | 0.58% | 0.35% | - |
| HSV(B) | 199.62º | 0.74% | 0.55% | - |
| XYZ | 10.83 | 12.83 | 27.11 | - |
| YUV | 89.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 141 | 0.74 | 0.24 | 0 | 0.45 | 199.62 | 0.58 | 0.35 |
| Hex | 25 | 6B | 8D | 4A | 18 | 0 | 2D | C8 | 3A | 23 |
| Octal | 45 | 153 | 215 | 112 | 30 | 0 | 55 | 310 | 72 | 43 |
| Binary | 100101 | 1101011 | 10001101 | 1001010 | 11000 | 0 | 101101 | 11001000 | 111010 | 100011 |
Color Harmonies of #256B8D
Complementary color
Monochromatic Colors of #256B8D
Black with #256B8D
Text Example
Text Example
White with #256B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B8D; }
p { color: rgb(37,107,141); }
H1.HeaderClassName
{
color: #256B8D;
}
.AnyTagClassName
{
color: #256B8D;
}
</style>
background-color css
<style>
a { background-color: #256B8D; }
a { background-color: rgb(37,107,141); }
div.DivClassName
{
background-color: #256B8D;
}
.BgClassName
{
background-color: #256B8D;
}
</style>
border-color css
<style>
span { border-color: #256B8D; }
span { border-color: rgb(37,107,141); }
td.TdClassName
{
border-color: #256B8D;
}
.TagClassName
{
border-color: #256B8D;
}
</style>