Shades of Bastille #2C2B3A
Tints of Bastille #2C2B3A
RGB
CMYK
RGB Variations
Color information
#2C2B3A (or 0x2C2B3A) is known color: Bastille. HEX triplet: 2C, 2B and 3A. RGB value is (44,43,58). Sum of RGB (Red+Green+Blue) = 44+43+58=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C2B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2B3A is #D3D4C5. Grayscale: #2C2C2C. Windows color (decimal): -13882566 or 3812140. OLE color: 3812140.
HSL color Cylindrical-coordinate representation of color #2C2B3A: hue angle of 244º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2C2B3A is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 43 | 58 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.77 |
| HSL | 244º | 0.15% | 0.2% | - |
| HSV(B) | 244º | 0.26% | 0.23% | - |
| XYZ | 2.67 | 2.57 | 4.36 | - |
| YUV | 45.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 43 | 58 | 0.24 | 0.26 | 0 | 0.77 | 244 | 0.15 | 0.2 |
| Hex | 2C | 2B | 3A | 18 | 1A | 0 | 4D | F4 | F | 14 |
| Octal | 54 | 53 | 72 | 30 | 32 | 0 | 115 | 364 | 17 | 24 |
| Binary | 101100 | 101011 | 111010 | 11000 | 11010 | 0 | 1001101 | 11110100 | 1111 | 10100 |
Color Harmonies of #2C2B3A
Complementary color
Monochromatic Colors of #2C2B3A
Black with #2C2B3A
Text Example
Text Example
White with #2C2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2B3A; }
p { color: rgb(44,43,58); }
H1.HeaderClassName
{
color: #2C2B3A;
}
.AnyTagClassName
{
color: #2C2B3A;
}
</style>
background-color css
<style>
a { background-color: #2C2B3A; }
a { background-color: rgb(44,43,58); }
div.DivClassName
{
background-color: #2C2B3A;
}
.BgClassName
{
background-color: #2C2B3A;
}
</style>
border-color css
<style>
span { border-color: #2C2B3A; }
span { border-color: rgb(44,43,58); }
td.TdClassName
{
border-color: #2C2B3A;
}
.TagClassName
{
border-color: #2C2B3A;
}
</style>