Shades of Medium Blue #2C00BA
Tints of Medium Blue #2C00BA
RGB
CMYK
RGB Variations
Color information
#2C00BA (or 0x2C00BA) is known color: Medium Blue. HEX triplet: 2C, 00 and BA. RGB value is (44,0,186). Sum of RGB (Red+Green+Blue) = 44+0+186=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C00BA is #D3FF45. Grayscale: #212121. Windows color (decimal): -13893446 or 12189740. OLE color: 12189740.
HSL color Cylindrical-coordinate representation of color #2C00BA: hue angle of 254.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00BA is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 0 | 186 | - |
| CMYK | 0.76 | 1 | 0 | 0.27 |
| HSL | 254.19º | 1% | 0.36% | - |
| HSV(B) | 254.19º | 1% | 0.73% | - |
| XYZ | 9.9 | 4.08 | 46.72 | - |
| YUV | 34.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 186 | 0.76 | 1 | 0 | 0.27 | 254.19 | 1 | 0.36 |
| Hex | 2C | 0 | BA | 4C | 64 | 0 | 1B | FE | 64 | 24 |
| Octal | 54 | 0 | 272 | 114 | 144 | 0 | 33 | 376 | 144 | 44 |
| Binary | 101100 | 0 | 10111010 | 1001100 | 1100100 | 0 | 11011 | 11111110 | 1100100 | 100100 |
Color Harmonies of #2C00BA
Complementary color
Monochromatic Colors of #2C00BA
Black with #2C00BA
Text Example
Text Example
White with #2C00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00BA; }
p { color: rgb(44,0,186); }
H1.HeaderClassName
{
color: #2C00BA;
}
.AnyTagClassName
{
color: #2C00BA;
}
</style>
background-color css
<style>
a { background-color: #2C00BA; }
a { background-color: rgb(44,0,186); }
div.DivClassName
{
background-color: #2C00BA;
}
.BgClassName
{
background-color: #2C00BA;
}
</style>
border-color css
<style>
span { border-color: #2C00BA; }
span { border-color: rgb(44,0,186); }
td.TdClassName
{
border-color: #2C00BA;
}
.TagClassName
{
border-color: #2C00BA;
}
</style>