Shades of Bunting #2C3240
Tints of Bunting #2C3240
RGB
CMYK
RGB Variations
Color information
#2C3240 (or 0x2C3240) is known color: Bunting. HEX triplet: 2C, 32 and 40. RGB value is (44,50,64). Sum of RGB (Red+Green+Blue) = 44+50+64=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3240 is #D3CDBF. Grayscale: #313131. Windows color (decimal): -13880768 or 4207148. OLE color: 4207148.
HSL color Cylindrical-coordinate representation of color #2C3240: hue angle of 222º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3240 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 50 | 64 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.75 |
| HSL | 222º | 0.19% | 0.21% | - |
| HSV(B) | 222º | 0.31% | 0.25% | - |
| XYZ | 3.1 | 3.19 | 5.3 | - |
| YUV | 49.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 64 | 0.31 | 0.22 | 0 | 0.75 | 222 | 0.19 | 0.21 |
| Hex | 2C | 32 | 40 | 1F | 16 | 0 | 4B | DE | 13 | 15 |
| Octal | 54 | 62 | 100 | 37 | 26 | 0 | 113 | 336 | 23 | 25 |
| Binary | 101100 | 110010 | 1000000 | 11111 | 10110 | 0 | 1001011 | 11011110 | 10011 | 10101 |
Color Harmonies of #2C3240
Complementary color
Monochromatic Colors of #2C3240
Black with #2C3240
Text Example
Text Example
White with #2C3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3240; }
p { color: rgb(44,50,64); }
H1.HeaderClassName
{
color: #2C3240;
}
.AnyTagClassName
{
color: #2C3240;
}
</style>
background-color css
<style>
a { background-color: #2C3240; }
a { background-color: rgb(44,50,64); }
div.DivClassName
{
background-color: #2C3240;
}
.BgClassName
{
background-color: #2C3240;
}
</style>
border-color css
<style>
span { border-color: #2C3240; }
span { border-color: rgb(44,50,64); }
td.TdClassName
{
border-color: #2C3240;
}
.TagClassName
{
border-color: #2C3240;
}
</style>