Shades of Bunting #2B3650
Tints of Bunting #2B3650
RGB
CMYK
RGB Variations
Color information
#2B3650 (or 0x2B3650) is known color: Bunting. HEX triplet: 2B, 36 and 50. RGB value is (43,54,80). Sum of RGB (Red+Green+Blue) = 43+54+80=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3650 is #D4C9AF. Grayscale: #353535. Windows color (decimal): -13945264 or 5256747. OLE color: 5256747.
HSL color Cylindrical-coordinate representation of color #2B3650: hue angle of 222.16º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B3650 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 54 | 80 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.69 |
| HSL | 222.16º | 0.3% | 0.24% | - |
| HSV(B) | 222.16º | 0.46% | 0.31% | - |
| XYZ | 3.76 | 3.73 | 8.11 | - |
| YUV | 53.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 80 | 0.46 | 0.33 | 0 | 0.69 | 222.16 | 0.3 | 0.24 |
| Hex | 2B | 36 | 50 | 2E | 21 | 0 | 45 | DE | 1E | 18 |
| Octal | 53 | 66 | 120 | 56 | 41 | 0 | 105 | 336 | 36 | 30 |
| Binary | 101011 | 110110 | 1010000 | 101110 | 100001 | 0 | 1000101 | 11011110 | 11110 | 11000 |
Color Harmonies of #2B3650
Complementary color
Monochromatic Colors of #2B3650
Black with #2B3650
Text Example
Text Example
White with #2B3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3650; }
p { color: rgb(43,54,80); }
H1.HeaderClassName
{
color: #2B3650;
}
.AnyTagClassName
{
color: #2B3650;
}
</style>
background-color css
<style>
a { background-color: #2B3650; }
a { background-color: rgb(43,54,80); }
div.DivClassName
{
background-color: #2B3650;
}
.BgClassName
{
background-color: #2B3650;
}
</style>
border-color css
<style>
span { border-color: #2B3650; }
span { border-color: rgb(43,54,80); }
td.TdClassName
{
border-color: #2B3650;
}
.TagClassName
{
border-color: #2B3650;
}
</style>