Shades of Medium Blue #2901CD
Tints of Medium Blue #2901CD
RGB
CMYK
RGB Variations
Color information
#2901CD (or 0x2901CD) is known color: Medium Blue. HEX triplet: 29, 01 and CD. RGB value is (41,1,205). Sum of RGB (Red+Green+Blue) = 41+1+205=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #2901CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2901CD is #D6FE32. Grayscale: #232323. Windows color (decimal): -14089779 or 13435177. OLE color: 13435177.
HSL color Cylindrical-coordinate representation of color #2901CD: hue angle of 251.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2901CD is Cyan = 0.8, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 1 | 205 | - |
| CMYK | 0.8 | 1.00 | 0 | 0.20 |
| HSL | 251.76º | 0.99% | 0.4% | - |
| HSV(B) | 251.76º | 1% | 0.8% | - |
| XYZ | 11.94 | 4.9 | 58.07 | - |
| YUV | 36.22 | 223.25 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 205 | 0.8 | 1.00 | 0 | 0.20 | 251.76 | 0.99 | 0.4 |
| Hex | 29 | 1 | CD | 50 | 64 | 0 | 14 | FC | 63 | 28 |
| Octal | 51 | 1 | 315 | 120 | 144 | 0 | 24 | 374 | 143 | 50 |
| Binary | 101001 | 1 | 11001101 | 1010000 | 1100100 | 0 | 10100 | 11111100 | 1100011 | 101000 |
Color Harmonies of #2901CD
Complementary color
Monochromatic Colors of #2901CD
Black with #2901CD
Text Example
Text Example
White with #2901CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901CD; }
p { color: rgb(41,1,205); }
H1.HeaderClassName
{
color: #2901CD;
}
.AnyTagClassName
{
color: #2901CD;
}
</style>
background-color css
<style>
a { background-color: #2901CD; }
a { background-color: rgb(41,1,205); }
div.DivClassName
{
background-color: #2901CD;
}
.BgClassName
{
background-color: #2901CD;
}
</style>
border-color css
<style>
span { border-color: #2901CD; }
span { border-color: rgb(41,1,205); }
td.TdClassName
{
border-color: #2901CD;
}
.TagClassName
{
border-color: #2901CD;
}
</style>