Shades of Astronaut Blue #25445B
Tints of Astronaut Blue #25445B
RGB
CMYK
RGB Variations
Color information
#25445B (or 0x25445B) is known color: Astronaut Blue. HEX triplet: 25, 44 and 5B. RGB value is (37,68,91). Sum of RGB (Red+Green+Blue) = 37+68+91=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #25445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445B is #DABBA4. Grayscale: #3D3D3D. Windows color (decimal): -14334885 or 5981221. OLE color: 5981221.
HSL color Cylindrical-coordinate representation of color #25445B: hue angle of 205.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25445B is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 68 | 91 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.64 |
| HSL | 205.56º | 0.42% | 0.25% | - |
| HSV(B) | 205.56º | 0.59% | 0.36% | - |
| XYZ | 4.72 | 5.28 | 10.67 | - |
| YUV | 61.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 91 | 0.59 | 0.25 | 0 | 0.64 | 205.56 | 0.42 | 0.25 |
| Hex | 25 | 44 | 5B | 3B | 19 | 0 | 40 | CE | 2A | 19 |
| Octal | 45 | 104 | 133 | 73 | 31 | 0 | 100 | 316 | 52 | 31 |
| Binary | 100101 | 1000100 | 1011011 | 111011 | 11001 | 0 | 1000000 | 11001110 | 101010 | 11001 |
Color Harmonies of #25445B
Complementary color
Monochromatic Colors of #25445B
Black with #25445B
Text Example
Text Example
White with #25445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25445B; }
p { color: rgb(37,68,91); }
H1.HeaderClassName
{
color: #25445B;
}
.AnyTagClassName
{
color: #25445B;
}
</style>
background-color css
<style>
a { background-color: #25445B; }
a { background-color: rgb(37,68,91); }
div.DivClassName
{
background-color: #25445B;
}
.BgClassName
{
background-color: #25445B;
}
</style>
border-color css
<style>
span { border-color: #25445B; }
span { border-color: rgb(37,68,91); }
td.TdClassName
{
border-color: #25445B;
}
.TagClassName
{
border-color: #25445B;
}
</style>