Shades of Medium Blue #2D03C1
Tints of Medium Blue #2D03C1
RGB
CMYK
RGB Variations
Color information
#2D03C1 (or 0x2D03C1) is known color: Medium Blue. HEX triplet: 2D, 03 and C1. RGB value is (45,3,193). Sum of RGB (Red+Green+Blue) = 45+3+193=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 193 (75.78% from 255 or 80.08% from 241); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D03C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D03C1 is #D2FC3E. Grayscale: #242424. Windows color (decimal): -13827135 or 12649261. OLE color: 12649261.
HSL color Cylindrical-coordinate representation of color #2D03C1: hue angle of 253.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D03C1 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 3 | 193 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.24 |
| HSL | 253.26º | 0.97% | 0.38% | - |
| HSV(B) | 253.26º | 0.98% | 0.76% | - |
| XYZ | 10.74 | 4.47 | 50.75 | - |
| YUV | 37.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 193 | 0.77 | 0.98 | 0 | 0.24 | 253.26 | 0.97 | 0.38 |
| Hex | 2D | 3 | C1 | 4D | 62 | 0 | 18 | FD | 61 | 26 |
| Octal | 55 | 3 | 301 | 115 | 142 | 0 | 30 | 375 | 141 | 46 |
| Binary | 101101 | 11 | 11000001 | 1001101 | 1100010 | 0 | 11000 | 11111101 | 1100001 | 100110 |
Color Harmonies of #2D03C1
Complementary color
Monochromatic Colors of #2D03C1
Black with #2D03C1
Text Example
Text Example
White with #2D03C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03C1; }
p { color: rgb(45,3,193); }
H1.HeaderClassName
{
color: #2D03C1;
}
.AnyTagClassName
{
color: #2D03C1;
}
</style>
background-color css
<style>
a { background-color: #2D03C1; }
a { background-color: rgb(45,3,193); }
div.DivClassName
{
background-color: #2D03C1;
}
.BgClassName
{
background-color: #2D03C1;
}
</style>
border-color css
<style>
span { border-color: #2D03C1; }
span { border-color: rgb(45,3,193); }
td.TdClassName
{
border-color: #2D03C1;
}
.TagClassName
{
border-color: #2D03C1;
}
</style>