Shades of Astronaut Blue #254559
Tints of Astronaut Blue #254559
RGB
CMYK
RGB Variations
Color information
#254559 (or 0x254559) is known color: Astronaut Blue. HEX triplet: 25, 45 and 59. RGB value is (37,69,89). Sum of RGB (Red+Green+Blue) = 37+69+89=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #254559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254559 is #DABAA6. Grayscale: #3D3D3D. Windows color (decimal): -14334631 or 5850405. OLE color: 5850405.
HSL color Cylindrical-coordinate representation of color #254559: hue angle of 203.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254559 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 69 | 89 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.65 |
| HSL | 203.08º | 0.41% | 0.25% | - |
| HSV(B) | 203.08º | 0.58% | 0.35% | - |
| XYZ | 4.69 | 5.37 | 10.24 | - |
| YUV | 61.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 89 | 0.58 | 0.22 | 0 | 0.65 | 203.08 | 0.41 | 0.25 |
| Hex | 25 | 45 | 59 | 3A | 16 | 0 | 41 | CB | 29 | 19 |
| Octal | 45 | 105 | 131 | 72 | 26 | 0 | 101 | 313 | 51 | 31 |
| Binary | 100101 | 1000101 | 1011001 | 111010 | 10110 | 0 | 1000001 | 11001011 | 101001 | 11001 |
Color Harmonies of #254559
Complementary color
Monochromatic Colors of #254559
Black with #254559
Text Example
Text Example
White with #254559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254559; }
p { color: rgb(37,69,89); }
H1.HeaderClassName
{
color: #254559;
}
.AnyTagClassName
{
color: #254559;
}
</style>
background-color css
<style>
a { background-color: #254559; }
a { background-color: rgb(37,69,89); }
div.DivClassName
{
background-color: #254559;
}
.BgClassName
{
background-color: #254559;
}
</style>
border-color css
<style>
span { border-color: #254559; }
span { border-color: rgb(37,69,89); }
td.TdClassName
{
border-color: #254559;
}
.TagClassName
{
border-color: #254559;
}
</style>