Shades of Astral #256F90
Tints of Astral #256F90
RGB
CMYK
RGB Variations
Color information
#256F90 (or 0x256F90) is known color: Astral. HEX triplet: 25, 6F and 90. RGB value is (37,111,144). Sum of RGB (Red+Green+Blue) = 37+111+144=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #256F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F90 is #DA906F. Grayscale: #5C5C5C. Windows color (decimal): -14323824 or 9465637. OLE color: 9465637.
HSL color Cylindrical-coordinate representation of color #256F90: hue angle of 198.5º 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 #256F90 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 111 | 144 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.44 |
| HSL | 198.5º | 0.59% | 0.35% | - |
| HSV(B) | 198.5º | 0.74% | 0.56% | - |
| XYZ | 11.48 | 13.78 | 28.44 | - |
| YUV | 92.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 144 | 0.74 | 0.23 | 0 | 0.44 | 198.5 | 0.59 | 0.35 |
| Hex | 25 | 6F | 90 | 4A | 17 | 0 | 2C | C7 | 3B | 23 |
| Octal | 45 | 157 | 220 | 112 | 27 | 0 | 54 | 307 | 73 | 43 |
| Binary | 100101 | 1101111 | 10010000 | 1001010 | 10111 | 0 | 101100 | 11000111 | 111011 | 100011 |
Color Harmonies of #256F90
Complementary color
Monochromatic Colors of #256F90
Black with #256F90
Text Example
Text Example
White with #256F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F90; }
p { color: rgb(37,111,144); }
H1.HeaderClassName
{
color: #256F90;
}
.AnyTagClassName
{
color: #256F90;
}
</style>
background-color css
<style>
a { background-color: #256F90; }
a { background-color: rgb(37,111,144); }
div.DivClassName
{
background-color: #256F90;
}
.BgClassName
{
background-color: #256F90;
}
</style>
border-color css
<style>
span { border-color: #256F90; }
span { border-color: rgb(37,111,144); }
td.TdClassName
{
border-color: #256F90;
}
.TagClassName
{
border-color: #256F90;
}
</style>