Shades of Astral #256B91
Tints of Astral #256B91
RGB
CMYK
RGB Variations
Color information
#256B91 (or 0x256B91) is known color: Astral. HEX triplet: 25, 6B and 91. RGB value is (37,107,145). Sum of RGB (Red+Green+Blue) = 37+107+145=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #256B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B91 is #DA946E. Grayscale: #5A5A5A. Windows color (decimal): -14324847 or 9530149. OLE color: 9530149.
HSL color Cylindrical-coordinate representation of color #256B91: hue angle of 201.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256B91 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 107 | 145 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.43 |
| HSL | 201.11º | 0.59% | 0.36% | - |
| HSV(B) | 201.11º | 0.74% | 0.57% | - |
| XYZ | 11.13 | 12.95 | 28.7 | - |
| YUV | 90.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 145 | 0.74 | 0.26 | 0 | 0.43 | 201.11 | 0.59 | 0.36 |
| Hex | 25 | 6B | 91 | 4A | 1A | 0 | 2B | C9 | 3B | 24 |
| Octal | 45 | 153 | 221 | 112 | 32 | 0 | 53 | 311 | 73 | 44 |
| Binary | 100101 | 1101011 | 10010001 | 1001010 | 11010 | 0 | 101011 | 11001001 | 111011 | 100100 |
Color Harmonies of #256B91
Complementary color
Monochromatic Colors of #256B91
Black with #256B91
Text Example
Text Example
White with #256B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B91; }
p { color: rgb(37,107,145); }
H1.HeaderClassName
{
color: #256B91;
}
.AnyTagClassName
{
color: #256B91;
}
</style>
background-color css
<style>
a { background-color: #256B91; }
a { background-color: rgb(37,107,145); }
div.DivClassName
{
background-color: #256B91;
}
.BgClassName
{
background-color: #256B91;
}
</style>
border-color css
<style>
span { border-color: #256B91; }
span { border-color: rgb(37,107,145); }
td.TdClassName
{
border-color: #256B91;
}
.TagClassName
{
border-color: #256B91;
}
</style>