Shades of Medium Blue #241BDE
Tints of Medium Blue #241BDE
RGB
CMYK
RGB Variations
Color information
#241BDE (or 0x241BDE) is known color: Medium Blue. HEX triplet: 24, 1B and DE. RGB value is (36,27,222). Sum of RGB (Red+Green+Blue) = 36+27+222=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #241BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BDE is #DBE421. Grayscale: #333333. Windows color (decimal): -14410786 or 14555940. OLE color: 14555940.
HSL color Cylindrical-coordinate representation of color #241BDE: hue angle of 242.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241BDE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 27 | 222 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.13 |
| HSL | 242.77º | 0.78% | 0.49% | - |
| HSV(B) | 242.77º | 0.88% | 0.87% | - |
| XYZ | 14.3 | 6.43 | 69.59 | - |
| YUV | 51.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 222 | 0.84 | 0.88 | 0 | 0.13 | 242.77 | 0.78 | 0.49 |
| Hex | 24 | 1B | DE | 54 | 58 | 0 | D | F3 | 4E | 31 |
| Octal | 44 | 33 | 336 | 124 | 130 | 0 | 15 | 363 | 116 | 61 |
| Binary | 100100 | 11011 | 11011110 | 1010100 | 1011000 | 0 | 1101 | 11110011 | 1001110 | 110001 |
Color Harmonies of #241BDE
Complementary color
Monochromatic Colors of #241BDE
Black with #241BDE
Text Example
Text Example
White with #241BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BDE; }
p { color: rgb(36,27,222); }
H1.HeaderClassName
{
color: #241BDE;
}
.AnyTagClassName
{
color: #241BDE;
}
</style>
background-color css
<style>
a { background-color: #241BDE; }
a { background-color: rgb(36,27,222); }
div.DivClassName
{
background-color: #241BDE;
}
.BgClassName
{
background-color: #241BDE;
}
</style>
border-color css
<style>
span { border-color: #241BDE; }
span { border-color: rgb(36,27,222); }
td.TdClassName
{
border-color: #241BDE;
}
.TagClassName
{
border-color: #241BDE;
}
</style>