Shades of Bunting #2C3447
Tints of Bunting #2C3447
RGB
CMYK
RGB Variations
Color information
#2C3447 (or 0x2C3447) is known color: Bunting. HEX triplet: 2C, 34 and 47. RGB value is (44,52,71). Sum of RGB (Red+Green+Blue) = 44+52+71=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3447 is #D3CBB8. Grayscale: #333333. Windows color (decimal): -13880249 or 4666412. OLE color: 4666412.
HSL color Cylindrical-coordinate representation of color #2C3447: hue angle of 222.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C3447 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 52 | 71 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.72 |
| HSL | 222.22º | 0.23% | 0.23% | - |
| HSV(B) | 222.22º | 0.38% | 0.28% | - |
| XYZ | 3.4 | 3.45 | 6.45 | - |
| YUV | 51.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 71 | 0.38 | 0.27 | 0 | 0.72 | 222.22 | 0.23 | 0.23 |
| Hex | 2C | 34 | 47 | 26 | 1B | 0 | 48 | DE | 17 | 17 |
| Octal | 54 | 64 | 107 | 46 | 33 | 0 | 110 | 336 | 27 | 27 |
| Binary | 101100 | 110100 | 1000111 | 100110 | 11011 | 0 | 1001000 | 11011110 | 10111 | 10111 |
Color Harmonies of #2C3447
Complementary color
Monochromatic Colors of #2C3447
Black with #2C3447
Text Example
Text Example
White with #2C3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3447; }
p { color: rgb(44,52,71); }
H1.HeaderClassName
{
color: #2C3447;
}
.AnyTagClassName
{
color: #2C3447;
}
</style>
background-color css
<style>
a { background-color: #2C3447; }
a { background-color: rgb(44,52,71); }
div.DivClassName
{
background-color: #2C3447;
}
.BgClassName
{
background-color: #2C3447;
}
</style>
border-color css
<style>
span { border-color: #2C3447; }
span { border-color: rgb(44,52,71); }
td.TdClassName
{
border-color: #2C3447;
}
.TagClassName
{
border-color: #2C3447;
}
</style>