Shades of Medium Blue #2313BA
Tints of Medium Blue #2313BA
RGB
CMYK
RGB Variations
Color information
#2313BA (or 0x2313BA) is known color: Medium Blue. HEX triplet: 23, 13 and BA. RGB value is (35,19,186). Sum of RGB (Red+Green+Blue) = 35+19+186=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #2313BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313BA is #DCEC45. Grayscale: #2A2A2A. Windows color (decimal): -14478406 or 12194595. OLE color: 12194595.
HSL color Cylindrical-coordinate representation of color #2313BA: hue angle of 245.75º degrees, saturation: 0.81, 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 #2313BA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 19 | 186 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.27 |
| HSL | 245.75º | 0.81% | 0.4% | - |
| HSV(B) | 245.75º | 0.9% | 0.73% | - |
| XYZ | 9.79 | 4.37 | 46.78 | - |
| YUV | 42.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 186 | 0.81 | 0.90 | 0 | 0.27 | 245.75 | 0.81 | 0.4 |
| Hex | 23 | 13 | BA | 51 | 5A | 0 | 1B | F6 | 51 | 28 |
| Octal | 43 | 23 | 272 | 121 | 132 | 0 | 33 | 366 | 121 | 50 |
| Binary | 100011 | 10011 | 10111010 | 1010001 | 1011010 | 0 | 11011 | 11110110 | 1010001 | 101000 |
Color Harmonies of #2313BA
Complementary color
Monochromatic Colors of #2313BA
Black with #2313BA
Text Example
Text Example
White with #2313BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2313BA; }
p { color: rgb(35,19,186); }
H1.HeaderClassName
{
color: #2313BA;
}
.AnyTagClassName
{
color: #2313BA;
}
</style>
background-color css
<style>
a { background-color: #2313BA; }
a { background-color: rgb(35,19,186); }
div.DivClassName
{
background-color: #2313BA;
}
.BgClassName
{
background-color: #2313BA;
}
</style>
border-color css
<style>
span { border-color: #2313BA; }
span { border-color: rgb(35,19,186); }
td.TdClassName
{
border-color: #2313BA;
}
.TagClassName
{
border-color: #2313BA;
}
</style>