Shades of Medium Blue #2312BA
Tints of Medium Blue #2312BA
RGB
CMYK
RGB Variations
Color information
#2312BA (or 0x2312BA) is known color: Medium Blue. HEX triplet: 23, 12 and BA. RGB value is (35,18,186). Sum of RGB (Red+Green+Blue) = 35+18+186=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #2312BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312BA is #DCED45. Grayscale: #292929. Windows color (decimal): -14478662 or 12194339. OLE color: 12194339.
HSL color Cylindrical-coordinate representation of color #2312BA: hue angle of 246.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2312BA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 18 | 186 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.27 |
| HSL | 246.07º | 0.82% | 0.4% | - |
| HSV(B) | 246.07º | 0.9% | 0.73% | - |
| XYZ | 9.77 | 4.34 | 46.78 | - |
| YUV | 42.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 186 | 0.81 | 0.90 | 0 | 0.27 | 246.07 | 0.82 | 0.4 |
| Hex | 23 | 12 | BA | 51 | 5A | 0 | 1B | F6 | 52 | 28 |
| Octal | 43 | 22 | 272 | 121 | 132 | 0 | 33 | 366 | 122 | 50 |
| Binary | 100011 | 10010 | 10111010 | 1010001 | 1011010 | 0 | 11011 | 11110110 | 1010010 | 101000 |
Color Harmonies of #2312BA
Complementary color
Monochromatic Colors of #2312BA
Black with #2312BA
Text Example
Text Example
White with #2312BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312BA; }
p { color: rgb(35,18,186); }
H1.HeaderClassName
{
color: #2312BA;
}
.AnyTagClassName
{
color: #2312BA;
}
</style>
background-color css
<style>
a { background-color: #2312BA; }
a { background-color: rgb(35,18,186); }
div.DivClassName
{
background-color: #2312BA;
}
.BgClassName
{
background-color: #2312BA;
}
</style>
border-color css
<style>
span { border-color: #2312BA; }
span { border-color: rgb(35,18,186); }
td.TdClassName
{
border-color: #2312BA;
}
.TagClassName
{
border-color: #2312BA;
}
</style>