Shades of Medium Blue #2D0EC1
Tints of Medium Blue #2D0EC1
RGB
CMYK
RGB Variations
Color information
#2D0EC1 (or 0x2D0EC1) is known color: Medium Blue. HEX triplet: 2D, 0E and C1. RGB value is (45,14,193). Sum of RGB (Red+Green+Blue) = 45+14+193=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D0EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0EC1 is #D2F13E. Grayscale: #2A2A2A. Windows color (decimal): -13824319 or 12652077. OLE color: 12652077.
HSL color Cylindrical-coordinate representation of color #2D0EC1: hue angle of 250.39º 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 #2D0EC1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 14 | 193 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.24 |
| HSL | 250.39º | 0.86% | 0.41% | - |
| HSV(B) | 250.39º | 0.93% | 0.76% | - |
| XYZ | 10.86 | 4.72 | 50.79 | - |
| YUV | 43.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 193 | 0.77 | 0.93 | 0 | 0.24 | 250.39 | 0.86 | 0.41 |
| Hex | 2D | E | C1 | 4D | 5D | 0 | 18 | FA | 56 | 29 |
| Octal | 55 | 16 | 301 | 115 | 135 | 0 | 30 | 372 | 126 | 51 |
| Binary | 101101 | 1110 | 11000001 | 1001101 | 1011101 | 0 | 11000 | 11111010 | 1010110 | 101001 |
Color Harmonies of #2D0EC1
Complementary color
Monochromatic Colors of #2D0EC1
Black with #2D0EC1
Text Example
Text Example
White with #2D0EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EC1; }
p { color: rgb(45,14,193); }
H1.HeaderClassName
{
color: #2D0EC1;
}
.AnyTagClassName
{
color: #2D0EC1;
}
</style>
background-color css
<style>
a { background-color: #2D0EC1; }
a { background-color: rgb(45,14,193); }
div.DivClassName
{
background-color: #2D0EC1;
}
.BgClassName
{
background-color: #2D0EC1;
}
</style>
border-color css
<style>
span { border-color: #2D0EC1; }
span { border-color: rgb(45,14,193); }
td.TdClassName
{
border-color: #2D0EC1;
}
.TagClassName
{
border-color: #2D0EC1;
}
</style>