Shades of Bunting #2B354C
Tints of Bunting #2B354C
RGB
CMYK
RGB Variations
Color information
#2B354C (or 0x2B354C) is known color: Bunting. HEX triplet: 2B, 35 and 4C. RGB value is (43,53,76). Sum of RGB (Red+Green+Blue) = 43+53+76=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B354C is #D4CAB3. Grayscale: #343434. Windows color (decimal): -13945524 or 4994347. OLE color: 4994347.
HSL color Cylindrical-coordinate representation of color #2B354C: hue angle of 221.82º 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 #2B354C is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 53 | 76 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.70 |
| HSL | 221.82º | 0.28% | 0.23% | - |
| HSV(B) | 221.82º | 0.43% | 0.3% | - |
| XYZ | 3.57 | 3.58 | 7.34 | - |
| YUV | 52.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 76 | 0.43 | 0.30 | 0 | 0.70 | 221.82 | 0.28 | 0.23 |
| Hex | 2B | 35 | 4C | 2B | 1E | 0 | 46 | DE | 1C | 17 |
| Octal | 53 | 65 | 114 | 53 | 36 | 0 | 106 | 336 | 34 | 27 |
| Binary | 101011 | 110101 | 1001100 | 101011 | 11110 | 0 | 1000110 | 11011110 | 11100 | 10111 |
Color Harmonies of #2B354C
Complementary color
Monochromatic Colors of #2B354C
Black with #2B354C
Text Example
Text Example
White with #2B354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B354C; }
p { color: rgb(43,53,76); }
H1.HeaderClassName
{
color: #2B354C;
}
.AnyTagClassName
{
color: #2B354C;
}
</style>
background-color css
<style>
a { background-color: #2B354C; }
a { background-color: rgb(43,53,76); }
div.DivClassName
{
background-color: #2B354C;
}
.BgClassName
{
background-color: #2B354C;
}
</style>
border-color css
<style>
span { border-color: #2B354C; }
span { border-color: rgb(43,53,76); }
td.TdClassName
{
border-color: #2B354C;
}
.TagClassName
{
border-color: #2B354C;
}
</style>