Shades of Astral #266C92
Tints of Astral #266C92
RGB
CMYK
RGB Variations
Color information
#266C92 (or 0x266C92) is known color: Astral. HEX triplet: 26, 6C and 92. RGB value is (38,108,146). Sum of RGB (Red+Green+Blue) = 38+108+146=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #266C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C92 is #D9936D. Grayscale: #5B5B5B. Windows color (decimal): -14259054 or 9595942. OLE color: 9595942.
HSL color Cylindrical-coordinate representation of color #266C92: hue angle of 201.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266C92 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 108 | 146 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.43 |
| HSL | 201.11º | 0.59% | 0.36% | - |
| HSV(B) | 201.11º | 0.74% | 0.57% | - |
| XYZ | 11.35 | 13.21 | 29.15 | - |
| YUV | 91.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 146 | 0.74 | 0.26 | 0 | 0.43 | 201.11 | 0.59 | 0.36 |
| Hex | 26 | 6C | 92 | 4A | 1A | 0 | 2B | C9 | 3B | 24 |
| Octal | 46 | 154 | 222 | 112 | 32 | 0 | 53 | 311 | 73 | 44 |
| Binary | 100110 | 1101100 | 10010010 | 1001010 | 11010 | 0 | 101011 | 11001001 | 111011 | 100100 |
Color Harmonies of #266C92
Complementary color
Monochromatic Colors of #266C92
Black with #266C92
Text Example
Text Example
White with #266C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C92; }
p { color: rgb(38,108,146); }
H1.HeaderClassName
{
color: #266C92;
}
.AnyTagClassName
{
color: #266C92;
}
</style>
background-color css
<style>
a { background-color: #266C92; }
a { background-color: rgb(38,108,146); }
div.DivClassName
{
background-color: #266C92;
}
.BgClassName
{
background-color: #266C92;
}
</style>
border-color css
<style>
span { border-color: #266C92; }
span { border-color: rgb(38,108,146); }
td.TdClassName
{
border-color: #266C92;
}
.TagClassName
{
border-color: #266C92;
}
</style>