Shades of Medium Blue #2403BC
Tints of Medium Blue #2403BC
RGB
CMYK
RGB Variations
Color information
#2403BC (or 0x2403BC) is known color: Medium Blue. HEX triplet: 24, 03 and BC. RGB value is (36,3,188). Sum of RGB (Red+Green+Blue) = 36+3+188=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #2403BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403BC is #DBFC43. Grayscale: #212121. Windows color (decimal): -14416964 or 12321572. OLE color: 12321572.
HSL color Cylindrical-coordinate representation of color #2403BC: hue angle of 250.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403BC is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 3 | 188 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.26 |
| HSL | 250.7º | 0.97% | 0.37% | - |
| HSV(B) | 250.7º | 0.98% | 0.74% | - |
| XYZ | 9.84 | 4.07 | 47.84 | - |
| YUV | 33.96 | 214.93 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 188 | 0.81 | 0.98 | 0 | 0.26 | 250.7 | 0.97 | 0.37 |
| Hex | 24 | 3 | BC | 51 | 62 | 0 | 1A | FB | 61 | 25 |
| Octal | 44 | 3 | 274 | 121 | 142 | 0 | 32 | 373 | 141 | 45 |
| Binary | 100100 | 11 | 10111100 | 1010001 | 1100010 | 0 | 11010 | 11111011 | 1100001 | 100101 |
Color Harmonies of #2403BC
Complementary color
Monochromatic Colors of #2403BC
Black with #2403BC
Text Example
Text Example
White with #2403BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403BC; }
p { color: rgb(36,3,188); }
H1.HeaderClassName
{
color: #2403BC;
}
.AnyTagClassName
{
color: #2403BC;
}
</style>
background-color css
<style>
a { background-color: #2403BC; }
a { background-color: rgb(36,3,188); }
div.DivClassName
{
background-color: #2403BC;
}
.BgClassName
{
background-color: #2403BC;
}
</style>
border-color css
<style>
span { border-color: #2403BC; }
span { border-color: rgb(36,3,188); }
td.TdClassName
{
border-color: #2403BC;
}
.TagClassName
{
border-color: #2403BC;
}
</style>