Shades of Medium Blue #2411BA
Tints of Medium Blue #2411BA
RGB
CMYK
RGB Variations
Color information
#2411BA (or 0x2411BA) is known color: Medium Blue. HEX triplet: 24, 11 and BA. RGB value is (36,17,186). Sum of RGB (Red+Green+Blue) = 36+17+186=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 17 (7.03% from 255 or 7.11% 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 #2411BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2411BA is #DBEE45. Grayscale: #292929. Windows color (decimal): -14413382 or 12194084. OLE color: 12194084.
HSL color Cylindrical-coordinate representation of color #2411BA: hue angle of 246.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2411BA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 17 | 186 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.27 |
| HSL | 246.75º | 0.83% | 0.4% | - |
| HSV(B) | 246.75º | 0.91% | 0.73% | - |
| XYZ | 9.79 | 4.32 | 46.77 | - |
| YUV | 41.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 186 | 0.81 | 0.91 | 0 | 0.27 | 246.75 | 0.83 | 0.4 |
| Hex | 24 | 11 | BA | 51 | 5B | 0 | 1B | F7 | 53 | 28 |
| Octal | 44 | 21 | 272 | 121 | 133 | 0 | 33 | 367 | 123 | 50 |
| Binary | 100100 | 10001 | 10111010 | 1010001 | 1011011 | 0 | 11011 | 11110111 | 1010011 | 101000 |
Color Harmonies of #2411BA
Complementary color
Monochromatic Colors of #2411BA
Black with #2411BA
Text Example
Text Example
White with #2411BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2411BA; }
p { color: rgb(36,17,186); }
H1.HeaderClassName
{
color: #2411BA;
}
.AnyTagClassName
{
color: #2411BA;
}
</style>
background-color css
<style>
a { background-color: #2411BA; }
a { background-color: rgb(36,17,186); }
div.DivClassName
{
background-color: #2411BA;
}
.BgClassName
{
background-color: #2411BA;
}
</style>
border-color css
<style>
span { border-color: #2411BA; }
span { border-color: rgb(36,17,186); }
td.TdClassName
{
border-color: #2411BA;
}
.TagClassName
{
border-color: #2411BA;
}
</style>