Shades of Astronaut Blue #254358
Tints of Astronaut Blue #254358
RGB
CMYK
RGB Variations
Color information
#254358 (or 0x254358) is known color: Astronaut Blue. HEX triplet: 25, 43 and 58. RGB value is (37,67,88). Sum of RGB (Red+Green+Blue) = 37+67+88=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #254358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254358 is #DABCA7. Grayscale: #3C3C3C. Windows color (decimal): -14335144 or 5784357. OLE color: 5784357.
HSL color Cylindrical-coordinate representation of color #254358: hue angle of 204.71º 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 #254358 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 67 | 88 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.65 |
| HSL | 204.71º | 0.41% | 0.25% | - |
| HSV(B) | 204.71º | 0.58% | 0.35% | - |
| XYZ | 4.53 | 5.11 | 9.98 | - |
| YUV | 60.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 88 | 0.58 | 0.24 | 0 | 0.65 | 204.71 | 0.41 | 0.25 |
| Hex | 25 | 43 | 58 | 3A | 18 | 0 | 41 | CD | 29 | 19 |
| Octal | 45 | 103 | 130 | 72 | 30 | 0 | 101 | 315 | 51 | 31 |
| Binary | 100101 | 1000011 | 1011000 | 111010 | 11000 | 0 | 1000001 | 11001101 | 101001 | 11001 |
Color Harmonies of #254358
Complementary color
Monochromatic Colors of #254358
Black with #254358
Text Example
Text Example
White with #254358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254358; }
p { color: rgb(37,67,88); }
H1.HeaderClassName
{
color: #254358;
}
.AnyTagClassName
{
color: #254358;
}
</style>
background-color css
<style>
a { background-color: #254358; }
a { background-color: rgb(37,67,88); }
div.DivClassName
{
background-color: #254358;
}
.BgClassName
{
background-color: #254358;
}
</style>
border-color css
<style>
span { border-color: #254358; }
span { border-color: rgb(37,67,88); }
td.TdClassName
{
border-color: #254358;
}
.TagClassName
{
border-color: #254358;
}
</style>