Shades of Astronaut Blue #25445A
Tints of Astronaut Blue #25445A
RGB
CMYK
RGB Variations
Color information
#25445A (or 0x25445A) is known color: Astronaut Blue. HEX triplet: 25, 44 and 5A. RGB value is (37,68,90). Sum of RGB (Red+Green+Blue) = 37+68+90=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #25445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445A is #DABBA5. Grayscale: #3D3D3D. Windows color (decimal): -14334886 or 5915685. OLE color: 5915685.
HSL color Cylindrical-coordinate representation of color #25445A: hue angle of 204.91º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25445A is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 68 | 90 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.65 |
| HSL | 204.91º | 0.42% | 0.25% | - |
| HSV(B) | 204.91º | 0.59% | 0.35% | - |
| XYZ | 4.68 | 5.27 | 10.44 | - |
| YUV | 61.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 90 | 0.59 | 0.24 | 0 | 0.65 | 204.91 | 0.42 | 0.25 |
| Hex | 25 | 44 | 5A | 3B | 18 | 0 | 41 | CD | 2A | 19 |
| Octal | 45 | 104 | 132 | 73 | 30 | 0 | 101 | 315 | 52 | 31 |
| Binary | 100101 | 1000100 | 1011010 | 111011 | 11000 | 0 | 1000001 | 11001101 | 101010 | 11001 |
Color Harmonies of #25445A
Complementary color
Monochromatic Colors of #25445A
Black with #25445A
Text Example
Text Example
White with #25445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25445A; }
p { color: rgb(37,68,90); }
H1.HeaderClassName
{
color: #25445A;
}
.AnyTagClassName
{
color: #25445A;
}
</style>
background-color css
<style>
a { background-color: #25445A; }
a { background-color: rgb(37,68,90); }
div.DivClassName
{
background-color: #25445A;
}
.BgClassName
{
background-color: #25445A;
}
</style>
border-color css
<style>
span { border-color: #25445A; }
span { border-color: rgb(37,68,90); }
td.TdClassName
{
border-color: #25445A;
}
.TagClassName
{
border-color: #25445A;
}
</style>