Shades of Astral #26698D
Tints of Astral #26698D
RGB
CMYK
RGB Variations
Color information
#26698D (or 0x26698D) is known color: Astral. HEX triplet: 26, 69 and 8D. RGB value is (38,105,141). Sum of RGB (Red+Green+Blue) = 38+105+141=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #26698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26698D is #D99672. Grayscale: #585858. Windows color (decimal): -14259827 or 9267494. OLE color: 9267494.
HSL color Cylindrical-coordinate representation of color #26698D: hue angle of 200.97º 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 #26698D is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 105 | 141 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.45 |
| HSL | 200.97º | 0.58% | 0.35% | - |
| HSV(B) | 200.97º | 0.73% | 0.55% | - |
| XYZ | 10.66 | 12.44 | 27.04 | - |
| YUV | 89.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 141 | 0.73 | 0.26 | 0 | 0.45 | 200.97 | 0.58 | 0.35 |
| Hex | 26 | 69 | 8D | 49 | 1A | 0 | 2D | C9 | 3A | 23 |
| Octal | 46 | 151 | 215 | 111 | 32 | 0 | 55 | 311 | 72 | 43 |
| Binary | 100110 | 1101001 | 10001101 | 1001001 | 11010 | 0 | 101101 | 11001001 | 111010 | 100011 |
Color Harmonies of #26698D
Complementary color
Monochromatic Colors of #26698D
Black with #26698D
Text Example
Text Example
White with #26698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26698D; }
p { color: rgb(38,105,141); }
H1.HeaderClassName
{
color: #26698D;
}
.AnyTagClassName
{
color: #26698D;
}
</style>
background-color css
<style>
a { background-color: #26698D; }
a { background-color: rgb(38,105,141); }
div.DivClassName
{
background-color: #26698D;
}
.BgClassName
{
background-color: #26698D;
}
</style>
border-color css
<style>
span { border-color: #26698D; }
span { border-color: rgb(38,105,141); }
td.TdClassName
{
border-color: #26698D;
}
.TagClassName
{
border-color: #26698D;
}
</style>