Shades of Medium Blue #2906DC
Tints of Medium Blue #2906DC
RGB
CMYK
RGB Variations
Color information
#2906DC (or 0x2906DC) is known color: Medium Blue. HEX triplet: 29, 06 and DC. RGB value is (41,6,220). Sum of RGB (Red+Green+Blue) = 41+6+220=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #2906DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906DC is #D6F923. Grayscale: #282828. Windows color (decimal): -14088484 or 14419497. OLE color: 14419497.
HSL color Cylindrical-coordinate representation of color #2906DC: hue angle of 249.81º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906DC is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 6 | 220 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.14 |
| HSL | 249.81º | 0.95% | 0.44% | - |
| HSV(B) | 249.81º | 0.97% | 0.86% | - |
| XYZ | 13.9 | 5.77 | 68.09 | - |
| YUV | 40.86 | 229.1 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 220 | 0.81 | 0.97 | 0 | 0.14 | 249.81 | 0.95 | 0.44 |
| Hex | 29 | 6 | DC | 51 | 61 | 0 | E | FA | 5F | 2C |
| Octal | 51 | 6 | 334 | 121 | 141 | 0 | 16 | 372 | 137 | 54 |
| Binary | 101001 | 110 | 11011100 | 1010001 | 1100001 | 0 | 1110 | 11111010 | 1011111 | 101100 |
Color Harmonies of #2906DC
Complementary color
Monochromatic Colors of #2906DC
Black with #2906DC
Text Example
Text Example
White with #2906DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2906DC; }
p { color: rgb(41,6,220); }
H1.HeaderClassName
{
color: #2906DC;
}
.AnyTagClassName
{
color: #2906DC;
}
</style>
background-color css
<style>
a { background-color: #2906DC; }
a { background-color: rgb(41,6,220); }
div.DivClassName
{
background-color: #2906DC;
}
.BgClassName
{
background-color: #2906DC;
}
</style>
border-color css
<style>
span { border-color: #2906DC; }
span { border-color: rgb(41,6,220); }
td.TdClassName
{
border-color: #2906DC;
}
.TagClassName
{
border-color: #2906DC;
}
</style>