Shades of Astral #26688E
Tints of Astral #26688E
RGB
CMYK
RGB Variations
Color information
#26688E (or 0x26688E) is known color: Astral. HEX triplet: 26, 68 and 8E. RGB value is (38,104,142). Sum of RGB (Red+Green+Blue) = 38+104+142=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #26688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26688E is #D99771. Grayscale: #585858. Windows color (decimal): -14260082 or 9332774. OLE color: 9332774.
HSL color Cylindrical-coordinate representation of color #26688E: hue angle of 201.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26688E is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 104 | 142 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.44 |
| HSL | 201.92º | 0.58% | 0.35% | - |
| HSV(B) | 201.92º | 0.73% | 0.56% | - |
| XYZ | 10.63 | 12.27 | 27.4 | - |
| YUV | 88.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 142 | 0.73 | 0.27 | 0 | 0.44 | 201.92 | 0.58 | 0.35 |
| Hex | 26 | 68 | 8E | 49 | 1B | 0 | 2C | CA | 3A | 23 |
| Octal | 46 | 150 | 216 | 111 | 33 | 0 | 54 | 312 | 72 | 43 |
| Binary | 100110 | 1101000 | 10001110 | 1001001 | 11011 | 0 | 101100 | 11001010 | 111010 | 100011 |
Color Harmonies of #26688E
Complementary color
Monochromatic Colors of #26688E
Black with #26688E
Text Example
Text Example
White with #26688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26688E; }
p { color: rgb(38,104,142); }
H1.HeaderClassName
{
color: #26688E;
}
.AnyTagClassName
{
color: #26688E;
}
</style>
background-color css
<style>
a { background-color: #26688E; }
a { background-color: rgb(38,104,142); }
div.DivClassName
{
background-color: #26688E;
}
.BgClassName
{
background-color: #26688E;
}
</style>
border-color css
<style>
span { border-color: #26688E; }
span { border-color: rgb(38,104,142); }
td.TdClassName
{
border-color: #26688E;
}
.TagClassName
{
border-color: #26688E;
}
</style>