Shades of Medium Blue #2414C1
Tints of Medium Blue #2414C1
RGB
CMYK
RGB Variations
Color information
#2414C1 (or 0x2414C1) is known color: Medium Blue. HEX triplet: 24, 14 and C1. RGB value is (36,20,193). Sum of RGB (Red+Green+Blue) = 36+20+193=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #2414C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2414C1 is #DBEB3E. Grayscale: #2B2B2B. Windows color (decimal): -14412607 or 12653604. OLE color: 12653604.
HSL color Cylindrical-coordinate representation of color #2414C1: hue angle of 245.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2414C1 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 20 | 193 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.24 |
| HSL | 245.55º | 0.81% | 0.42% | - |
| HSV(B) | 245.55º | 0.9% | 0.76% | - |
| XYZ | 10.6 | 4.73 | 50.81 | - |
| YUV | 44.51 | 211.8 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 193 | 0.81 | 0.90 | 0 | 0.24 | 245.55 | 0.81 | 0.42 |
| Hex | 24 | 14 | C1 | 51 | 5A | 0 | 18 | F6 | 51 | 2A |
| Octal | 44 | 24 | 301 | 121 | 132 | 0 | 30 | 366 | 121 | 52 |
| Binary | 100100 | 10100 | 11000001 | 1010001 | 1011010 | 0 | 11000 | 11110110 | 1010001 | 101010 |
Color Harmonies of #2414C1
Complementary color
Monochromatic Colors of #2414C1
Black with #2414C1
Text Example
Text Example
White with #2414C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2414C1; }
p { color: rgb(36,20,193); }
H1.HeaderClassName
{
color: #2414C1;
}
.AnyTagClassName
{
color: #2414C1;
}
</style>
background-color css
<style>
a { background-color: #2414C1; }
a { background-color: rgb(36,20,193); }
div.DivClassName
{
background-color: #2414C1;
}
.BgClassName
{
background-color: #2414C1;
}
</style>
border-color css
<style>
span { border-color: #2414C1; }
span { border-color: rgb(36,20,193); }
td.TdClassName
{
border-color: #2414C1;
}
.TagClassName
{
border-color: #2414C1;
}
</style>