Shades of Astral #2B7992
Tints of Astral #2B7992
RGB
CMYK
RGB Variations
Color information
#2B7992 (or 0x2B7992) is known color: Astral. HEX triplet: 2B, 79 and 92. RGB value is (43,121,146). Sum of RGB (Red+Green+Blue) = 43+121+146=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7992 is #D4866D. Grayscale: #646464. Windows color (decimal): -13928046 or 9599275. OLE color: 9599275.
HSL color Cylindrical-coordinate representation of color #2B7992: hue angle of 194.56º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7992 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 121 | 146 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.43 |
| HSL | 194.56º | 0.54% | 0.37% | - |
| HSV(B) | 194.56º | 0.71% | 0.57% | - |
| XYZ | 13.02 | 16.26 | 29.65 | - |
| YUV | 100.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 146 | 0.71 | 0.17 | 0 | 0.43 | 194.56 | 0.54 | 0.37 |
| Hex | 2B | 79 | 92 | 47 | 11 | 0 | 2B | C3 | 36 | 25 |
| Octal | 53 | 171 | 222 | 107 | 21 | 0 | 53 | 303 | 66 | 45 |
| Binary | 101011 | 1111001 | 10010010 | 1000111 | 10001 | 0 | 101011 | 11000011 | 110110 | 100101 |
Color Harmonies of #2B7992
Complementary color
Monochromatic Colors of #2B7992
Black with #2B7992
Text Example
Text Example
White with #2B7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7992; }
p { color: rgb(43,121,146); }
H1.HeaderClassName
{
color: #2B7992;
}
.AnyTagClassName
{
color: #2B7992;
}
</style>
background-color css
<style>
a { background-color: #2B7992; }
a { background-color: rgb(43,121,146); }
div.DivClassName
{
background-color: #2B7992;
}
.BgClassName
{
background-color: #2B7992;
}
</style>
border-color css
<style>
span { border-color: #2B7992; }
span { border-color: rgb(43,121,146); }
td.TdClassName
{
border-color: #2B7992;
}
.TagClassName
{
border-color: #2B7992;
}
</style>