Shades of Bunting #2C3140
Tints of Bunting #2C3140
RGB
CMYK
RGB Variations
Color information
#2C3140 (or 0x2C3140) is known color: Bunting. HEX triplet: 2C, 31 and 40. RGB value is (44,49,64). Sum of RGB (Red+Green+Blue) = 44+49+64=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3140 is #D3CEBF. Grayscale: #313131. Windows color (decimal): -13881024 or 4206892. OLE color: 4206892.
HSL color Cylindrical-coordinate representation of color #2C3140: hue angle of 225º 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 #2C3140 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 49 | 64 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.75 |
| HSL | 225º | 0.19% | 0.21% | - |
| HSV(B) | 225º | 0.31% | 0.25% | - |
| XYZ | 3.06 | 3.1 | 5.29 | - |
| YUV | 49.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 64 | 0.31 | 0.23 | 0 | 0.75 | 225 | 0.19 | 0.21 |
| Hex | 2C | 31 | 40 | 1F | 17 | 0 | 4B | E1 | 13 | 15 |
| Octal | 54 | 61 | 100 | 37 | 27 | 0 | 113 | 341 | 23 | 25 |
| Binary | 101100 | 110001 | 1000000 | 11111 | 10111 | 0 | 1001011 | 11100001 | 10011 | 10101 |
Color Harmonies of #2C3140
Complementary color
Monochromatic Colors of #2C3140
Black with #2C3140
Text Example
Text Example
White with #2C3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3140; }
p { color: rgb(44,49,64); }
H1.HeaderClassName
{
color: #2C3140;
}
.AnyTagClassName
{
color: #2C3140;
}
</style>
background-color css
<style>
a { background-color: #2C3140; }
a { background-color: rgb(44,49,64); }
div.DivClassName
{
background-color: #2C3140;
}
.BgClassName
{
background-color: #2C3140;
}
</style>
border-color css
<style>
span { border-color: #2C3140; }
span { border-color: rgb(44,49,64); }
td.TdClassName
{
border-color: #2C3140;
}
.TagClassName
{
border-color: #2C3140;
}
</style>