Shades of Medium Blue #2400BA
Tints of Medium Blue #2400BA
RGB
CMYK
RGB Variations
Color information
#2400BA (or 0x2400BA) is known color: Medium Blue. HEX triplet: 24, 00 and BA. RGB value is (36,0,186). Sum of RGB (Red+Green+Blue) = 36+0+186=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #2400BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400BA is #DBFF45. Grayscale: #1F1F1F. Windows color (decimal): -14417734 or 12189732. OLE color: 12189732.
HSL color Cylindrical-coordinate representation of color #2400BA: hue angle of 251.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400BA is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 0 | 186 | - |
| CMYK | 0.81 | 1 | 0 | 0.27 |
| HSL | 251.61º | 1% | 0.36% | - |
| HSV(B) | 251.61º | 1% | 0.73% | - |
| XYZ | 9.59 | 3.92 | 46.71 | - |
| YUV | 31.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 186 | 0.81 | 1 | 0 | 0.27 | 251.61 | 1 | 0.36 |
| Hex | 24 | 0 | BA | 51 | 64 | 0 | 1B | FC | 64 | 24 |
| Octal | 44 | 0 | 272 | 121 | 144 | 0 | 33 | 374 | 144 | 44 |
| Binary | 100100 | 0 | 10111010 | 1010001 | 1100100 | 0 | 11011 | 11111100 | 1100100 | 100100 |
Color Harmonies of #2400BA
Complementary color
Monochromatic Colors of #2400BA
Black with #2400BA
Text Example
Text Example
White with #2400BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400BA; }
p { color: rgb(36,0,186); }
H1.HeaderClassName
{
color: #2400BA;
}
.AnyTagClassName
{
color: #2400BA;
}
</style>
background-color css
<style>
a { background-color: #2400BA; }
a { background-color: rgb(36,0,186); }
div.DivClassName
{
background-color: #2400BA;
}
.BgClassName
{
background-color: #2400BA;
}
</style>
border-color css
<style>
span { border-color: #2400BA; }
span { border-color: rgb(36,0,186); }
td.TdClassName
{
border-color: #2400BA;
}
.TagClassName
{
border-color: #2400BA;
}
</style>