Shades of Bunting #2B344A
Tints of Bunting #2B344A
RGB
CMYK
RGB Variations
Color information
#2B344A (or 0x2B344A) is known color: Bunting. HEX triplet: 2B, 34 and 4A. RGB value is (43,52,74). Sum of RGB (Red+Green+Blue) = 43+52+74=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B344A is #D4CBB5. Grayscale: #333333. Windows color (decimal): -13945782 or 4863019. OLE color: 4863019.
HSL color Cylindrical-coordinate representation of color #2B344A: hue angle of 222.58º 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 #2B344A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 52 | 74 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.71 |
| HSL | 222.58º | 0.26% | 0.23% | - |
| HSV(B) | 222.58º | 0.42% | 0.29% | - |
| XYZ | 3.46 | 3.46 | 6.96 | - |
| YUV | 51.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 74 | 0.42 | 0.30 | 0 | 0.71 | 222.58 | 0.26 | 0.23 |
| Hex | 2B | 34 | 4A | 2A | 1E | 0 | 47 | DF | 1A | 17 |
| Octal | 53 | 64 | 112 | 52 | 36 | 0 | 107 | 337 | 32 | 27 |
| Binary | 101011 | 110100 | 1001010 | 101010 | 11110 | 0 | 1000111 | 11011111 | 11010 | 10111 |
Color Harmonies of #2B344A
Complementary color
Monochromatic Colors of #2B344A
Black with #2B344A
Text Example
Text Example
White with #2B344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B344A; }
p { color: rgb(43,52,74); }
H1.HeaderClassName
{
color: #2B344A;
}
.AnyTagClassName
{
color: #2B344A;
}
</style>
background-color css
<style>
a { background-color: #2B344A; }
a { background-color: rgb(43,52,74); }
div.DivClassName
{
background-color: #2B344A;
}
.BgClassName
{
background-color: #2B344A;
}
</style>
border-color css
<style>
span { border-color: #2B344A; }
span { border-color: rgb(43,52,74); }
td.TdClassName
{
border-color: #2B344A;
}
.TagClassName
{
border-color: #2B344A;
}
</style>