Shades of Medium Blue #2C03BC
Tints of Medium Blue #2C03BC
RGB
CMYK
RGB Variations
Color information
#2C03BC (or 0x2C03BC) is known color: Medium Blue. HEX triplet: 2C, 03 and BC. RGB value is (44,3,188). Sum of RGB (Red+Green+Blue) = 44+3+188=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C03BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03BC is #D3FC43. Grayscale: #232323. Windows color (decimal): -13892676 or 12321580. OLE color: 12321580.
HSL color Cylindrical-coordinate representation of color #2C03BC: hue angle of 253.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C03BC is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 3 | 188 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.26 |
| HSL | 253.3º | 0.97% | 0.37% | - |
| HSV(B) | 253.3º | 0.98% | 0.74% | - |
| XYZ | 10.15 | 4.23 | 47.86 | - |
| YUV | 36.35 | 213.58 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 188 | 0.77 | 0.98 | 0 | 0.26 | 253.3 | 0.97 | 0.37 |
| Hex | 2C | 3 | BC | 4D | 62 | 0 | 1A | FD | 61 | 25 |
| Octal | 54 | 3 | 274 | 115 | 142 | 0 | 32 | 375 | 141 | 45 |
| Binary | 101100 | 11 | 10111100 | 1001101 | 1100010 | 0 | 11010 | 11111101 | 1100001 | 100101 |
Color Harmonies of #2C03BC
Complementary color
Monochromatic Colors of #2C03BC
Black with #2C03BC
Text Example
Text Example
White with #2C03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C03BC; }
p { color: rgb(44,3,188); }
H1.HeaderClassName
{
color: #2C03BC;
}
.AnyTagClassName
{
color: #2C03BC;
}
</style>
background-color css
<style>
a { background-color: #2C03BC; }
a { background-color: rgb(44,3,188); }
div.DivClassName
{
background-color: #2C03BC;
}
.BgClassName
{
background-color: #2C03BC;
}
</style>
border-color css
<style>
span { border-color: #2C03BC; }
span { border-color: rgb(44,3,188); }
td.TdClassName
{
border-color: #2C03BC;
}
.TagClassName
{
border-color: #2C03BC;
}
</style>