Shades of Medium Blue #291ADC
Tints of Medium Blue #291ADC
RGB
CMYK
RGB Variations
Color information
#291ADC (or 0x291ADC) is known color: Medium Blue. HEX triplet: 29, 1A and DC. RGB value is (41,26,220). Sum of RGB (Red+Green+Blue) = 41+26+220=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #291ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ADC is #D6E523. Grayscale: #333333. Windows color (decimal): -14083364 or 14424617. OLE color: 14424617.
HSL color Cylindrical-coordinate representation of color #291ADC: hue angle of 244.64º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291ADC is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 26 | 220 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.14 |
| HSL | 244.64º | 0.79% | 0.48% | - |
| HSV(B) | 244.64º | 0.88% | 0.86% | - |
| XYZ | 14.2 | 6.38 | 68.19 | - |
| YUV | 52.6 | 222.47 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 220 | 0.81 | 0.88 | 0 | 0.14 | 244.64 | 0.79 | 0.48 |
| Hex | 29 | 1A | DC | 51 | 58 | 0 | E | F5 | 4F | 30 |
| Octal | 51 | 32 | 334 | 121 | 130 | 0 | 16 | 365 | 117 | 60 |
| Binary | 101001 | 11010 | 11011100 | 1010001 | 1011000 | 0 | 1110 | 11110101 | 1001111 | 110000 |
Color Harmonies of #291ADC
Complementary color
Monochromatic Colors of #291ADC
Black with #291ADC
Text Example
Text Example
White with #291ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291ADC; }
p { color: rgb(41,26,220); }
H1.HeaderClassName
{
color: #291ADC;
}
.AnyTagClassName
{
color: #291ADC;
}
</style>
background-color css
<style>
a { background-color: #291ADC; }
a { background-color: rgb(41,26,220); }
div.DivClassName
{
background-color: #291ADC;
}
.BgClassName
{
background-color: #291ADC;
}
</style>
border-color css
<style>
span { border-color: #291ADC; }
span { border-color: rgb(41,26,220); }
td.TdClassName
{
border-color: #291ADC;
}
.TagClassName
{
border-color: #291ADC;
}
</style>