Shades of Astronaut Blue #264658
Tints of Astronaut Blue #264658
RGB
CMYK
RGB Variations
Color information
#264658 (or 0x264658) is known color: Astronaut Blue. HEX triplet: 26, 46 and 58. RGB value is (38,70,88). Sum of RGB (Red+Green+Blue) = 38+70+88=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #264658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264658 is #D9B9A7. Grayscale: #3E3E3E. Windows color (decimal): -14268840 or 5785126. OLE color: 5785126.
HSL color Cylindrical-coordinate representation of color #264658: hue angle of 201.6º 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 #264658 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 70 | 88 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.65 |
| HSL | 201.6º | 0.4% | 0.25% | - |
| HSV(B) | 201.6º | 0.57% | 0.35% | - |
| XYZ | 4.75 | 5.5 | 10.04 | - |
| YUV | 62.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 88 | 0.57 | 0.20 | 0 | 0.65 | 201.6 | 0.4 | 0.25 |
| Hex | 26 | 46 | 58 | 39 | 14 | 0 | 41 | CA | 28 | 19 |
| Octal | 46 | 106 | 130 | 71 | 24 | 0 | 101 | 312 | 50 | 31 |
| Binary | 100110 | 1000110 | 1011000 | 111001 | 10100 | 0 | 1000001 | 11001010 | 101000 | 11001 |
Color Harmonies of #264658
Complementary color
Monochromatic Colors of #264658
Black with #264658
Text Example
Text Example
White with #264658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264658; }
p { color: rgb(38,70,88); }
H1.HeaderClassName
{
color: #264658;
}
.AnyTagClassName
{
color: #264658;
}
</style>
background-color css
<style>
a { background-color: #264658; }
a { background-color: rgb(38,70,88); }
div.DivClassName
{
background-color: #264658;
}
.BgClassName
{
background-color: #264658;
}
</style>
border-color css
<style>
span { border-color: #264658; }
span { border-color: rgb(38,70,88); }
td.TdClassName
{
border-color: #264658;
}
.TagClassName
{
border-color: #264658;
}
</style>