Shades of Medium Blue #2400BB
Tints of Medium Blue #2400BB
RGB
CMYK
RGB Variations
Color information
#2400BB (or 0x2400BB) is known color: Medium Blue. HEX triplet: 24, 00 and BB. RGB value is (36,0,187). Sum of RGB (Red+Green+Blue) = 36+0+187=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #2400BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400BB is #DBFF44. Grayscale: #1F1F1F. Windows color (decimal): -14417733 or 12255268. OLE color: 12255268.
HSL color Cylindrical-coordinate representation of color #2400BB: hue angle of 251.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400BB is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 0 | 187 | - |
| CMYK | 0.81 | 1 | 0 | 0.27 |
| HSL | 251.55º | 1% | 0.37% | - |
| HSV(B) | 251.55º | 1% | 0.73% | - |
| XYZ | 9.7 | 3.96 | 47.27 | - |
| YUV | 32.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 187 | 0.81 | 1 | 0 | 0.27 | 251.55 | 1 | 0.37 |
| Hex | 24 | 0 | BB | 51 | 64 | 0 | 1B | FC | 64 | 25 |
| Octal | 44 | 0 | 273 | 121 | 144 | 0 | 33 | 374 | 144 | 45 |
| Binary | 100100 | 0 | 10111011 | 1010001 | 1100100 | 0 | 11011 | 11111100 | 1100100 | 100101 |
Color Harmonies of #2400BB
Complementary color
Monochromatic Colors of #2400BB
Black with #2400BB
Text Example
Text Example
White with #2400BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400BB; }
p { color: rgb(36,0,187); }
H1.HeaderClassName
{
color: #2400BB;
}
.AnyTagClassName
{
color: #2400BB;
}
</style>
background-color css
<style>
a { background-color: #2400BB; }
a { background-color: rgb(36,0,187); }
div.DivClassName
{
background-color: #2400BB;
}
.BgClassName
{
background-color: #2400BB;
}
</style>
border-color css
<style>
span { border-color: #2400BB; }
span { border-color: rgb(36,0,187); }
td.TdClassName
{
border-color: #2400BB;
}
.TagClassName
{
border-color: #2400BB;
}
</style>