Shades of Medium Blue #2D00BB
Tints of Medium Blue #2D00BB
RGB
CMYK
RGB Variations
Color information
#2D00BB (or 0x2D00BB) is known color: Medium Blue. HEX triplet: 2D, 00 and BB. RGB value is (45,0,187). Sum of RGB (Red+Green+Blue) = 45+0+187=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00BB is #D2FF44. Grayscale: #222222. Windows color (decimal): -13827909 or 12255277. OLE color: 12255277.
HSL color Cylindrical-coordinate representation of color #2D00BB: hue angle of 254.44º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00BB is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 0 | 187 | - |
| CMYK | 0.76 | 1 | 0 | 0.27 |
| HSL | 254.44º | 1% | 0.37% | - |
| HSV(B) | 254.44º | 1% | 0.73% | - |
| XYZ | 10.05 | 4.15 | 47.28 | - |
| YUV | 34.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 187 | 0.76 | 1 | 0 | 0.27 | 254.44 | 1 | 0.37 |
| Hex | 2D | 0 | BB | 4C | 64 | 0 | 1B | FE | 64 | 25 |
| Octal | 55 | 0 | 273 | 114 | 144 | 0 | 33 | 376 | 144 | 45 |
| Binary | 101101 | 0 | 10111011 | 1001100 | 1100100 | 0 | 11011 | 11111110 | 1100100 | 100101 |
Color Harmonies of #2D00BB
Complementary color
Monochromatic Colors of #2D00BB
Black with #2D00BB
Text Example
Text Example
White with #2D00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00BB; }
p { color: rgb(45,0,187); }
H1.HeaderClassName
{
color: #2D00BB;
}
.AnyTagClassName
{
color: #2D00BB;
}
</style>
background-color css
<style>
a { background-color: #2D00BB; }
a { background-color: rgb(45,0,187); }
div.DivClassName
{
background-color: #2D00BB;
}
.BgClassName
{
background-color: #2D00BB;
}
</style>
border-color css
<style>
span { border-color: #2D00BB; }
span { border-color: rgb(45,0,187); }
td.TdClassName
{
border-color: #2D00BB;
}
.TagClassName
{
border-color: #2D00BB;
}
</style>