Shades of Astronaut Blue #26455B
Tints of Astronaut Blue #26455B
RGB
CMYK
RGB Variations
Color information
#26455B (or 0x26455B) is known color: Astronaut Blue. HEX triplet: 26, 45 and 5B. RGB value is (38,69,91). Sum of RGB (Red+Green+Blue) = 38+69+91=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #26455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26455B is #D9BAA4. Grayscale: #3E3E3E. Windows color (decimal): -14269093 or 5981478. OLE color: 5981478.
HSL color Cylindrical-coordinate representation of color #26455B: hue angle of 204.91º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26455B is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 69 | 91 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.64 |
| HSL | 204.91º | 0.41% | 0.25% | - |
| HSV(B) | 204.91º | 0.58% | 0.36% | - |
| XYZ | 4.82 | 5.42 | 10.69 | - |
| YUV | 62.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 91 | 0.58 | 0.24 | 0 | 0.64 | 204.91 | 0.41 | 0.25 |
| Hex | 26 | 45 | 5B | 3A | 18 | 0 | 40 | CD | 29 | 19 |
| Octal | 46 | 105 | 133 | 72 | 30 | 0 | 100 | 315 | 51 | 31 |
| Binary | 100110 | 1000101 | 1011011 | 111010 | 11000 | 0 | 1000000 | 11001101 | 101001 | 11001 |
Color Harmonies of #26455B
Complementary color
Monochromatic Colors of #26455B
Black with #26455B
Text Example
Text Example
White with #26455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26455B; }
p { color: rgb(38,69,91); }
H1.HeaderClassName
{
color: #26455B;
}
.AnyTagClassName
{
color: #26455B;
}
</style>
background-color css
<style>
a { background-color: #26455B; }
a { background-color: rgb(38,69,91); }
div.DivClassName
{
background-color: #26455B;
}
.BgClassName
{
background-color: #26455B;
}
</style>
border-color css
<style>
span { border-color: #26455B; }
span { border-color: rgb(38,69,91); }
td.TdClassName
{
border-color: #26455B;
}
.TagClassName
{
border-color: #26455B;
}
</style>