Shades of Astral #266C8E
Tints of Astral #266C8E
RGB
CMYK
RGB Variations
Color information
#266C8E (or 0x266C8E) is known color: Astral. HEX triplet: 26, 6C and 8E. RGB value is (38,108,142). Sum of RGB (Red+Green+Blue) = 38+108+142=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #266C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C8E is #D99371. Grayscale: #5A5A5A. Windows color (decimal): -14259058 or 9333798. OLE color: 9333798.
HSL color Cylindrical-coordinate representation of color #266C8E: hue angle of 199.62º 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 #266C8E is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 108 | 142 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.44 |
| HSL | 199.62º | 0.58% | 0.35% | - |
| HSV(B) | 199.62º | 0.73% | 0.56% | - |
| XYZ | 11.04 | 13.09 | 27.54 | - |
| YUV | 90.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 142 | 0.73 | 0.24 | 0 | 0.44 | 199.62 | 0.58 | 0.35 |
| Hex | 26 | 6C | 8E | 49 | 18 | 0 | 2C | C8 | 3A | 23 |
| Octal | 46 | 154 | 216 | 111 | 30 | 0 | 54 | 310 | 72 | 43 |
| Binary | 100110 | 1101100 | 10001110 | 1001001 | 11000 | 0 | 101100 | 11001000 | 111010 | 100011 |
Color Harmonies of #266C8E
Complementary color
Monochromatic Colors of #266C8E
Black with #266C8E
Text Example
Text Example
White with #266C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C8E; }
p { color: rgb(38,108,142); }
H1.HeaderClassName
{
color: #266C8E;
}
.AnyTagClassName
{
color: #266C8E;
}
</style>
background-color css
<style>
a { background-color: #266C8E; }
a { background-color: rgb(38,108,142); }
div.DivClassName
{
background-color: #266C8E;
}
.BgClassName
{
background-color: #266C8E;
}
</style>
border-color css
<style>
span { border-color: #266C8E; }
span { border-color: rgb(38,108,142); }
td.TdClassName
{
border-color: #266C8E;
}
.TagClassName
{
border-color: #266C8E;
}
</style>