Shades of Medium Blue #2402BA
Tints of Medium Blue #2402BA
RGB
CMYK
RGB Variations
Color information
#2402BA (or 0x2402BA) is known color: Medium Blue. HEX triplet: 24, 02 and BA. RGB value is (36,2,186). Sum of RGB (Red+Green+Blue) = 36+2+186=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #2402BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402BA is #DBFD45. Grayscale: #202020. Windows color (decimal): -14417222 or 12190244. OLE color: 12190244.
HSL color Cylindrical-coordinate representation of color #2402BA: hue angle of 251.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402BA is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 2 | 186 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.27 |
| HSL | 251.09º | 0.98% | 0.37% | - |
| HSV(B) | 251.09º | 0.99% | 0.73% | - |
| XYZ | 9.61 | 3.96 | 46.71 | - |
| YUV | 33.14 | 214.26 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 186 | 0.81 | 0.99 | 0 | 0.27 | 251.09 | 0.98 | 0.37 |
| Hex | 24 | 2 | BA | 51 | 63 | 0 | 1B | FB | 62 | 25 |
| Octal | 44 | 2 | 272 | 121 | 143 | 0 | 33 | 373 | 142 | 45 |
| Binary | 100100 | 10 | 10111010 | 1010001 | 1100011 | 0 | 11011 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2402BA
Complementary color
Monochromatic Colors of #2402BA
Black with #2402BA
Text Example
Text Example
White with #2402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402BA; }
p { color: rgb(36,2,186); }
H1.HeaderClassName
{
color: #2402BA;
}
.AnyTagClassName
{
color: #2402BA;
}
</style>
background-color css
<style>
a { background-color: #2402BA; }
a { background-color: rgb(36,2,186); }
div.DivClassName
{
background-color: #2402BA;
}
.BgClassName
{
background-color: #2402BA;
}
</style>
border-color css
<style>
span { border-color: #2402BA; }
span { border-color: rgb(36,2,186); }
td.TdClassName
{
border-color: #2402BA;
}
.TagClassName
{
border-color: #2402BA;
}
</style>