Shades of Astral #26758D
Tints of Astral #26758D
RGB
CMYK
RGB Variations
Color information
#26758D (or 0x26758D) is known color: Astral. HEX triplet: 26, 75 and 8D. RGB value is (38,117,141). Sum of RGB (Red+Green+Blue) = 38+117+141=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #26758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26758D is #D98A72. Grayscale: #5F5F5F. Windows color (decimal): -14256755 or 9270566. OLE color: 9270566.
HSL color Cylindrical-coordinate representation of color #26758D: hue angle of 193.98º 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 #26758D is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 117 | 141 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.45 |
| HSL | 193.98º | 0.58% | 0.35% | - |
| HSV(B) | 193.98º | 0.73% | 0.55% | - |
| XYZ | 11.97 | 15.06 | 27.47 | - |
| YUV | 96.12 | 153.33 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 141 | 0.73 | 0.17 | 0 | 0.45 | 193.98 | 0.58 | 0.35 |
| Hex | 26 | 75 | 8D | 49 | 11 | 0 | 2D | C2 | 3A | 23 |
| Octal | 46 | 165 | 215 | 111 | 21 | 0 | 55 | 302 | 72 | 43 |
| Binary | 100110 | 1110101 | 10001101 | 1001001 | 10001 | 0 | 101101 | 11000010 | 111010 | 100011 |
Color Harmonies of #26758D
Complementary color
Monochromatic Colors of #26758D
Black with #26758D
Text Example
Text Example
White with #26758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26758D; }
p { color: rgb(38,117,141); }
H1.HeaderClassName
{
color: #26758D;
}
.AnyTagClassName
{
color: #26758D;
}
</style>
background-color css
<style>
a { background-color: #26758D; }
a { background-color: rgb(38,117,141); }
div.DivClassName
{
background-color: #26758D;
}
.BgClassName
{
background-color: #26758D;
}
</style>
border-color css
<style>
span { border-color: #26758D; }
span { border-color: rgb(38,117,141); }
td.TdClassName
{
border-color: #26758D;
}
.TagClassName
{
border-color: #26758D;
}
</style>