Shades of Bunting #2B3148
Tints of Bunting #2B3148
RGB
CMYK
RGB Variations
Color information
#2B3148 (or 0x2B3148) is known color: Bunting. HEX triplet: 2B, 31 and 48. RGB value is (43,49,72). Sum of RGB (Red+Green+Blue) = 43+49+72=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3148 is #D4CEB7. Grayscale: #313131. Windows color (decimal): -13946552 or 4731179. OLE color: 4731179.
HSL color Cylindrical-coordinate representation of color #2B3148: hue angle of 227.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3148 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 49 | 72 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.72 |
| HSL | 227.59º | 0.25% | 0.23% | - |
| HSV(B) | 227.59º | 0.4% | 0.28% | - |
| XYZ | 3.26 | 3.18 | 6.57 | - |
| YUV | 49.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 72 | 0.40 | 0.32 | 0 | 0.72 | 227.59 | 0.25 | 0.23 |
| Hex | 2B | 31 | 48 | 28 | 20 | 0 | 48 | E4 | 19 | 17 |
| Octal | 53 | 61 | 110 | 50 | 40 | 0 | 110 | 344 | 31 | 27 |
| Binary | 101011 | 110001 | 1001000 | 101000 | 100000 | 0 | 1001000 | 11100100 | 11001 | 10111 |
Color Harmonies of #2B3148
Complementary color
Monochromatic Colors of #2B3148
Black with #2B3148
Text Example
Text Example
White with #2B3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3148; }
p { color: rgb(43,49,72); }
H1.HeaderClassName
{
color: #2B3148;
}
.AnyTagClassName
{
color: #2B3148;
}
</style>
background-color css
<style>
a { background-color: #2B3148; }
a { background-color: rgb(43,49,72); }
div.DivClassName
{
background-color: #2B3148;
}
.BgClassName
{
background-color: #2B3148;
}
</style>
border-color css
<style>
span { border-color: #2B3148; }
span { border-color: rgb(43,49,72); }
td.TdClassName
{
border-color: #2B3148;
}
.TagClassName
{
border-color: #2B3148;
}
</style>