Shades of Medium Blue #2D06BE
Tints of Medium Blue #2D06BE
RGB
CMYK
RGB Variations
Color information
#2D06BE (or 0x2D06BE) is known color: Medium Blue. HEX triplet: 2D, 06 and BE. RGB value is (45,6,190). Sum of RGB (Red+Green+Blue) = 45+6+190=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D06BE is #D2F941. Grayscale: #252525. Windows color (decimal): -13826370 or 12453421. OLE color: 12453421.
HSL color Cylindrical-coordinate representation of color #2D06BE: hue angle of 252.72º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06BE is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 6 | 190 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.25 |
| HSL | 252.72º | 0.94% | 0.38% | - |
| HSV(B) | 252.72º | 0.97% | 0.75% | - |
| XYZ | 10.44 | 4.41 | 49.02 | - |
| YUV | 38.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 190 | 0.76 | 0.97 | 0 | 0.25 | 252.72 | 0.94 | 0.38 |
| Hex | 2D | 6 | BE | 4C | 61 | 0 | 19 | FD | 5E | 26 |
| Octal | 55 | 6 | 276 | 114 | 141 | 0 | 31 | 375 | 136 | 46 |
| Binary | 101101 | 110 | 10111110 | 1001100 | 1100001 | 0 | 11001 | 11111101 | 1011110 | 100110 |
Color Harmonies of #2D06BE
Complementary color
Monochromatic Colors of #2D06BE
Black with #2D06BE
Text Example
Text Example
White with #2D06BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06BE; }
p { color: rgb(45,6,190); }
H1.HeaderClassName
{
color: #2D06BE;
}
.AnyTagClassName
{
color: #2D06BE;
}
</style>
background-color css
<style>
a { background-color: #2D06BE; }
a { background-color: rgb(45,6,190); }
div.DivClassName
{
background-color: #2D06BE;
}
.BgClassName
{
background-color: #2D06BE;
}
</style>
border-color css
<style>
span { border-color: #2D06BE; }
span { border-color: rgb(45,6,190); }
td.TdClassName
{
border-color: #2D06BE;
}
.TagClassName
{
border-color: #2D06BE;
}
</style>