Shades of Medium Blue #2403C1
Tints of Medium Blue #2403C1
RGB
CMYK
RGB Variations
Color information
#2403C1 (or 0x2403C1) is known color: Medium Blue. HEX triplet: 24, 03 and C1. RGB value is (36,3,193). Sum of RGB (Red+Green+Blue) = 36+3+193=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #2403C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403C1 is #DBFC3E. Grayscale: #212121. Windows color (decimal): -14416959 or 12649252. OLE color: 12649252.
HSL color Cylindrical-coordinate representation of color #2403C1: hue angle of 250.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403C1 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 3 | 193 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.24 |
| HSL | 250.42º | 0.97% | 0.38% | - |
| HSV(B) | 250.42º | 0.98% | 0.76% | - |
| XYZ | 10.39 | 4.29 | 50.73 | - |
| YUV | 34.53 | 217.43 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 193 | 0.81 | 0.98 | 0 | 0.24 | 250.42 | 0.97 | 0.38 |
| Hex | 24 | 3 | C1 | 51 | 62 | 0 | 18 | FA | 61 | 26 |
| Octal | 44 | 3 | 301 | 121 | 142 | 0 | 30 | 372 | 141 | 46 |
| Binary | 100100 | 11 | 11000001 | 1010001 | 1100010 | 0 | 11000 | 11111010 | 1100001 | 100110 |
Color Harmonies of #2403C1
Complementary color
Monochromatic Colors of #2403C1
Black with #2403C1
Text Example
Text Example
White with #2403C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403C1; }
p { color: rgb(36,3,193); }
H1.HeaderClassName
{
color: #2403C1;
}
.AnyTagClassName
{
color: #2403C1;
}
</style>
background-color css
<style>
a { background-color: #2403C1; }
a { background-color: rgb(36,3,193); }
div.DivClassName
{
background-color: #2403C1;
}
.BgClassName
{
background-color: #2403C1;
}
</style>
border-color css
<style>
span { border-color: #2403C1; }
span { border-color: rgb(36,3,193); }
td.TdClassName
{
border-color: #2403C1;
}
.TagClassName
{
border-color: #2403C1;
}
</style>