Shades of Medium Blue #2906CB
Tints of Medium Blue #2906CB
RGB
CMYK
RGB Variations
Color information
#2906CB (or 0x2906CB) is known color: Medium Blue. HEX triplet: 29, 06 and CB. RGB value is (41,6,203). Sum of RGB (Red+Green+Blue) = 41+6+203=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #2906CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906CB is #D6F934. Grayscale: #262626. Windows color (decimal): -14088501 or 13305385. OLE color: 13305385.
HSL color Cylindrical-coordinate representation of color #2906CB: hue angle of 250.66º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906CB is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 6 | 203 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.20 |
| HSL | 250.66º | 0.94% | 0.41% | - |
| HSV(B) | 250.66º | 0.97% | 0.8% | - |
| XYZ | 11.76 | 4.91 | 56.83 | - |
| YUV | 38.92 | 220.6 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 203 | 0.80 | 0.97 | 0 | 0.20 | 250.66 | 0.94 | 0.41 |
| Hex | 29 | 6 | CB | 50 | 61 | 0 | 14 | FB | 5E | 29 |
| Octal | 51 | 6 | 313 | 120 | 141 | 0 | 24 | 373 | 136 | 51 |
| Binary | 101001 | 110 | 11001011 | 1010000 | 1100001 | 0 | 10100 | 11111011 | 1011110 | 101001 |
Color Harmonies of #2906CB
Complementary color
Monochromatic Colors of #2906CB
Black with #2906CB
Text Example
Text Example
White with #2906CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2906CB; }
p { color: rgb(41,6,203); }
H1.HeaderClassName
{
color: #2906CB;
}
.AnyTagClassName
{
color: #2906CB;
}
</style>
background-color css
<style>
a { background-color: #2906CB; }
a { background-color: rgb(41,6,203); }
div.DivClassName
{
background-color: #2906CB;
}
.BgClassName
{
background-color: #2906CB;
}
</style>
border-color css
<style>
span { border-color: #2906CB; }
span { border-color: rgb(41,6,203); }
td.TdClassName
{
border-color: #2906CB;
}
.TagClassName
{
border-color: #2906CB;
}
</style>