Shades of Medium Blue #2C0EC1
Tints of Medium Blue #2C0EC1
RGB
CMYK
RGB Variations
Color information
#2C0EC1 (or 0x2C0EC1) is known color: Medium Blue. HEX triplet: 2C, 0E and C1. RGB value is (44,14,193). Sum of RGB (Red+Green+Blue) = 44+14+193=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C0EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0EC1 is #D3F13E. Grayscale: #2A2A2A. Windows color (decimal): -13889855 or 12652076. OLE color: 12652076.
HSL color Cylindrical-coordinate representation of color #2C0EC1: hue angle of 250.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0EC1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 14 | 193 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.24 |
| HSL | 250.06º | 0.86% | 0.41% | - |
| HSV(B) | 250.06º | 0.93% | 0.76% | - |
| XYZ | 10.82 | 4.7 | 50.79 | - |
| YUV | 43.38 | 212.44 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 193 | 0.77 | 0.93 | 0 | 0.24 | 250.06 | 0.86 | 0.41 |
| Hex | 2C | E | C1 | 4D | 5D | 0 | 18 | FA | 56 | 29 |
| Octal | 54 | 16 | 301 | 115 | 135 | 0 | 30 | 372 | 126 | 51 |
| Binary | 101100 | 1110 | 11000001 | 1001101 | 1011101 | 0 | 11000 | 11111010 | 1010110 | 101001 |
Color Harmonies of #2C0EC1
Complementary color
Monochromatic Colors of #2C0EC1
Black with #2C0EC1
Text Example
Text Example
White with #2C0EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EC1; }
p { color: rgb(44,14,193); }
H1.HeaderClassName
{
color: #2C0EC1;
}
.AnyTagClassName
{
color: #2C0EC1;
}
</style>
background-color css
<style>
a { background-color: #2C0EC1; }
a { background-color: rgb(44,14,193); }
div.DivClassName
{
background-color: #2C0EC1;
}
.BgClassName
{
background-color: #2C0EC1;
}
</style>
border-color css
<style>
span { border-color: #2C0EC1; }
span { border-color: rgb(44,14,193); }
td.TdClassName
{
border-color: #2C0EC1;
}
.TagClassName
{
border-color: #2C0EC1;
}
</style>