Shades of Medium Blue #2D00BE
Tints of Medium Blue #2D00BE
RGB
CMYK
RGB Variations
Color information
#2D00BE (or 0x2D00BE) is known color: Medium Blue. HEX triplet: 2D, 00 and BE. RGB value is (45,0,190). Sum of RGB (Red+Green+Blue) = 45+0+190=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00BE is #D2FF41. Grayscale: #222222. Windows color (decimal): -13827906 or 12451885. OLE color: 12451885.
HSL color Cylindrical-coordinate representation of color #2D00BE: hue angle of 254.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00BE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 0 | 190 | - |
| CMYK | 0.76 | 1 | 0 | 0.25 |
| HSL | 254.21º | 1% | 0.37% | - |
| HSV(B) | 254.21º | 1% | 0.75% | - |
| XYZ | 10.38 | 4.28 | 48.99 | - |
| YUV | 35.12 | 215.41 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 190 | 0.76 | 1 | 0 | 0.25 | 254.21 | 1 | 0.37 |
| Hex | 2D | 0 | BE | 4C | 64 | 0 | 19 | FE | 64 | 25 |
| Octal | 55 | 0 | 276 | 114 | 144 | 0 | 31 | 376 | 144 | 45 |
| Binary | 101101 | 0 | 10111110 | 1001100 | 1100100 | 0 | 11001 | 11111110 | 1100100 | 100101 |
Color Harmonies of #2D00BE
Complementary color
Monochromatic Colors of #2D00BE
Black with #2D00BE
Text Example
Text Example
White with #2D00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00BE; }
p { color: rgb(45,0,190); }
H1.HeaderClassName
{
color: #2D00BE;
}
.AnyTagClassName
{
color: #2D00BE;
}
</style>
background-color css
<style>
a { background-color: #2D00BE; }
a { background-color: rgb(45,0,190); }
div.DivClassName
{
background-color: #2D00BE;
}
.BgClassName
{
background-color: #2D00BE;
}
</style>
border-color css
<style>
span { border-color: #2D00BE; }
span { border-color: rgb(45,0,190); }
td.TdClassName
{
border-color: #2D00BE;
}
.TagClassName
{
border-color: #2D00BE;
}
</style>