Shades of Astral #266C90
Tints of Astral #266C90
RGB
CMYK
RGB Variations
Color information
#266C90 (or 0x266C90) is known color: Astral. HEX triplet: 26, 6C and 90. RGB value is (38,108,144). Sum of RGB (Red+Green+Blue) = 38+108+144=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #266C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C90 is #D9936F. Grayscale: #5A5A5A. Windows color (decimal): -14259056 or 9464870. OLE color: 9464870.
HSL color Cylindrical-coordinate representation of color #266C90: hue angle of 200.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266C90 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 108 | 144 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.44 |
| HSL | 200.38º | 0.58% | 0.36% | - |
| HSV(B) | 200.38º | 0.74% | 0.56% | - |
| XYZ | 11.2 | 13.15 | 28.33 | - |
| YUV | 91.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 144 | 0.74 | 0.25 | 0 | 0.44 | 200.38 | 0.58 | 0.36 |
| Hex | 26 | 6C | 90 | 4A | 19 | 0 | 2C | C8 | 3A | 24 |
| Octal | 46 | 154 | 220 | 112 | 31 | 0 | 54 | 310 | 72 | 44 |
| Binary | 100110 | 1101100 | 10010000 | 1001010 | 11001 | 0 | 101100 | 11001000 | 111010 | 100100 |
Color Harmonies of #266C90
Complementary color
Monochromatic Colors of #266C90
Black with #266C90
Text Example
Text Example
White with #266C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C90; }
p { color: rgb(38,108,144); }
H1.HeaderClassName
{
color: #266C90;
}
.AnyTagClassName
{
color: #266C90;
}
</style>
background-color css
<style>
a { background-color: #266C90; }
a { background-color: rgb(38,108,144); }
div.DivClassName
{
background-color: #266C90;
}
.BgClassName
{
background-color: #266C90;
}
</style>
border-color css
<style>
span { border-color: #266C90; }
span { border-color: rgb(38,108,144); }
td.TdClassName
{
border-color: #266C90;
}
.TagClassName
{
border-color: #266C90;
}
</style>