Shades of Bunting #2B334C
Tints of Bunting #2B334C
RGB
CMYK
RGB Variations
Color information
#2B334C (or 0x2B334C) is known color: Bunting. HEX triplet: 2B, 33 and 4C. RGB value is (43,51,76). Sum of RGB (Red+Green+Blue) = 43+51+76=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B334C is #D4CCB3. Grayscale: #333333. Windows color (decimal): -13946036 or 4993835. OLE color: 4993835.
HSL color Cylindrical-coordinate representation of color #2B334C: hue angle of 225.45º 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 #2B334C is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 51 | 76 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.70 |
| HSL | 225.45º | 0.28% | 0.23% | - |
| HSV(B) | 225.45º | 0.43% | 0.3% | - |
| XYZ | 3.48 | 3.4 | 7.31 | - |
| YUV | 51.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 76 | 0.43 | 0.33 | 0 | 0.70 | 225.45 | 0.28 | 0.23 |
| Hex | 2B | 33 | 4C | 2B | 21 | 0 | 46 | E1 | 1C | 17 |
| Octal | 53 | 63 | 114 | 53 | 41 | 0 | 106 | 341 | 34 | 27 |
| Binary | 101011 | 110011 | 1001100 | 101011 | 100001 | 0 | 1000110 | 11100001 | 11100 | 10111 |
Color Harmonies of #2B334C
Complementary color
Monochromatic Colors of #2B334C
Black with #2B334C
Text Example
Text Example
White with #2B334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B334C; }
p { color: rgb(43,51,76); }
H1.HeaderClassName
{
color: #2B334C;
}
.AnyTagClassName
{
color: #2B334C;
}
</style>
background-color css
<style>
a { background-color: #2B334C; }
a { background-color: rgb(43,51,76); }
div.DivClassName
{
background-color: #2B334C;
}
.BgClassName
{
background-color: #2B334C;
}
</style>
border-color css
<style>
span { border-color: #2B334C; }
span { border-color: rgb(43,51,76); }
td.TdClassName
{
border-color: #2B334C;
}
.TagClassName
{
border-color: #2B334C;
}
</style>