Shades of Bunting #2C354C
Tints of Bunting #2C354C
RGB
CMYK
RGB Variations
Color information
#2C354C (or 0x2C354C) is known color: Bunting. HEX triplet: 2C, 35 and 4C. RGB value is (44,53,76). Sum of RGB (Red+Green+Blue) = 44+53+76=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C354C is #D3CAB3. Grayscale: #343434. Windows color (decimal): -13879988 or 4994348. OLE color: 4994348.
HSL color Cylindrical-coordinate representation of color #2C354C: hue angle of 223.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C354C is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 53 | 76 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.70 |
| HSL | 223.13º | 0.27% | 0.24% | - |
| HSV(B) | 223.13º | 0.42% | 0.3% | - |
| XYZ | 3.62 | 3.6 | 7.34 | - |
| YUV | 52.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 76 | 0.42 | 0.30 | 0 | 0.70 | 223.13 | 0.27 | 0.24 |
| Hex | 2C | 35 | 4C | 2A | 1E | 0 | 46 | DF | 1B | 18 |
| Octal | 54 | 65 | 114 | 52 | 36 | 0 | 106 | 337 | 33 | 30 |
| Binary | 101100 | 110101 | 1001100 | 101010 | 11110 | 0 | 1000110 | 11011111 | 11011 | 11000 |
Color Harmonies of #2C354C
Complementary color
Monochromatic Colors of #2C354C
Black with #2C354C
Text Example
Text Example
White with #2C354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C354C; }
p { color: rgb(44,53,76); }
H1.HeaderClassName
{
color: #2C354C;
}
.AnyTagClassName
{
color: #2C354C;
}
</style>
background-color css
<style>
a { background-color: #2C354C; }
a { background-color: rgb(44,53,76); }
div.DivClassName
{
background-color: #2C354C;
}
.BgClassName
{
background-color: #2C354C;
}
</style>
border-color css
<style>
span { border-color: #2C354C; }
span { border-color: rgb(44,53,76); }
td.TdClassName
{
border-color: #2C354C;
}
.TagClassName
{
border-color: #2C354C;
}
</style>