Shades of Medium Blue #2401C3
Tints of Medium Blue #2401C3
RGB
CMYK
RGB Variations
Color information
#2401C3 (or 0x2401C3) is known color: Medium Blue. HEX triplet: 24, 01 and C3. RGB value is (36,1,195). Sum of RGB (Red+Green+Blue) = 36+1+195=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 195 (76.56% from 255 or 84.05% from 232); Max value from RGB is 195 - color contains mainly: blue. Hex color #2401C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401C3 is #DBFE3C. Grayscale: #202020. Windows color (decimal): -14417469 or 12779812. OLE color: 12779812.
HSL color Cylindrical-coordinate representation of color #2401C3: hue angle of 250.82º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401C3 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 1 | 195 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.24 |
| HSL | 250.82º | 0.99% | 0.38% | - |
| HSV(B) | 250.82º | 0.99% | 0.76% | - |
| XYZ | 10.59 | 4.34 | 51.91 | - |
| YUV | 33.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 195 | 0.82 | 0.99 | 0 | 0.24 | 250.82 | 0.99 | 0.38 |
| Hex | 24 | 1 | C3 | 52 | 63 | 0 | 18 | FB | 63 | 26 |
| Octal | 44 | 1 | 303 | 122 | 143 | 0 | 30 | 373 | 143 | 46 |
| Binary | 100100 | 1 | 11000011 | 1010010 | 1100011 | 0 | 11000 | 11111011 | 1100011 | 100110 |
Color Harmonies of #2401C3
Complementary color
Monochromatic Colors of #2401C3
Black with #2401C3
Text Example
Text Example
White with #2401C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401C3; }
p { color: rgb(36,1,195); }
H1.HeaderClassName
{
color: #2401C3;
}
.AnyTagClassName
{
color: #2401C3;
}
</style>
background-color css
<style>
a { background-color: #2401C3; }
a { background-color: rgb(36,1,195); }
div.DivClassName
{
background-color: #2401C3;
}
.BgClassName
{
background-color: #2401C3;
}
</style>
border-color css
<style>
span { border-color: #2401C3; }
span { border-color: rgb(36,1,195); }
td.TdClassName
{
border-color: #2401C3;
}
.TagClassName
{
border-color: #2401C3;
}
</style>