Shades of Bunting #2B3242
Tints of Bunting #2B3242
RGB
CMYK
RGB Variations
Color information
#2B3242 (or 0x2B3242) is known color: Bunting. HEX triplet: 2B, 32 and 42. RGB value is (43,50,66). Sum of RGB (Red+Green+Blue) = 43+50+66=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B3242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3242 is #D4CDBD. Grayscale: #313131. Windows color (decimal): -13946302 or 4338219. OLE color: 4338219.
HSL color Cylindrical-coordinate representation of color #2B3242: hue angle of 221.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B3242 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 50 | 66 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.74 |
| HSL | 221.74º | 0.21% | 0.21% | - |
| HSV(B) | 221.74º | 0.35% | 0.26% | - |
| XYZ | 3.12 | 3.19 | 5.61 | - |
| YUV | 49.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 66 | 0.35 | 0.24 | 0 | 0.74 | 221.74 | 0.21 | 0.21 |
| Hex | 2B | 32 | 42 | 23 | 18 | 0 | 4A | DE | 15 | 15 |
| Octal | 53 | 62 | 102 | 43 | 30 | 0 | 112 | 336 | 25 | 25 |
| Binary | 101011 | 110010 | 1000010 | 100011 | 11000 | 0 | 1001010 | 11011110 | 10101 | 10101 |
Color Harmonies of #2B3242
Complementary color
Monochromatic Colors of #2B3242
Black with #2B3242
Text Example
Text Example
White with #2B3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3242; }
p { color: rgb(43,50,66); }
H1.HeaderClassName
{
color: #2B3242;
}
.AnyTagClassName
{
color: #2B3242;
}
</style>
background-color css
<style>
a { background-color: #2B3242; }
a { background-color: rgb(43,50,66); }
div.DivClassName
{
background-color: #2B3242;
}
.BgClassName
{
background-color: #2B3242;
}
</style>
border-color css
<style>
span { border-color: #2B3242; }
span { border-color: rgb(43,50,66); }
td.TdClassName
{
border-color: #2B3242;
}
.TagClassName
{
border-color: #2B3242;
}
</style>