Shades of Medium Blue #2910C7
Tints of Medium Blue #2910C7
RGB
CMYK
RGB Variations
Color information
#2910C7 (or 0x2910C7) is known color: Medium Blue. HEX triplet: 29, 10 and C7. RGB value is (41,16,199). Sum of RGB (Red+Green+Blue) = 41+16+199=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 199 (78.12% from 255 or 77.73% from 256); Max value from RGB is 199 - color contains mainly: blue. Hex color #2910C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2910C7 is #D6EF38. Grayscale: #2B2B2B. Windows color (decimal): -14085945 or 13045801. OLE color: 13045801.
HSL color Cylindrical-coordinate representation of color #2910C7: hue angle of 248.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2910C7 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 16 | 199 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.22 |
| HSL | 248.2º | 0.85% | 0.42% | - |
| HSV(B) | 248.2º | 0.92% | 0.78% | - |
| XYZ | 11.41 | 4.97 | 54.39 | - |
| YUV | 44.34 | 215.28 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 199 | 0.79 | 0.92 | 0 | 0.22 | 248.2 | 0.85 | 0.42 |
| Hex | 29 | 10 | C7 | 4F | 5C | 0 | 16 | F8 | 55 | 2A |
| Octal | 51 | 20 | 307 | 117 | 134 | 0 | 26 | 370 | 125 | 52 |
| Binary | 101001 | 10000 | 11000111 | 1001111 | 1011100 | 0 | 10110 | 11111000 | 1010101 | 101010 |
Color Harmonies of #2910C7
Complementary color
Monochromatic Colors of #2910C7
Black with #2910C7
Text Example
Text Example
White with #2910C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2910C7; }
p { color: rgb(41,16,199); }
H1.HeaderClassName
{
color: #2910C7;
}
.AnyTagClassName
{
color: #2910C7;
}
</style>
background-color css
<style>
a { background-color: #2910C7; }
a { background-color: rgb(41,16,199); }
div.DivClassName
{
background-color: #2910C7;
}
.BgClassName
{
background-color: #2910C7;
}
</style>
border-color css
<style>
span { border-color: #2910C7; }
span { border-color: rgb(41,16,199); }
td.TdClassName
{
border-color: #2910C7;
}
.TagClassName
{
border-color: #2910C7;
}
</style>