Shades of Astral #266D8F
Tints of Astral #266D8F
RGB
CMYK
RGB Variations
Color information
#266D8F (or 0x266D8F) is known color: Astral. HEX triplet: 26, 6D and 8F. RGB value is (38,109,143). Sum of RGB (Red+Green+Blue) = 38+109+143=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #266D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D8F is #D99270. Grayscale: #5B5B5B. Windows color (decimal): -14258801 or 9399590. OLE color: 9399590.
HSL color Cylindrical-coordinate representation of color #266D8F: hue angle of 199.43º 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 #266D8F is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 109 | 143 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.44 |
| HSL | 199.43º | 0.58% | 0.35% | - |
| HSV(B) | 199.43º | 0.73% | 0.56% | - |
| XYZ | 11.23 | 13.33 | 27.97 | - |
| YUV | 91.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 143 | 0.73 | 0.24 | 0 | 0.44 | 199.43 | 0.58 | 0.35 |
| Hex | 26 | 6D | 8F | 49 | 18 | 0 | 2C | C7 | 3A | 23 |
| Octal | 46 | 155 | 217 | 111 | 30 | 0 | 54 | 307 | 72 | 43 |
| Binary | 100110 | 1101101 | 10001111 | 1001001 | 11000 | 0 | 101100 | 11000111 | 111010 | 100011 |
Color Harmonies of #266D8F
Complementary color
Monochromatic Colors of #266D8F
Black with #266D8F
Text Example
Text Example
White with #266D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D8F; }
p { color: rgb(38,109,143); }
H1.HeaderClassName
{
color: #266D8F;
}
.AnyTagClassName
{
color: #266D8F;
}
</style>
background-color css
<style>
a { background-color: #266D8F; }
a { background-color: rgb(38,109,143); }
div.DivClassName
{
background-color: #266D8F;
}
.BgClassName
{
background-color: #266D8F;
}
</style>
border-color css
<style>
span { border-color: #266D8F; }
span { border-color: rgb(38,109,143); }
td.TdClassName
{
border-color: #266D8F;
}
.TagClassName
{
border-color: #266D8F;
}
</style>