Shades of Bunting #2B334A
Tints of Bunting #2B334A
RGB
CMYK
RGB Variations
Color information
#2B334A (or 0x2B334A) is known color: Bunting. HEX triplet: 2B, 33 and 4A. RGB value is (43,51,74). Sum of RGB (Red+Green+Blue) = 43+51+74=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B334A is #D4CCB5. Grayscale: #333333. Windows color (decimal): -13946038 or 4862763. OLE color: 4862763.
HSL color Cylindrical-coordinate representation of color #2B334A: hue angle of 224.52º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B334A is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 51 | 74 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.71 |
| HSL | 224.52º | 0.26% | 0.23% | - |
| HSV(B) | 224.52º | 0.42% | 0.29% | - |
| XYZ | 3.42 | 3.38 | 6.95 | - |
| YUV | 51.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 74 | 0.42 | 0.31 | 0 | 0.71 | 224.52 | 0.26 | 0.23 |
| Hex | 2B | 33 | 4A | 2A | 1F | 0 | 47 | E1 | 1A | 17 |
| Octal | 53 | 63 | 112 | 52 | 37 | 0 | 107 | 341 | 32 | 27 |
| Binary | 101011 | 110011 | 1001010 | 101010 | 11111 | 0 | 1000111 | 11100001 | 11010 | 10111 |
Color Harmonies of #2B334A
Complementary color
Monochromatic Colors of #2B334A
Black with #2B334A
Text Example
Text Example
White with #2B334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B334A; }
p { color: rgb(43,51,74); }
H1.HeaderClassName
{
color: #2B334A;
}
.AnyTagClassName
{
color: #2B334A;
}
</style>
background-color css
<style>
a { background-color: #2B334A; }
a { background-color: rgb(43,51,74); }
div.DivClassName
{
background-color: #2B334A;
}
.BgClassName
{
background-color: #2B334A;
}
</style>
border-color css
<style>
span { border-color: #2B334A; }
span { border-color: rgb(43,51,74); }
td.TdClassName
{
border-color: #2B334A;
}
.TagClassName
{
border-color: #2B334A;
}
</style>