Shades of Bunting #2C344D
Tints of Bunting #2C344D
RGB
CMYK
RGB Variations
Color information
#2C344D (or 0x2C344D) is known color: Bunting. HEX triplet: 2C, 34 and 4D. RGB value is (44,52,77). Sum of RGB (Red+Green+Blue) = 44+52+77=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C344D is #D3CBB2. Grayscale: #343434. Windows color (decimal): -13880243 or 5059628. OLE color: 5059628.
HSL color Cylindrical-coordinate representation of color #2C344D: hue angle of 225.45º 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 #2C344D is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 52 | 77 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.70 |
| HSL | 225.45º | 0.27% | 0.24% | - |
| HSV(B) | 225.45º | 0.43% | 0.3% | - |
| XYZ | 3.61 | 3.53 | 7.51 | - |
| YUV | 52.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 77 | 0.43 | 0.32 | 0 | 0.70 | 225.45 | 0.27 | 0.24 |
| Hex | 2C | 34 | 4D | 2B | 20 | 0 | 46 | E1 | 1B | 18 |
| Octal | 54 | 64 | 115 | 53 | 40 | 0 | 106 | 341 | 33 | 30 |
| Binary | 101100 | 110100 | 1001101 | 101011 | 100000 | 0 | 1000110 | 11100001 | 11011 | 11000 |
Color Harmonies of #2C344D
Complementary color
Monochromatic Colors of #2C344D
Black with #2C344D
Text Example
Text Example
White with #2C344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C344D; }
p { color: rgb(44,52,77); }
H1.HeaderClassName
{
color: #2C344D;
}
.AnyTagClassName
{
color: #2C344D;
}
</style>
background-color css
<style>
a { background-color: #2C344D; }
a { background-color: rgb(44,52,77); }
div.DivClassName
{
background-color: #2C344D;
}
.BgClassName
{
background-color: #2C344D;
}
</style>
border-color css
<style>
span { border-color: #2C344D; }
span { border-color: rgb(44,52,77); }
td.TdClassName
{
border-color: #2C344D;
}
.TagClassName
{
border-color: #2C344D;
}
</style>