Shades of Astronaut Blue #254657
Tints of Astronaut Blue #254657
RGB
CMYK
RGB Variations
Color information
#254657 (or 0x254657) is known color: Astronaut Blue. HEX triplet: 25, 46 and 57. RGB value is (37,70,87). Sum of RGB (Red+Green+Blue) = 37+70+87=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #254657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254657 is #DAB9A8. Grayscale: #3D3D3D. Windows color (decimal): -14334377 or 5719589. OLE color: 5719589.
HSL color Cylindrical-coordinate representation of color #254657: hue angle of 200.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254657 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 70 | 87 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.66 |
| HSL | 200.4º | 0.4% | 0.24% | - |
| HSV(B) | 200.4º | 0.57% | 0.34% | - |
| XYZ | 4.67 | 5.46 | 9.82 | - |
| YUV | 62.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 87 | 0.57 | 0.20 | 0 | 0.66 | 200.4 | 0.4 | 0.24 |
| Hex | 25 | 46 | 57 | 39 | 14 | 0 | 42 | C8 | 28 | 18 |
| Octal | 45 | 106 | 127 | 71 | 24 | 0 | 102 | 310 | 50 | 30 |
| Binary | 100101 | 1000110 | 1010111 | 111001 | 10100 | 0 | 1000010 | 11001000 | 101000 | 11000 |
Color Harmonies of #254657
Complementary color
Monochromatic Colors of #254657
Black with #254657
Text Example
Text Example
White with #254657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254657; }
p { color: rgb(37,70,87); }
H1.HeaderClassName
{
color: #254657;
}
.AnyTagClassName
{
color: #254657;
}
</style>
background-color css
<style>
a { background-color: #254657; }
a { background-color: rgb(37,70,87); }
div.DivClassName
{
background-color: #254657;
}
.BgClassName
{
background-color: #254657;
}
</style>
border-color css
<style>
span { border-color: #254657; }
span { border-color: rgb(37,70,87); }
td.TdClassName
{
border-color: #254657;
}
.TagClassName
{
border-color: #254657;
}
</style>