Shades of Medium Blue #2306BA
Tints of Medium Blue #2306BA
RGB
CMYK
RGB Variations
Color information
#2306BA (or 0x2306BA) is known color: Medium Blue. HEX triplet: 23, 06 and BA. RGB value is (35,6,186). Sum of RGB (Red+Green+Blue) = 35+6+186=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2306BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2306BA is #DCF945. Grayscale: #222222. Windows color (decimal): -14481734 or 12191267. OLE color: 12191267.
HSL color Cylindrical-coordinate representation of color #2306BA: hue angle of 249.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2306BA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 6 | 186 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.27 |
| HSL | 249.67º | 0.94% | 0.38% | - |
| HSV(B) | 249.67º | 0.97% | 0.73% | - |
| XYZ | 9.62 | 4.03 | 46.73 | - |
| YUV | 35.19 | 213.11 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 186 | 0.81 | 0.97 | 0 | 0.27 | 249.67 | 0.94 | 0.38 |
| Hex | 23 | 6 | BA | 51 | 61 | 0 | 1B | FA | 5E | 26 |
| Octal | 43 | 6 | 272 | 121 | 141 | 0 | 33 | 372 | 136 | 46 |
| Binary | 100011 | 110 | 10111010 | 1010001 | 1100001 | 0 | 11011 | 11111010 | 1011110 | 100110 |
Color Harmonies of #2306BA
Complementary color
Monochromatic Colors of #2306BA
Black with #2306BA
Text Example
Text Example
White with #2306BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2306BA; }
p { color: rgb(35,6,186); }
H1.HeaderClassName
{
color: #2306BA;
}
.AnyTagClassName
{
color: #2306BA;
}
</style>
background-color css
<style>
a { background-color: #2306BA; }
a { background-color: rgb(35,6,186); }
div.DivClassName
{
background-color: #2306BA;
}
.BgClassName
{
background-color: #2306BA;
}
</style>
border-color css
<style>
span { border-color: #2306BA; }
span { border-color: rgb(35,6,186); }
td.TdClassName
{
border-color: #2306BA;
}
.TagClassName
{
border-color: #2306BA;
}
</style>