Shades of Medium Blue #241CDB
Tints of Medium Blue #241CDB
RGB
CMYK
RGB Variations
Color information
#241CDB (or 0x241CDB) is known color: Medium Blue. HEX triplet: 24, 1C and DB. RGB value is (36,28,219). Sum of RGB (Red+Green+Blue) = 36+28+219=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #241CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CDB is #DBE324. Grayscale: #333333. Windows color (decimal): -14410533 or 14359588. OLE color: 14359588.
HSL color Cylindrical-coordinate representation of color #241CDB: hue angle of 242.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241CDB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 28 | 219 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.14 |
| HSL | 242.51º | 0.77% | 0.48% | - |
| HSV(B) | 242.51º | 0.87% | 0.86% | - |
| XYZ | 13.93 | 6.32 | 67.5 | - |
| YUV | 52.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 219 | 0.84 | 0.87 | 0 | 0.14 | 242.51 | 0.77 | 0.48 |
| Hex | 24 | 1C | DB | 54 | 57 | 0 | E | F3 | 4D | 30 |
| Octal | 44 | 34 | 333 | 124 | 127 | 0 | 16 | 363 | 115 | 60 |
| Binary | 100100 | 11100 | 11011011 | 1010100 | 1010111 | 0 | 1110 | 11110011 | 1001101 | 110000 |
Color Harmonies of #241CDB
Complementary color
Monochromatic Colors of #241CDB
Black with #241CDB
Text Example
Text Example
White with #241CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CDB; }
p { color: rgb(36,28,219); }
H1.HeaderClassName
{
color: #241CDB;
}
.AnyTagClassName
{
color: #241CDB;
}
</style>
background-color css
<style>
a { background-color: #241CDB; }
a { background-color: rgb(36,28,219); }
div.DivClassName
{
background-color: #241CDB;
}
.BgClassName
{
background-color: #241CDB;
}
</style>
border-color css
<style>
span { border-color: #241CDB; }
span { border-color: rgb(36,28,219); }
td.TdClassName
{
border-color: #241CDB;
}
.TagClassName
{
border-color: #241CDB;
}
</style>