Shades of Astral #256A90
Tints of Astral #256A90
RGB
CMYK
RGB Variations
Color information
#256A90 (or 0x256A90) is known color: Astral. HEX triplet: 25, 6A and 90. RGB value is (37,106,144). Sum of RGB (Red+Green+Blue) = 37+106+144=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #256A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A90 is #DA956F. Grayscale: #595959. Windows color (decimal): -14325104 or 9464357. OLE color: 9464357.
HSL color Cylindrical-coordinate representation of color #256A90: hue angle of 201.31º 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 #256A90 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 106 | 144 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.44 |
| HSL | 201.31º | 0.59% | 0.35% | - |
| HSV(B) | 201.31º | 0.74% | 0.56% | - |
| XYZ | 10.95 | 12.72 | 28.26 | - |
| YUV | 89.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 144 | 0.74 | 0.26 | 0 | 0.44 | 201.31 | 0.59 | 0.35 |
| Hex | 25 | 6A | 90 | 4A | 1A | 0 | 2C | C9 | 3B | 23 |
| Octal | 45 | 152 | 220 | 112 | 32 | 0 | 54 | 311 | 73 | 43 |
| Binary | 100101 | 1101010 | 10010000 | 1001010 | 11010 | 0 | 101100 | 11001001 | 111011 | 100011 |
Color Harmonies of #256A90
Complementary color
Monochromatic Colors of #256A90
Black with #256A90
Text Example
Text Example
White with #256A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A90; }
p { color: rgb(37,106,144); }
H1.HeaderClassName
{
color: #256A90;
}
.AnyTagClassName
{
color: #256A90;
}
</style>
background-color css
<style>
a { background-color: #256A90; }
a { background-color: rgb(37,106,144); }
div.DivClassName
{
background-color: #256A90;
}
.BgClassName
{
background-color: #256A90;
}
</style>
border-color css
<style>
span { border-color: #256A90; }
span { border-color: rgb(37,106,144); }
td.TdClassName
{
border-color: #256A90;
}
.TagClassName
{
border-color: #256A90;
}
</style>