Shades of Astral #2B6686
Tints of Astral #2B6686
RGB
CMYK
RGB Variations
Color information
#2B6686 (or 0x2B6686) is known color: Astral. HEX triplet: 2B, 66 and 86. RGB value is (43,102,134). Sum of RGB (Red+Green+Blue) = 43+102+134=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6686 is #D49979. Grayscale: #575757. Windows color (decimal): -13932922 or 8807979. OLE color: 8807979.
HSL color Cylindrical-coordinate representation of color #2B6686: hue angle of 201.1º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6686 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 102 | 134 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.47 |
| HSL | 201.1º | 0.51% | 0.35% | - |
| HSV(B) | 201.1º | 0.68% | 0.53% | - |
| XYZ | 10.05 | 11.74 | 24.29 | - |
| YUV | 88.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 134 | 0.68 | 0.24 | 0 | 0.47 | 201.1 | 0.51 | 0.35 |
| Hex | 2B | 66 | 86 | 44 | 18 | 0 | 2F | C9 | 33 | 23 |
| Octal | 53 | 146 | 206 | 104 | 30 | 0 | 57 | 311 | 63 | 43 |
| Binary | 101011 | 1100110 | 10000110 | 1000100 | 11000 | 0 | 101111 | 11001001 | 110011 | 100011 |
Color Harmonies of #2B6686
Complementary color
Monochromatic Colors of #2B6686
Black with #2B6686
Text Example
Text Example
White with #2B6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6686; }
p { color: rgb(43,102,134); }
H1.HeaderClassName
{
color: #2B6686;
}
.AnyTagClassName
{
color: #2B6686;
}
</style>
background-color css
<style>
a { background-color: #2B6686; }
a { background-color: rgb(43,102,134); }
div.DivClassName
{
background-color: #2B6686;
}
.BgClassName
{
background-color: #2B6686;
}
</style>
border-color css
<style>
span { border-color: #2B6686; }
span { border-color: rgb(43,102,134); }
td.TdClassName
{
border-color: #2B6686;
}
.TagClassName
{
border-color: #2B6686;
}
</style>