Shades of Astral #256A91
Tints of Astral #256A91
RGB
CMYK
RGB Variations
Color information
#256A91 (or 0x256A91) is known color: Astral. HEX triplet: 25, 6A and 91. RGB value is (37,106,145). Sum of RGB (Red+Green+Blue) = 37+106+145=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #256A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A91 is #DA956E. Grayscale: #595959. Windows color (decimal): -14325103 or 9529893. OLE color: 9529893.
HSL color Cylindrical-coordinate representation of color #256A91: hue angle of 201.67º 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 #256A91 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 106 | 145 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.43 |
| HSL | 201.67º | 0.59% | 0.36% | - |
| HSV(B) | 201.67º | 0.74% | 0.57% | - |
| XYZ | 11.03 | 12.75 | 28.67 | - |
| YUV | 89.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 145 | 0.74 | 0.27 | 0 | 0.43 | 201.67 | 0.59 | 0.36 |
| Hex | 25 | 6A | 91 | 4A | 1B | 0 | 2B | CA | 3B | 24 |
| Octal | 45 | 152 | 221 | 112 | 33 | 0 | 53 | 312 | 73 | 44 |
| Binary | 100101 | 1101010 | 10010001 | 1001010 | 11011 | 0 | 101011 | 11001010 | 111011 | 100100 |
Color Harmonies of #256A91
Complementary color
Monochromatic Colors of #256A91
Black with #256A91
Text Example
Text Example
White with #256A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A91; }
p { color: rgb(37,106,145); }
H1.HeaderClassName
{
color: #256A91;
}
.AnyTagClassName
{
color: #256A91;
}
</style>
background-color css
<style>
a { background-color: #256A91; }
a { background-color: rgb(37,106,145); }
div.DivClassName
{
background-color: #256A91;
}
.BgClassName
{
background-color: #256A91;
}
</style>
border-color css
<style>
span { border-color: #256A91; }
span { border-color: rgb(37,106,145); }
td.TdClassName
{
border-color: #256A91;
}
.TagClassName
{
border-color: #256A91;
}
</style>