Shades of Medium Blue #2B06D2
Tints of Medium Blue #2B06D2
RGB
CMYK
RGB Variations
Color information
#2B06D2 (or 0x2B06D2) is known color: Medium Blue. HEX triplet: 2B, 06 and D2. RGB value is (43,6,210). Sum of RGB (Red+Green+Blue) = 43+6+210=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 210 (82.42% from 255 or 81.08% from 259); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B06D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B06D2 is #D4F92D. Grayscale: #272727. Windows color (decimal): -13957422 or 13764139. OLE color: 13764139.
HSL color Cylindrical-coordinate representation of color #2B06D2: hue angle of 250.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B06D2 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 6 | 210 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.18 |
| HSL | 250.88º | 0.94% | 0.42% | - |
| HSV(B) | 250.88º | 0.97% | 0.82% | - |
| XYZ | 12.69 | 5.3 | 61.33 | - |
| YUV | 40.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 210 | 0.80 | 0.97 | 0 | 0.18 | 250.88 | 0.94 | 0.42 |
| Hex | 2B | 6 | D2 | 50 | 61 | 0 | 12 | FB | 5E | 2A |
| Octal | 53 | 6 | 322 | 120 | 141 | 0 | 22 | 373 | 136 | 52 |
| Binary | 101011 | 110 | 11010010 | 1010000 | 1100001 | 0 | 10010 | 11111011 | 1011110 | 101010 |
Color Harmonies of #2B06D2
Complementary color
Monochromatic Colors of #2B06D2
Black with #2B06D2
Text Example
Text Example
White with #2B06D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B06D2; }
p { color: rgb(43,6,210); }
H1.HeaderClassName
{
color: #2B06D2;
}
.AnyTagClassName
{
color: #2B06D2;
}
</style>
background-color css
<style>
a { background-color: #2B06D2; }
a { background-color: rgb(43,6,210); }
div.DivClassName
{
background-color: #2B06D2;
}
.BgClassName
{
background-color: #2B06D2;
}
</style>
border-color css
<style>
span { border-color: #2B06D2; }
span { border-color: rgb(43,6,210); }
td.TdClassName
{
border-color: #2B06D2;
}
.TagClassName
{
border-color: #2B06D2;
}
</style>