Shades of Medium Blue #2C00BD
Tints of Medium Blue #2C00BD
RGB
CMYK
RGB Variations
Color information
#2C00BD (or 0x2C00BD) is known color: Medium Blue. HEX triplet: 2C, 00 and BD. RGB value is (44,0,189). Sum of RGB (Red+Green+Blue) = 44+0+189=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C00BD is #D3FF42. Grayscale: #212121. Windows color (decimal): -13893443 or 12386348. OLE color: 12386348.
HSL color Cylindrical-coordinate representation of color #2C00BD: hue angle of 253.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00BD is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 0 | 189 | - |
| CMYK | 0.77 | 1 | 0 | 0.26 |
| HSL | 253.97º | 1% | 0.37% | - |
| HSV(B) | 253.97º | 1% | 0.74% | - |
| XYZ | 10.22 | 4.21 | 48.42 | - |
| YUV | 34.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 189 | 0.77 | 1 | 0 | 0.26 | 253.97 | 1 | 0.37 |
| Hex | 2C | 0 | BD | 4D | 64 | 0 | 1A | FE | 64 | 25 |
| Octal | 54 | 0 | 275 | 115 | 144 | 0 | 32 | 376 | 144 | 45 |
| Binary | 101100 | 0 | 10111101 | 1001101 | 1100100 | 0 | 11010 | 11111110 | 1100100 | 100101 |
Color Harmonies of #2C00BD
Complementary color
Monochromatic Colors of #2C00BD
Black with #2C00BD
Text Example
Text Example
White with #2C00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00BD; }
p { color: rgb(44,0,189); }
H1.HeaderClassName
{
color: #2C00BD;
}
.AnyTagClassName
{
color: #2C00BD;
}
</style>
background-color css
<style>
a { background-color: #2C00BD; }
a { background-color: rgb(44,0,189); }
div.DivClassName
{
background-color: #2C00BD;
}
.BgClassName
{
background-color: #2C00BD;
}
</style>
border-color css
<style>
span { border-color: #2C00BD; }
span { border-color: rgb(44,0,189); }
td.TdClassName
{
border-color: #2C00BD;
}
.TagClassName
{
border-color: #2C00BD;
}
</style>