Shades of Astral #2B7895
Tints of Astral #2B7895
RGB
CMYK
RGB Variations
Color information
#2B7895 (or 0x2B7895) is known color: Astral. HEX triplet: 2B, 78 and 95. RGB value is (43,120,149). Sum of RGB (Red+Green+Blue) = 43+120+149=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7895 is #D4876A. Grayscale: #646464. Windows color (decimal): -13928299 or 9795627. OLE color: 9795627.
HSL color Cylindrical-coordinate representation of color #2B7895: hue angle of 196.42º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7895 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 120 | 149 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.42 |
| HSL | 196.42º | 0.55% | 0.38% | - |
| HSV(B) | 196.42º | 0.71% | 0.58% | - |
| XYZ | 13.14 | 16.12 | 30.85 | - |
| YUV | 100.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 149 | 0.71 | 0.19 | 0 | 0.42 | 196.42 | 0.55 | 0.38 |
| Hex | 2B | 78 | 95 | 47 | 13 | 0 | 2A | C4 | 37 | 26 |
| Octal | 53 | 170 | 225 | 107 | 23 | 0 | 52 | 304 | 67 | 46 |
| Binary | 101011 | 1111000 | 10010101 | 1000111 | 10011 | 0 | 101010 | 11000100 | 110111 | 100110 |
Color Harmonies of #2B7895
Complementary color
Monochromatic Colors of #2B7895
Black with #2B7895
Text Example
Text Example
White with #2B7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7895; }
p { color: rgb(43,120,149); }
H1.HeaderClassName
{
color: #2B7895;
}
.AnyTagClassName
{
color: #2B7895;
}
</style>
background-color css
<style>
a { background-color: #2B7895; }
a { background-color: rgb(43,120,149); }
div.DivClassName
{
background-color: #2B7895;
}
.BgClassName
{
background-color: #2B7895;
}
</style>
border-color css
<style>
span { border-color: #2B7895; }
span { border-color: rgb(43,120,149); }
td.TdClassName
{
border-color: #2B7895;
}
.TagClassName
{
border-color: #2B7895;
}
</style>