Shades of Astronaut Blue #264559
Tints of Astronaut Blue #264559
RGB
CMYK
RGB Variations
Color information
#264559 (or 0x264559) is known color: Astronaut Blue. HEX triplet: 26, 45 and 59. RGB value is (38,69,89). Sum of RGB (Red+Green+Blue) = 38+69+89=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #264559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264559 is #D9BAA6. Grayscale: #3D3D3D. Windows color (decimal): -14269095 or 5850406. OLE color: 5850406.
HSL color Cylindrical-coordinate representation of color #264559: hue angle of 203.53º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264559 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 69 | 89 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.65 |
| HSL | 203.53º | 0.4% | 0.25% | - |
| HSV(B) | 203.53º | 0.57% | 0.35% | - |
| XYZ | 4.73 | 5.39 | 10.24 | - |
| YUV | 62.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 89 | 0.57 | 0.22 | 0 | 0.65 | 203.53 | 0.4 | 0.25 |
| Hex | 26 | 45 | 59 | 39 | 16 | 0 | 41 | CC | 28 | 19 |
| Octal | 46 | 105 | 131 | 71 | 26 | 0 | 101 | 314 | 50 | 31 |
| Binary | 100110 | 1000101 | 1011001 | 111001 | 10110 | 0 | 1000001 | 11001100 | 101000 | 11001 |
Color Harmonies of #264559
Complementary color
Monochromatic Colors of #264559
Black with #264559
Text Example
Text Example
White with #264559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264559; }
p { color: rgb(38,69,89); }
H1.HeaderClassName
{
color: #264559;
}
.AnyTagClassName
{
color: #264559;
}
</style>
background-color css
<style>
a { background-color: #264559; }
a { background-color: rgb(38,69,89); }
div.DivClassName
{
background-color: #264559;
}
.BgClassName
{
background-color: #264559;
}
</style>
border-color css
<style>
span { border-color: #264559; }
span { border-color: rgb(38,69,89); }
td.TdClassName
{
border-color: #264559;
}
.TagClassName
{
border-color: #264559;
}
</style>