Shades of Medium Blue #2410C1
Tints of Medium Blue #2410C1
RGB
CMYK
RGB Variations
Color information
#2410C1 (or 0x2410C1) is known color: Medium Blue. HEX triplet: 24, 10 and C1. RGB value is (36,16,193). Sum of RGB (Red+Green+Blue) = 36+16+193=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #2410C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2410C1 is #DBEF3E. Grayscale: #292929. Windows color (decimal): -14413631 or 12652580. OLE color: 12652580.
HSL color Cylindrical-coordinate representation of color #2410C1: hue angle of 246.78º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2410C1 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 16 | 193 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.24 |
| HSL | 246.78º | 0.85% | 0.41% | - |
| HSV(B) | 246.78º | 0.92% | 0.76% | - |
| XYZ | 10.54 | 4.6 | 50.78 | - |
| YUV | 42.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 193 | 0.81 | 0.92 | 0 | 0.24 | 246.78 | 0.85 | 0.41 |
| Hex | 24 | 10 | C1 | 51 | 5C | 0 | 18 | F7 | 55 | 29 |
| Octal | 44 | 20 | 301 | 121 | 134 | 0 | 30 | 367 | 125 | 51 |
| Binary | 100100 | 10000 | 11000001 | 1010001 | 1011100 | 0 | 11000 | 11110111 | 1010101 | 101001 |
Color Harmonies of #2410C1
Complementary color
Monochromatic Colors of #2410C1
Black with #2410C1
Text Example
Text Example
White with #2410C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410C1; }
p { color: rgb(36,16,193); }
H1.HeaderClassName
{
color: #2410C1;
}
.AnyTagClassName
{
color: #2410C1;
}
</style>
background-color css
<style>
a { background-color: #2410C1; }
a { background-color: rgb(36,16,193); }
div.DivClassName
{
background-color: #2410C1;
}
.BgClassName
{
background-color: #2410C1;
}
</style>
border-color css
<style>
span { border-color: #2410C1; }
span { border-color: rgb(36,16,193); }
td.TdClassName
{
border-color: #2410C1;
}
.TagClassName
{
border-color: #2410C1;
}
</style>