Shades of Astral #2B6A83
Tints of Astral #2B6A83
RGB
CMYK
RGB Variations
Color information
#2B6A83 (or 0x2B6A83) is known color: Astral. HEX triplet: 2B, 6A and 83. RGB value is (43,106,131). Sum of RGB (Red+Green+Blue) = 43+106+131=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B6A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6A83 is #D4957C. Grayscale: #595959. Windows color (decimal): -13931901 or 8612395. OLE color: 8612395.
HSL color Cylindrical-coordinate representation of color #2B6A83: hue angle of 197.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6A83 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 106 | 131 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.49 |
| HSL | 197.05º | 0.51% | 0.34% | - |
| HSV(B) | 197.05º | 0.67% | 0.51% | - |
| XYZ | 10.25 | 12.46 | 23.34 | - |
| YUV | 90.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 131 | 0.67 | 0.19 | 0 | 0.49 | 197.05 | 0.51 | 0.34 |
| Hex | 2B | 6A | 83 | 43 | 13 | 0 | 31 | C5 | 33 | 22 |
| Octal | 53 | 152 | 203 | 103 | 23 | 0 | 61 | 305 | 63 | 42 |
| Binary | 101011 | 1101010 | 10000011 | 1000011 | 10011 | 0 | 110001 | 11000101 | 110011 | 100010 |
Color Harmonies of #2B6A83
Complementary color
Monochromatic Colors of #2B6A83
Black with #2B6A83
Text Example
Text Example
White with #2B6A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A83; }
p { color: rgb(43,106,131); }
H1.HeaderClassName
{
color: #2B6A83;
}
.AnyTagClassName
{
color: #2B6A83;
}
</style>
background-color css
<style>
a { background-color: #2B6A83; }
a { background-color: rgb(43,106,131); }
div.DivClassName
{
background-color: #2B6A83;
}
.BgClassName
{
background-color: #2B6A83;
}
</style>
border-color css
<style>
span { border-color: #2B6A83; }
span { border-color: rgb(43,106,131); }
td.TdClassName
{
border-color: #2B6A83;
}
.TagClassName
{
border-color: #2B6A83;
}
</style>