Shades of Astral #2B7C90
Tints of Astral #2B7C90
RGB
CMYK
RGB Variations
Color information
#2B7C90 (or 0x2B7C90) is known color: Astral. HEX triplet: 2B, 7C and 90. RGB value is (43,124,144). Sum of RGB (Red+Green+Blue) = 43+124+144=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B7C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7C90 is #D4836F. Grayscale: #656565. Windows color (decimal): -13927280 or 9468971. OLE color: 9468971.
HSL color Cylindrical-coordinate representation of color #2B7C90: hue angle of 191.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B7C90 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 124 | 144 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.44 |
| HSL | 191.88º | 0.54% | 0.37% | - |
| HSV(B) | 191.88º | 0.7% | 0.56% | - |
| XYZ | 13.24 | 16.94 | 28.96 | - |
| YUV | 102.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 144 | 0.70 | 0.14 | 0 | 0.44 | 191.88 | 0.54 | 0.37 |
| Hex | 2B | 7C | 90 | 46 | E | 0 | 2C | C0 | 36 | 25 |
| Octal | 53 | 174 | 220 | 106 | 16 | 0 | 54 | 300 | 66 | 45 |
| Binary | 101011 | 1111100 | 10010000 | 1000110 | 1110 | 0 | 101100 | 11000000 | 110110 | 100101 |
Color Harmonies of #2B7C90
Complementary color
Monochromatic Colors of #2B7C90
Black with #2B7C90
Text Example
Text Example
White with #2B7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C90; }
p { color: rgb(43,124,144); }
H1.HeaderClassName
{
color: #2B7C90;
}
.AnyTagClassName
{
color: #2B7C90;
}
</style>
background-color css
<style>
a { background-color: #2B7C90; }
a { background-color: rgb(43,124,144); }
div.DivClassName
{
background-color: #2B7C90;
}
.BgClassName
{
background-color: #2B7C90;
}
</style>
border-color css
<style>
span { border-color: #2B7C90; }
span { border-color: rgb(43,124,144); }
td.TdClassName
{
border-color: #2B7C90;
}
.TagClassName
{
border-color: #2B7C90;
}
</style>