Shades of Astral #26728D
Tints of Astral #26728D
RGB
CMYK
RGB Variations
Color information
#26728D (or 0x26728D) is known color: Astral. HEX triplet: 26, 72 and 8D. RGB value is (38,114,141). Sum of RGB (Red+Green+Blue) = 38+114+141=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #26728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26728D is #D98D72. Grayscale: #5E5E5E. Windows color (decimal): -14257523 or 9269798. OLE color: 9269798.
HSL color Cylindrical-coordinate representation of color #26728D: hue angle of 195.73º 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 #26728D is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 114 | 141 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.45 |
| HSL | 195.73º | 0.58% | 0.35% | - |
| HSV(B) | 195.73º | 0.73% | 0.55% | - |
| XYZ | 11.62 | 14.37 | 27.36 | - |
| YUV | 94.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 141 | 0.73 | 0.19 | 0 | 0.45 | 195.73 | 0.58 | 0.35 |
| Hex | 26 | 72 | 8D | 49 | 13 | 0 | 2D | C4 | 3A | 23 |
| Octal | 46 | 162 | 215 | 111 | 23 | 0 | 55 | 304 | 72 | 43 |
| Binary | 100110 | 1110010 | 10001101 | 1001001 | 10011 | 0 | 101101 | 11000100 | 111010 | 100011 |
Color Harmonies of #26728D
Complementary color
Monochromatic Colors of #26728D
Black with #26728D
Text Example
Text Example
White with #26728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26728D; }
p { color: rgb(38,114,141); }
H1.HeaderClassName
{
color: #26728D;
}
.AnyTagClassName
{
color: #26728D;
}
</style>
background-color css
<style>
a { background-color: #26728D; }
a { background-color: rgb(38,114,141); }
div.DivClassName
{
background-color: #26728D;
}
.BgClassName
{
background-color: #26728D;
}
</style>
border-color css
<style>
span { border-color: #26728D; }
span { border-color: rgb(38,114,141); }
td.TdClassName
{
border-color: #26728D;
}
.TagClassName
{
border-color: #26728D;
}
</style>