Shades of Medium Blue #2D03BE
Tints of Medium Blue #2D03BE
RGB
CMYK
RGB Variations
Color information
#2D03BE (or 0x2D03BE) is known color: Medium Blue. HEX triplet: 2D, 03 and BE. RGB value is (45,3,190). Sum of RGB (Red+Green+Blue) = 45+3+190=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D03BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D03BE is #D2FC41. Grayscale: #242424. Windows color (decimal): -13827138 or 12452653. OLE color: 12452653.
HSL color Cylindrical-coordinate representation of color #2D03BE: hue angle of 253.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D03BE is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 3 | 190 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.25 |
| HSL | 253.48º | 0.97% | 0.38% | - |
| HSV(B) | 253.48º | 0.98% | 0.75% | - |
| XYZ | 10.41 | 4.34 | 49 | - |
| YUV | 36.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 190 | 0.76 | 0.98 | 0 | 0.25 | 253.48 | 0.97 | 0.38 |
| Hex | 2D | 3 | BE | 4C | 62 | 0 | 19 | FD | 61 | 26 |
| Octal | 55 | 3 | 276 | 114 | 142 | 0 | 31 | 375 | 141 | 46 |
| Binary | 101101 | 11 | 10111110 | 1001100 | 1100010 | 0 | 11001 | 11111101 | 1100001 | 100110 |
Color Harmonies of #2D03BE
Complementary color
Monochromatic Colors of #2D03BE
Black with #2D03BE
Text Example
Text Example
White with #2D03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03BE; }
p { color: rgb(45,3,190); }
H1.HeaderClassName
{
color: #2D03BE;
}
.AnyTagClassName
{
color: #2D03BE;
}
</style>
background-color css
<style>
a { background-color: #2D03BE; }
a { background-color: rgb(45,3,190); }
div.DivClassName
{
background-color: #2D03BE;
}
.BgClassName
{
background-color: #2D03BE;
}
</style>
border-color css
<style>
span { border-color: #2D03BE; }
span { border-color: rgb(45,3,190); }
td.TdClassName
{
border-color: #2D03BE;
}
.TagClassName
{
border-color: #2D03BE;
}
</style>