Shades of Astral #26728E
Tints of Astral #26728E
RGB
CMYK
RGB Variations
Color information
#26728E (or 0x26728E) is known color: Astral. HEX triplet: 26, 72 and 8E. RGB value is (38,114,142). Sum of RGB (Red+Green+Blue) = 38+114+142=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #26728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26728E is #D98D71. Grayscale: #5E5E5E. Windows color (decimal): -14257522 or 9335334. OLE color: 9335334.
HSL color Cylindrical-coordinate representation of color #26728E: hue angle of 196.15º 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 #26728E is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 114 | 142 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.44 |
| HSL | 196.15º | 0.58% | 0.35% | - |
| HSV(B) | 196.15º | 0.73% | 0.56% | - |
| XYZ | 11.7 | 14.4 | 27.75 | - |
| YUV | 94.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 142 | 0.73 | 0.20 | 0 | 0.44 | 196.15 | 0.58 | 0.35 |
| Hex | 26 | 72 | 8E | 49 | 14 | 0 | 2C | C4 | 3A | 23 |
| Octal | 46 | 162 | 216 | 111 | 24 | 0 | 54 | 304 | 72 | 43 |
| Binary | 100110 | 1110010 | 10001110 | 1001001 | 10100 | 0 | 101100 | 11000100 | 111010 | 100011 |
Color Harmonies of #26728E
Complementary color
Monochromatic Colors of #26728E
Black with #26728E
Text Example
Text Example
White with #26728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26728E; }
p { color: rgb(38,114,142); }
H1.HeaderClassName
{
color: #26728E;
}
.AnyTagClassName
{
color: #26728E;
}
</style>
background-color css
<style>
a { background-color: #26728E; }
a { background-color: rgb(38,114,142); }
div.DivClassName
{
background-color: #26728E;
}
.BgClassName
{
background-color: #26728E;
}
</style>
border-color css
<style>
span { border-color: #26728E; }
span { border-color: rgb(38,114,142); }
td.TdClassName
{
border-color: #26728E;
}
.TagClassName
{
border-color: #26728E;
}
</style>