Shades of Astral #2B7185
Tints of Astral #2B7185
RGB
CMYK
RGB Variations
Color information
#2B7185 (or 0x2B7185) is known color: Astral. HEX triplet: 2B, 71 and 85. RGB value is (43,113,133). Sum of RGB (Red+Green+Blue) = 43+113+133=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7185 is #D48E7A. Grayscale: #5E5E5E. Windows color (decimal): -13930107 or 8745259. OLE color: 8745259.
HSL color Cylindrical-coordinate representation of color #2B7185: hue angle of 193.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7185 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 113 | 133 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.48 |
| HSL | 193.33º | 0.51% | 0.35% | - |
| HSV(B) | 193.33º | 0.68% | 0.52% | - |
| XYZ | 11.14 | 14.02 | 24.31 | - |
| YUV | 94.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 133 | 0.68 | 0.15 | 0 | 0.48 | 193.33 | 0.51 | 0.35 |
| Hex | 2B | 71 | 85 | 44 | F | 0 | 30 | C1 | 33 | 23 |
| Octal | 53 | 161 | 205 | 104 | 17 | 0 | 60 | 301 | 63 | 43 |
| Binary | 101011 | 1110001 | 10000101 | 1000100 | 1111 | 0 | 110000 | 11000001 | 110011 | 100011 |
Color Harmonies of #2B7185
Complementary color
Monochromatic Colors of #2B7185
Black with #2B7185
Text Example
Text Example
White with #2B7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7185; }
p { color: rgb(43,113,133); }
H1.HeaderClassName
{
color: #2B7185;
}
.AnyTagClassName
{
color: #2B7185;
}
</style>
background-color css
<style>
a { background-color: #2B7185; }
a { background-color: rgb(43,113,133); }
div.DivClassName
{
background-color: #2B7185;
}
.BgClassName
{
background-color: #2B7185;
}
</style>
border-color css
<style>
span { border-color: #2B7185; }
span { border-color: rgb(43,113,133); }
td.TdClassName
{
border-color: #2B7185;
}
.TagClassName
{
border-color: #2B7185;
}
</style>