Shades of Bunting #2B344C
Tints of Bunting #2B344C
RGB
CMYK
RGB Variations
Color information
#2B344C (or 0x2B344C) is known color: Bunting. HEX triplet: 2B, 34 and 4C. RGB value is (43,52,76). Sum of RGB (Red+Green+Blue) = 43+52+76=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B344C is #D4CBB3. Grayscale: #333333. Windows color (decimal): -13945780 or 4994091. OLE color: 4994091.
HSL color Cylindrical-coordinate representation of color #2B344C: hue angle of 223.64º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B344C is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 52 | 76 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.70 |
| HSL | 223.64º | 0.28% | 0.23% | - |
| HSV(B) | 223.64º | 0.43% | 0.3% | - |
| XYZ | 3.53 | 3.49 | 7.33 | - |
| YUV | 52.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 76 | 0.43 | 0.32 | 0 | 0.70 | 223.64 | 0.28 | 0.23 |
| Hex | 2B | 34 | 4C | 2B | 20 | 0 | 46 | E0 | 1C | 17 |
| Octal | 53 | 64 | 114 | 53 | 40 | 0 | 106 | 340 | 34 | 27 |
| Binary | 101011 | 110100 | 1001100 | 101011 | 100000 | 0 | 1000110 | 11100000 | 11100 | 10111 |
Color Harmonies of #2B344C
Complementary color
Monochromatic Colors of #2B344C
Black with #2B344C
Text Example
Text Example
White with #2B344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B344C; }
p { color: rgb(43,52,76); }
H1.HeaderClassName
{
color: #2B344C;
}
.AnyTagClassName
{
color: #2B344C;
}
</style>
background-color css
<style>
a { background-color: #2B344C; }
a { background-color: rgb(43,52,76); }
div.DivClassName
{
background-color: #2B344C;
}
.BgClassName
{
background-color: #2B344C;
}
</style>
border-color css
<style>
span { border-color: #2B344C; }
span { border-color: rgb(43,52,76); }
td.TdClassName
{
border-color: #2B344C;
}
.TagClassName
{
border-color: #2B344C;
}
</style>