Shades of Astronaut Blue #264355
Tints of Astronaut Blue #264355
RGB
CMYK
RGB Variations
Color information
#264355 (or 0x264355) is known color: Astronaut Blue. HEX triplet: 26, 43 and 55. RGB value is (38,67,85). Sum of RGB (Red+Green+Blue) = 38+67+85=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #264355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264355 is #D9BCAA. Grayscale: #3C3C3C. Windows color (decimal): -14269611 or 5587750. OLE color: 5587750.
HSL color Cylindrical-coordinate representation of color #264355: hue angle of 202.98º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264355 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 67 | 85 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.67 |
| HSL | 202.98º | 0.38% | 0.24% | - |
| HSV(B) | 202.98º | 0.55% | 0.33% | - |
| XYZ | 4.45 | 5.08 | 9.34 | - |
| YUV | 60.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 85 | 0.55 | 0.21 | 0 | 0.67 | 202.98 | 0.38 | 0.24 |
| Hex | 26 | 43 | 55 | 37 | 15 | 0 | 43 | CB | 26 | 18 |
| Octal | 46 | 103 | 125 | 67 | 25 | 0 | 103 | 313 | 46 | 30 |
| Binary | 100110 | 1000011 | 1010101 | 110111 | 10101 | 0 | 1000011 | 11001011 | 100110 | 11000 |
Color Harmonies of #264355
Complementary color
Monochromatic Colors of #264355
Black with #264355
Text Example
Text Example
White with #264355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264355; }
p { color: rgb(38,67,85); }
H1.HeaderClassName
{
color: #264355;
}
.AnyTagClassName
{
color: #264355;
}
</style>
background-color css
<style>
a { background-color: #264355; }
a { background-color: rgb(38,67,85); }
div.DivClassName
{
background-color: #264355;
}
.BgClassName
{
background-color: #264355;
}
</style>
border-color css
<style>
span { border-color: #264355; }
span { border-color: rgb(38,67,85); }
td.TdClassName
{
border-color: #264355;
}
.TagClassName
{
border-color: #264355;
}
</style>