Shades of Bunting #2B3345
Tints of Bunting #2B3345
RGB
CMYK
RGB Variations
Color information
#2B3345 (or 0x2B3345) is known color: Bunting. HEX triplet: 2B, 33 and 45. RGB value is (43,51,69). Sum of RGB (Red+Green+Blue) = 43+51+69=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B3345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3345 is #D4CCBA. Grayscale: #323232. Windows color (decimal): -13946043 or 4535083. OLE color: 4535083.
HSL color Cylindrical-coordinate representation of color #2B3345: hue angle of 221.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B3345 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 51 | 69 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.73 |
| HSL | 221.54º | 0.23% | 0.22% | - |
| HSV(B) | 221.54º | 0.38% | 0.27% | - |
| XYZ | 3.25 | 3.31 | 6.1 | - |
| YUV | 50.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 69 | 0.38 | 0.26 | 0 | 0.73 | 221.54 | 0.23 | 0.22 |
| Hex | 2B | 33 | 45 | 26 | 1A | 0 | 49 | DE | 17 | 16 |
| Octal | 53 | 63 | 105 | 46 | 32 | 0 | 111 | 336 | 27 | 26 |
| Binary | 101011 | 110011 | 1000101 | 100110 | 11010 | 0 | 1001001 | 11011110 | 10111 | 10110 |
Color Harmonies of #2B3345
Complementary color
Monochromatic Colors of #2B3345
Black with #2B3345
Text Example
Text Example
White with #2B3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3345; }
p { color: rgb(43,51,69); }
H1.HeaderClassName
{
color: #2B3345;
}
.AnyTagClassName
{
color: #2B3345;
}
</style>
background-color css
<style>
a { background-color: #2B3345; }
a { background-color: rgb(43,51,69); }
div.DivClassName
{
background-color: #2B3345;
}
.BgClassName
{
background-color: #2B3345;
}
</style>
border-color css
<style>
span { border-color: #2B3345; }
span { border-color: rgb(43,51,69); }
td.TdClassName
{
border-color: #2B3345;
}
.TagClassName
{
border-color: #2B3345;
}
</style>