Shades of Blue #241BEC
Tints of Blue #241BEC
RGB
CMYK
RGB Variations
Color information
#241BEC (or 0x241BEC) is known color: Blue. HEX triplet: 24, 1B and EC. RGB value is (36,27,236). Sum of RGB (Red+Green+Blue) = 36+27+236=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #241BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241BEC is #DBE413. Grayscale: #343434. Windows color (decimal): -14410772 or 15473444. OLE color: 15473444.
HSL color Cylindrical-coordinate representation of color #241BEC: hue angle of 242.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241BEC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 27 | 236 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.07 |
| HSL | 242.58º | 0.85% | 0.52% | - |
| HSV(B) | 242.58º | 0.89% | 0.93% | - |
| XYZ | 16.26 | 7.22 | 79.89 | - |
| YUV | 53.52 | 230.98 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 236 | 0.85 | 0.89 | 0 | 0.07 | 242.58 | 0.85 | 0.52 |
| Hex | 24 | 1B | EC | 55 | 59 | 0 | 7 | F3 | 55 | 34 |
| Octal | 44 | 33 | 354 | 125 | 131 | 0 | 7 | 363 | 125 | 64 |
| Binary | 100100 | 11011 | 11101100 | 1010101 | 1011001 | 0 | 111 | 11110011 | 1010101 | 110100 |
Color Harmonies of #241BEC
Complementary color
Monochromatic Colors of #241BEC
Black with #241BEC
Text Example
Text Example
White with #241BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BEC; }
p { color: rgb(36,27,236); }
H1.HeaderClassName
{
color: #241BEC;
}
.AnyTagClassName
{
color: #241BEC;
}
</style>
background-color css
<style>
a { background-color: #241BEC; }
a { background-color: rgb(36,27,236); }
div.DivClassName
{
background-color: #241BEC;
}
.BgClassName
{
background-color: #241BEC;
}
</style>
border-color css
<style>
span { border-color: #241BEC; }
span { border-color: rgb(36,27,236); }
td.TdClassName
{
border-color: #241BEC;
}
.TagClassName
{
border-color: #241BEC;
}
</style>