Shades of Astral #266F8E
Tints of Astral #266F8E
RGB
CMYK
RGB Variations
Color information
#266F8E (or 0x266F8E) is known color: Astral. HEX triplet: 26, 6F and 8E. RGB value is (38,111,142). Sum of RGB (Red+Green+Blue) = 38+111+142=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #266F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F8E is #D99071. Grayscale: #5C5C5C. Windows color (decimal): -14258290 or 9334566. OLE color: 9334566.
HSL color Cylindrical-coordinate representation of color #266F8E: hue angle of 197.88º 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 #266F8E is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 111 | 142 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.44 |
| HSL | 197.88º | 0.58% | 0.35% | - |
| HSV(B) | 197.88º | 0.73% | 0.56% | - |
| XYZ | 11.37 | 13.73 | 27.64 | - |
| YUV | 92.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 142 | 0.73 | 0.22 | 0 | 0.44 | 197.88 | 0.58 | 0.35 |
| Hex | 26 | 6F | 8E | 49 | 16 | 0 | 2C | C6 | 3A | 23 |
| Octal | 46 | 157 | 216 | 111 | 26 | 0 | 54 | 306 | 72 | 43 |
| Binary | 100110 | 1101111 | 10001110 | 1001001 | 10110 | 0 | 101100 | 11000110 | 111010 | 100011 |
Color Harmonies of #266F8E
Complementary color
Monochromatic Colors of #266F8E
Black with #266F8E
Text Example
Text Example
White with #266F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F8E; }
p { color: rgb(38,111,142); }
H1.HeaderClassName
{
color: #266F8E;
}
.AnyTagClassName
{
color: #266F8E;
}
</style>
background-color css
<style>
a { background-color: #266F8E; }
a { background-color: rgb(38,111,142); }
div.DivClassName
{
background-color: #266F8E;
}
.BgClassName
{
background-color: #266F8E;
}
</style>
border-color css
<style>
span { border-color: #266F8E; }
span { border-color: rgb(38,111,142); }
td.TdClassName
{
border-color: #266F8E;
}
.TagClassName
{
border-color: #266F8E;
}
</style>