Shades of Bunting #2C334B
Tints of Bunting #2C334B
RGB
CMYK
RGB Variations
Color information
#2C334B (or 0x2C334B) is known color: Bunting. HEX triplet: 2C, 33 and 4B. RGB value is (44,51,75). Sum of RGB (Red+Green+Blue) = 44+51+75=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C334B is #D3CCB4. Grayscale: #333333. Windows color (decimal): -13880501 or 4928300. OLE color: 4928300.
HSL color Cylindrical-coordinate representation of color #2C334B: hue angle of 226.45º 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 #2C334B is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 51 | 75 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.71 |
| HSL | 226.45º | 0.26% | 0.23% | - |
| HSV(B) | 226.45º | 0.41% | 0.29% | - |
| XYZ | 3.49 | 3.41 | 7.13 | - |
| YUV | 51.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 75 | 0.41 | 0.32 | 0 | 0.71 | 226.45 | 0.26 | 0.23 |
| Hex | 2C | 33 | 4B | 29 | 20 | 0 | 47 | E2 | 1A | 17 |
| Octal | 54 | 63 | 113 | 51 | 40 | 0 | 107 | 342 | 32 | 27 |
| Binary | 101100 | 110011 | 1001011 | 101001 | 100000 | 0 | 1000111 | 11100010 | 11010 | 10111 |
Color Harmonies of #2C334B
Complementary color
Monochromatic Colors of #2C334B
Black with #2C334B
Text Example
Text Example
White with #2C334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C334B; }
p { color: rgb(44,51,75); }
H1.HeaderClassName
{
color: #2C334B;
}
.AnyTagClassName
{
color: #2C334B;
}
</style>
background-color css
<style>
a { background-color: #2C334B; }
a { background-color: rgb(44,51,75); }
div.DivClassName
{
background-color: #2C334B;
}
.BgClassName
{
background-color: #2C334B;
}
</style>
border-color css
<style>
span { border-color: #2C334B; }
span { border-color: rgb(44,51,75); }
td.TdClassName
{
border-color: #2C334B;
}
.TagClassName
{
border-color: #2C334B;
}
</style>