Shades of Astronaut Blue #254658
Tints of Astronaut Blue #254658
RGB
CMYK
RGB Variations
Color information
#254658 (or 0x254658) is known color: Astronaut Blue. HEX triplet: 25, 46 and 58. RGB value is (37,70,88). Sum of RGB (Red+Green+Blue) = 37+70+88=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #254658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254658 is #DAB9A7. Grayscale: #3E3E3E. Windows color (decimal): -14334376 or 5785125. OLE color: 5785125.
HSL color Cylindrical-coordinate representation of color #254658: hue angle of 201.18º 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 #254658 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 70 | 88 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.65 |
| HSL | 201.18º | 0.41% | 0.25% | - |
| HSV(B) | 201.18º | 0.58% | 0.35% | - |
| XYZ | 4.71 | 5.48 | 10.04 | - |
| YUV | 62.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 88 | 0.58 | 0.20 | 0 | 0.65 | 201.18 | 0.41 | 0.25 |
| Hex | 25 | 46 | 58 | 3A | 14 | 0 | 41 | C9 | 29 | 19 |
| Octal | 45 | 106 | 130 | 72 | 24 | 0 | 101 | 311 | 51 | 31 |
| Binary | 100101 | 1000110 | 1011000 | 111010 | 10100 | 0 | 1000001 | 11001001 | 101001 | 11001 |
Color Harmonies of #254658
Complementary color
Monochromatic Colors of #254658
Black with #254658
Text Example
Text Example
White with #254658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254658; }
p { color: rgb(37,70,88); }
H1.HeaderClassName
{
color: #254658;
}
.AnyTagClassName
{
color: #254658;
}
</style>
background-color css
<style>
a { background-color: #254658; }
a { background-color: rgb(37,70,88); }
div.DivClassName
{
background-color: #254658;
}
.BgClassName
{
background-color: #254658;
}
</style>
border-color css
<style>
span { border-color: #254658; }
span { border-color: rgb(37,70,88); }
td.TdClassName
{
border-color: #254658;
}
.TagClassName
{
border-color: #254658;
}
</style>