Shades of Bunting #2B354D
Tints of Bunting #2B354D
RGB
CMYK
RGB Variations
Color information
#2B354D (or 0x2B354D) is known color: Bunting. HEX triplet: 2B, 35 and 4D. RGB value is (43,53,77). Sum of RGB (Red+Green+Blue) = 43+53+77=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B354D is #D4CAB2. Grayscale: #343434. Windows color (decimal): -13945523 or 5059883. OLE color: 5059883.
HSL color Cylindrical-coordinate representation of color #2B354D: hue angle of 222.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B354D is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 53 | 77 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.70 |
| HSL | 222.35º | 0.28% | 0.24% | - |
| HSV(B) | 222.35º | 0.44% | 0.3% | - |
| XYZ | 3.61 | 3.6 | 7.52 | - |
| YUV | 52.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 77 | 0.44 | 0.31 | 0 | 0.70 | 222.35 | 0.28 | 0.24 |
| Hex | 2B | 35 | 4D | 2C | 1F | 0 | 46 | DE | 1C | 18 |
| Octal | 53 | 65 | 115 | 54 | 37 | 0 | 106 | 336 | 34 | 30 |
| Binary | 101011 | 110101 | 1001101 | 101100 | 11111 | 0 | 1000110 | 11011110 | 11100 | 11000 |
Color Harmonies of #2B354D
Complementary color
Monochromatic Colors of #2B354D
Black with #2B354D
Text Example
Text Example
White with #2B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B354D; }
p { color: rgb(43,53,77); }
H1.HeaderClassName
{
color: #2B354D;
}
.AnyTagClassName
{
color: #2B354D;
}
</style>
background-color css
<style>
a { background-color: #2B354D; }
a { background-color: rgb(43,53,77); }
div.DivClassName
{
background-color: #2B354D;
}
.BgClassName
{
background-color: #2B354D;
}
</style>
border-color css
<style>
span { border-color: #2B354D; }
span { border-color: rgb(43,53,77); }
td.TdClassName
{
border-color: #2B354D;
}
.TagClassName
{
border-color: #2B354D;
}
</style>