Shades of Medium Blue #2906CA
Tints of Medium Blue #2906CA
RGB
CMYK
RGB Variations
Color information
#2906CA (or 0x2906CA) is known color: Medium Blue. HEX triplet: 29, 06 and CA. RGB value is (41,6,202). Sum of RGB (Red+Green+Blue) = 41+6+202=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #2906CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906CA is #D6F935. Grayscale: #262626. Windows color (decimal): -14088502 or 13239849. OLE color: 13239849.
HSL color Cylindrical-coordinate representation of color #2906CA: hue angle of 250.71º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906CA is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 6 | 202 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.21 |
| HSL | 250.71º | 0.94% | 0.41% | - |
| HSV(B) | 250.71º | 0.97% | 0.79% | - |
| XYZ | 11.64 | 4.87 | 56.2 | - |
| YUV | 38.81 | 220.1 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 202 | 0.80 | 0.97 | 0 | 0.21 | 250.71 | 0.94 | 0.41 |
| Hex | 29 | 6 | CA | 50 | 61 | 0 | 15 | FB | 5E | 29 |
| Octal | 51 | 6 | 312 | 120 | 141 | 0 | 25 | 373 | 136 | 51 |
| Binary | 101001 | 110 | 11001010 | 1010000 | 1100001 | 0 | 10101 | 11111011 | 1011110 | 101001 |
Color Harmonies of #2906CA
Complementary color
Monochromatic Colors of #2906CA
Black with #2906CA
Text Example
Text Example
White with #2906CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2906CA; }
p { color: rgb(41,6,202); }
H1.HeaderClassName
{
color: #2906CA;
}
.AnyTagClassName
{
color: #2906CA;
}
</style>
background-color css
<style>
a { background-color: #2906CA; }
a { background-color: rgb(41,6,202); }
div.DivClassName
{
background-color: #2906CA;
}
.BgClassName
{
background-color: #2906CA;
}
</style>
border-color css
<style>
span { border-color: #2906CA; }
span { border-color: rgb(41,6,202); }
td.TdClassName
{
border-color: #2906CA;
}
.TagClassName
{
border-color: #2906CA;
}
</style>