Shades of Bunting #2C324B
Tints of Bunting #2C324B
RGB
CMYK
RGB Variations
Color information
#2C324B (or 0x2C324B) is known color: Bunting. HEX triplet: 2C, 32 and 4B. RGB value is (44,50,75). Sum of RGB (Red+Green+Blue) = 44+50+75=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C324B is #D3CDB4. Grayscale: #323232. Windows color (decimal): -13880757 or 4928044. OLE color: 4928044.
HSL color Cylindrical-coordinate representation of color #2C324B: hue angle of 228.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C324B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 50 | 75 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.71 |
| HSL | 228.39º | 0.26% | 0.23% | - |
| HSV(B) | 228.39º | 0.41% | 0.29% | - |
| XYZ | 3.45 | 3.32 | 7.12 | - |
| YUV | 51.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 75 | 0.41 | 0.33 | 0 | 0.71 | 228.39 | 0.26 | 0.23 |
| Hex | 2C | 32 | 4B | 29 | 21 | 0 | 47 | E4 | 1A | 17 |
| Octal | 54 | 62 | 113 | 51 | 41 | 0 | 107 | 344 | 32 | 27 |
| Binary | 101100 | 110010 | 1001011 | 101001 | 100001 | 0 | 1000111 | 11100100 | 11010 | 10111 |
Color Harmonies of #2C324B
Complementary color
Monochromatic Colors of #2C324B
Black with #2C324B
Text Example
Text Example
White with #2C324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C324B; }
p { color: rgb(44,50,75); }
H1.HeaderClassName
{
color: #2C324B;
}
.AnyTagClassName
{
color: #2C324B;
}
</style>
background-color css
<style>
a { background-color: #2C324B; }
a { background-color: rgb(44,50,75); }
div.DivClassName
{
background-color: #2C324B;
}
.BgClassName
{
background-color: #2C324B;
}
</style>
border-color css
<style>
span { border-color: #2C324B; }
span { border-color: rgb(44,50,75); }
td.TdClassName
{
border-color: #2C324B;
}
.TagClassName
{
border-color: #2C324B;
}
</style>