Shades of Medium Blue #2D03BC
Tints of Medium Blue #2D03BC
RGB
CMYK
RGB Variations
Color information
#2D03BC (or 0x2D03BC) is known color: Medium Blue. HEX triplet: 2D, 03 and BC. RGB value is (45,3,188). Sum of RGB (Red+Green+Blue) = 45+3+188=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D03BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D03BC is #D2FC43. Grayscale: #232323. Windows color (decimal): -13827140 or 12321581. OLE color: 12321581.
HSL color Cylindrical-coordinate representation of color #2D03BC: hue angle of 253.62º 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 #2D03BC is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 3 | 188 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.26 |
| HSL | 253.62º | 0.97% | 0.37% | - |
| HSV(B) | 253.62º | 0.98% | 0.74% | - |
| XYZ | 10.19 | 4.25 | 47.86 | - |
| YUV | 36.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 188 | 0.76 | 0.98 | 0 | 0.26 | 253.62 | 0.97 | 0.37 |
| Hex | 2D | 3 | BC | 4C | 62 | 0 | 1A | FE | 61 | 25 |
| Octal | 55 | 3 | 274 | 114 | 142 | 0 | 32 | 376 | 141 | 45 |
| Binary | 101101 | 11 | 10111100 | 1001100 | 1100010 | 0 | 11010 | 11111110 | 1100001 | 100101 |
Color Harmonies of #2D03BC
Complementary color
Monochromatic Colors of #2D03BC
Black with #2D03BC
Text Example
Text Example
White with #2D03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03BC; }
p { color: rgb(45,3,188); }
H1.HeaderClassName
{
color: #2D03BC;
}
.AnyTagClassName
{
color: #2D03BC;
}
</style>
background-color css
<style>
a { background-color: #2D03BC; }
a { background-color: rgb(45,3,188); }
div.DivClassName
{
background-color: #2D03BC;
}
.BgClassName
{
background-color: #2D03BC;
}
</style>
border-color css
<style>
span { border-color: #2D03BC; }
span { border-color: rgb(45,3,188); }
td.TdClassName
{
border-color: #2D03BC;
}
.TagClassName
{
border-color: #2D03BC;
}
</style>