Shades of Medium Blue #241AD4
Tints of Medium Blue #241AD4
RGB
CMYK
RGB Variations
Color information
#241AD4 (or 0x241AD4) is known color: Medium Blue. HEX triplet: 24, 1A and D4. RGB value is (36,26,212). Sum of RGB (Red+Green+Blue) = 36+26+212=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 212 (83.20% from 255 or 77.37% from 274); Max value from RGB is 212 - color contains mainly: blue. Hex color #241AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AD4 is #DBE52B. Grayscale: #313131. Windows color (decimal): -14411052 or 13900324. OLE color: 13900324.
HSL color Cylindrical-coordinate representation of color #241AD4: hue angle of 243.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241AD4 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 26 | 212 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.17 |
| HSL | 243.23º | 0.78% | 0.47% | - |
| HSV(B) | 243.23º | 0.88% | 0.83% | - |
| XYZ | 12.98 | 5.87 | 62.74 | - |
| YUV | 50.19 | 219.31 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 212 | 0.83 | 0.88 | 0 | 0.17 | 243.23 | 0.78 | 0.47 |
| Hex | 24 | 1A | D4 | 53 | 58 | 0 | 11 | F3 | 4E | 2F |
| Octal | 44 | 32 | 324 | 123 | 130 | 0 | 21 | 363 | 116 | 57 |
| Binary | 100100 | 11010 | 11010100 | 1010011 | 1011000 | 0 | 10001 | 11110011 | 1001110 | 101111 |
Color Harmonies of #241AD4
Complementary color
Monochromatic Colors of #241AD4
Black with #241AD4
Text Example
Text Example
White with #241AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AD4; }
p { color: rgb(36,26,212); }
H1.HeaderClassName
{
color: #241AD4;
}
.AnyTagClassName
{
color: #241AD4;
}
</style>
background-color css
<style>
a { background-color: #241AD4; }
a { background-color: rgb(36,26,212); }
div.DivClassName
{
background-color: #241AD4;
}
.BgClassName
{
background-color: #241AD4;
}
</style>
border-color css
<style>
span { border-color: #241AD4; }
span { border-color: rgb(36,26,212); }
td.TdClassName
{
border-color: #241AD4;
}
.TagClassName
{
border-color: #241AD4;
}
</style>