Shades of Medium Blue #2403BD
Tints of Medium Blue #2403BD
RGB
CMYK
RGB Variations
Color information
#2403BD (or 0x2403BD) is known color: Medium Blue. HEX triplet: 24, 03 and BD. RGB value is (36,3,189). Sum of RGB (Red+Green+Blue) = 36+3+189=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #2403BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403BD is #DBFC42. Grayscale: #212121. Windows color (decimal): -14416963 or 12387108. OLE color: 12387108.
HSL color Cylindrical-coordinate representation of color #2403BD: hue angle of 250.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403BD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 3 | 189 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.26 |
| HSL | 250.65º | 0.97% | 0.38% | - |
| HSV(B) | 250.65º | 0.98% | 0.74% | - |
| XYZ | 9.95 | 4.11 | 48.41 | - |
| YUV | 34.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 189 | 0.81 | 0.98 | 0 | 0.26 | 250.65 | 0.97 | 0.38 |
| Hex | 24 | 3 | BD | 51 | 62 | 0 | 1A | FB | 61 | 26 |
| Octal | 44 | 3 | 275 | 121 | 142 | 0 | 32 | 373 | 141 | 46 |
| Binary | 100100 | 11 | 10111101 | 1010001 | 1100010 | 0 | 11010 | 11111011 | 1100001 | 100110 |
Color Harmonies of #2403BD
Complementary color
Monochromatic Colors of #2403BD
Black with #2403BD
Text Example
Text Example
White with #2403BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403BD; }
p { color: rgb(36,3,189); }
H1.HeaderClassName
{
color: #2403BD;
}
.AnyTagClassName
{
color: #2403BD;
}
</style>
background-color css
<style>
a { background-color: #2403BD; }
a { background-color: rgb(36,3,189); }
div.DivClassName
{
background-color: #2403BD;
}
.BgClassName
{
background-color: #2403BD;
}
</style>
border-color css
<style>
span { border-color: #2403BD; }
span { border-color: rgb(36,3,189); }
td.TdClassName
{
border-color: #2403BD;
}
.TagClassName
{
border-color: #2403BD;
}
</style>