Shades of Astral #26708D
Tints of Astral #26708D
RGB
CMYK
RGB Variations
Color information
#26708D (or 0x26708D) is known color: Astral. HEX triplet: 26, 70 and 8D. RGB value is (38,112,141). Sum of RGB (Red+Green+Blue) = 38+112+141=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #26708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26708D is #D98F72. Grayscale: #5C5C5C. Windows color (decimal): -14258035 or 9269286. OLE color: 9269286.
HSL color Cylindrical-coordinate representation of color #26708D: hue angle of 196.89º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26708D is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 112 | 141 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.45 |
| HSL | 196.89º | 0.58% | 0.35% | - |
| HSV(B) | 196.89º | 0.73% | 0.55% | - |
| XYZ | 11.4 | 13.92 | 27.29 | - |
| YUV | 93.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 141 | 0.73 | 0.21 | 0 | 0.45 | 196.89 | 0.58 | 0.35 |
| Hex | 26 | 70 | 8D | 49 | 15 | 0 | 2D | C5 | 3A | 23 |
| Octal | 46 | 160 | 215 | 111 | 25 | 0 | 55 | 305 | 72 | 43 |
| Binary | 100110 | 1110000 | 10001101 | 1001001 | 10101 | 0 | 101101 | 11000101 | 111010 | 100011 |
Color Harmonies of #26708D
Complementary color
Monochromatic Colors of #26708D
Black with #26708D
Text Example
Text Example
White with #26708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26708D; }
p { color: rgb(38,112,141); }
H1.HeaderClassName
{
color: #26708D;
}
.AnyTagClassName
{
color: #26708D;
}
</style>
background-color css
<style>
a { background-color: #26708D; }
a { background-color: rgb(38,112,141); }
div.DivClassName
{
background-color: #26708D;
}
.BgClassName
{
background-color: #26708D;
}
</style>
border-color css
<style>
span { border-color: #26708D; }
span { border-color: rgb(38,112,141); }
td.TdClassName
{
border-color: #26708D;
}
.TagClassName
{
border-color: #26708D;
}
</style>