Shades of Astronaut Blue #25455A
Tints of Astronaut Blue #25455A
RGB
CMYK
RGB Variations
Color information
#25455A (or 0x25455A) is known color: Astronaut Blue. HEX triplet: 25, 45 and 5A. RGB value is (37,69,90). Sum of RGB (Red+Green+Blue) = 37+69+90=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #25455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455A is #DABAA5. Grayscale: #3D3D3D. Windows color (decimal): -14334630 or 5915941. OLE color: 5915941.
HSL color Cylindrical-coordinate representation of color #25455A: hue angle of 203.77º 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 #25455A is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 69 | 90 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.65 |
| HSL | 203.77º | 0.42% | 0.25% | - |
| HSV(B) | 203.77º | 0.59% | 0.35% | - |
| XYZ | 4.74 | 5.39 | 10.46 | - |
| YUV | 61.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 90 | 0.59 | 0.23 | 0 | 0.65 | 203.77 | 0.42 | 0.25 |
| Hex | 25 | 45 | 5A | 3B | 17 | 0 | 41 | CC | 2A | 19 |
| Octal | 45 | 105 | 132 | 73 | 27 | 0 | 101 | 314 | 52 | 31 |
| Binary | 100101 | 1000101 | 1011010 | 111011 | 10111 | 0 | 1000001 | 11001100 | 101010 | 11001 |
Color Harmonies of #25455A
Complementary color
Monochromatic Colors of #25455A
Black with #25455A
Text Example
Text Example
White with #25455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25455A; }
p { color: rgb(37,69,90); }
H1.HeaderClassName
{
color: #25455A;
}
.AnyTagClassName
{
color: #25455A;
}
</style>
background-color css
<style>
a { background-color: #25455A; }
a { background-color: rgb(37,69,90); }
div.DivClassName
{
background-color: #25455A;
}
.BgClassName
{
background-color: #25455A;
}
</style>
border-color css
<style>
span { border-color: #25455A; }
span { border-color: rgb(37,69,90); }
td.TdClassName
{
border-color: #25455A;
}
.TagClassName
{
border-color: #25455A;
}
</style>