Shades of Astral #2B728D
Tints of Astral #2B728D
RGB
CMYK
RGB Variations
Color information
#2B728D (or 0x2B728D) is known color: Astral. HEX triplet: 2B, 72 and 8D. RGB value is (43,114,141). Sum of RGB (Red+Green+Blue) = 43+114+141=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B728D is #D48D72. Grayscale: #5F5F5F. Windows color (decimal): -13929843 or 9269803. OLE color: 9269803.
HSL color Cylindrical-coordinate representation of color #2B728D: hue angle of 196.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B728D is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 114 | 141 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.45 |
| HSL | 196.53º | 0.53% | 0.36% | - |
| HSV(B) | 196.53º | 0.7% | 0.55% | - |
| XYZ | 11.82 | 14.47 | 27.37 | - |
| YUV | 95.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 141 | 0.70 | 0.19 | 0 | 0.45 | 196.53 | 0.53 | 0.36 |
| Hex | 2B | 72 | 8D | 46 | 13 | 0 | 2D | C5 | 35 | 24 |
| Octal | 53 | 162 | 215 | 106 | 23 | 0 | 55 | 305 | 65 | 44 |
| Binary | 101011 | 1110010 | 10001101 | 1000110 | 10011 | 0 | 101101 | 11000101 | 110101 | 100100 |
Color Harmonies of #2B728D
Complementary color
Monochromatic Colors of #2B728D
Black with #2B728D
Text Example
Text Example
White with #2B728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B728D; }
p { color: rgb(43,114,141); }
H1.HeaderClassName
{
color: #2B728D;
}
.AnyTagClassName
{
color: #2B728D;
}
</style>
background-color css
<style>
a { background-color: #2B728D; }
a { background-color: rgb(43,114,141); }
div.DivClassName
{
background-color: #2B728D;
}
.BgClassName
{
background-color: #2B728D;
}
</style>
border-color css
<style>
span { border-color: #2B728D; }
span { border-color: rgb(43,114,141); }
td.TdClassName
{
border-color: #2B728D;
}
.TagClassName
{
border-color: #2B728D;
}
</style>