Shades of Medium Blue #2D00BC
Tints of Medium Blue #2D00BC
RGB
CMYK
RGB Variations
Color information
#2D00BC (or 0x2D00BC) is known color: Medium Blue. HEX triplet: 2D, 00 and BC. RGB value is (45,0,188). Sum of RGB (Red+Green+Blue) = 45+0+188=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00BC is #D2FF43. Grayscale: #222222. Windows color (decimal): -13827908 or 12320813. OLE color: 12320813.
HSL color Cylindrical-coordinate representation of color #2D00BC: hue angle of 254.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00BC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 0 | 188 | - |
| CMYK | 0.76 | 1 | 0 | 0.26 |
| HSL | 254.36º | 1% | 0.37% | - |
| HSV(B) | 254.36º | 1% | 0.74% | - |
| XYZ | 10.16 | 4.19 | 47.85 | - |
| YUV | 34.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 188 | 0.76 | 1 | 0 | 0.26 | 254.36 | 1 | 0.37 |
| Hex | 2D | 0 | BC | 4C | 64 | 0 | 1A | FE | 64 | 25 |
| Octal | 55 | 0 | 274 | 114 | 144 | 0 | 32 | 376 | 144 | 45 |
| Binary | 101101 | 0 | 10111100 | 1001100 | 1100100 | 0 | 11010 | 11111110 | 1100100 | 100101 |
Color Harmonies of #2D00BC
Complementary color
Monochromatic Colors of #2D00BC
Black with #2D00BC
Text Example
Text Example
White with #2D00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00BC; }
p { color: rgb(45,0,188); }
H1.HeaderClassName
{
color: #2D00BC;
}
.AnyTagClassName
{
color: #2D00BC;
}
</style>
background-color css
<style>
a { background-color: #2D00BC; }
a { background-color: rgb(45,0,188); }
div.DivClassName
{
background-color: #2D00BC;
}
.BgClassName
{
background-color: #2D00BC;
}
</style>
border-color css
<style>
span { border-color: #2D00BC; }
span { border-color: rgb(45,0,188); }
td.TdClassName
{
border-color: #2D00BC;
}
.TagClassName
{
border-color: #2D00BC;
}
</style>