Shades of Bunting #2C334D
Tints of Bunting #2C334D
RGB
CMYK
RGB Variations
Color information
#2C334D (or 0x2C334D) is known color: Bunting. HEX triplet: 2C, 33 and 4D. RGB value is (44,51,77). Sum of RGB (Red+Green+Blue) = 44+51+77=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C334D is #D3CCB2. Grayscale: #333333. Windows color (decimal): -13880499 or 5059372. OLE color: 5059372.
HSL color Cylindrical-coordinate representation of color #2C334D: hue angle of 227.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C334D is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 51 | 77 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.70 |
| HSL | 227.27º | 0.27% | 0.24% | - |
| HSV(B) | 227.27º | 0.43% | 0.3% | - |
| XYZ | 3.56 | 3.44 | 7.5 | - |
| YUV | 51.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 77 | 0.43 | 0.34 | 0 | 0.70 | 227.27 | 0.27 | 0.24 |
| Hex | 2C | 33 | 4D | 2B | 22 | 0 | 46 | E3 | 1B | 18 |
| Octal | 54 | 63 | 115 | 53 | 42 | 0 | 106 | 343 | 33 | 30 |
| Binary | 101100 | 110011 | 1001101 | 101011 | 100010 | 0 | 1000110 | 11100011 | 11011 | 11000 |
Color Harmonies of #2C334D
Complementary color
Monochromatic Colors of #2C334D
Black with #2C334D
Text Example
Text Example
White with #2C334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C334D; }
p { color: rgb(44,51,77); }
H1.HeaderClassName
{
color: #2C334D;
}
.AnyTagClassName
{
color: #2C334D;
}
</style>
background-color css
<style>
a { background-color: #2C334D; }
a { background-color: rgb(44,51,77); }
div.DivClassName
{
background-color: #2C334D;
}
.BgClassName
{
background-color: #2C334D;
}
</style>
border-color css
<style>
span { border-color: #2C334D; }
span { border-color: rgb(44,51,77); }
td.TdClassName
{
border-color: #2C334D;
}
.TagClassName
{
border-color: #2C334D;
}
</style>