Shades of Astral #2B7194
Tints of Astral #2B7194
RGB
CMYK
RGB Variations
Color information
#2B7194 (or 0x2B7194) is known color: Astral. HEX triplet: 2B, 71 and 94. RGB value is (43,113,148). Sum of RGB (Red+Green+Blue) = 43+113+148=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B7194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7194 is #D48E6B. Grayscale: #5F5F5F. Windows color (decimal): -13930092 or 9728299. OLE color: 9728299.
HSL color Cylindrical-coordinate representation of color #2B7194: hue angle of 200º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7194 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 113 | 148 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.42 |
| HSL | 200º | 0.55% | 0.37% | - |
| HSV(B) | 200º | 0.71% | 0.58% | - |
| XYZ | 12.25 | 14.46 | 30.16 | - |
| YUV | 96.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 148 | 0.71 | 0.24 | 0 | 0.42 | 200 | 0.55 | 0.37 |
| Hex | 2B | 71 | 94 | 47 | 18 | 0 | 2A | C8 | 37 | 25 |
| Octal | 53 | 161 | 224 | 107 | 30 | 0 | 52 | 310 | 67 | 45 |
| Binary | 101011 | 1110001 | 10010100 | 1000111 | 11000 | 0 | 101010 | 11001000 | 110111 | 100101 |
Color Harmonies of #2B7194
Complementary color
Monochromatic Colors of #2B7194
Black with #2B7194
Text Example
Text Example
White with #2B7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7194; }
p { color: rgb(43,113,148); }
H1.HeaderClassName
{
color: #2B7194;
}
.AnyTagClassName
{
color: #2B7194;
}
</style>
background-color css
<style>
a { background-color: #2B7194; }
a { background-color: rgb(43,113,148); }
div.DivClassName
{
background-color: #2B7194;
}
.BgClassName
{
background-color: #2B7194;
}
</style>
border-color css
<style>
span { border-color: #2B7194; }
span { border-color: rgb(43,113,148); }
td.TdClassName
{
border-color: #2B7194;
}
.TagClassName
{
border-color: #2B7194;
}
</style>