Shades of Medium Blue #2910CB
Tints of Medium Blue #2910CB
RGB
CMYK
RGB Variations
Color information
#2910CB (or 0x2910CB) is known color: Medium Blue. HEX triplet: 29, 10 and CB. RGB value is (41,16,203). Sum of RGB (Red+Green+Blue) = 41+16+203=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2910CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2910CB is #D6EF34. Grayscale: #2C2C2C. Windows color (decimal): -14085941 or 13307945. OLE color: 13307945.
HSL color Cylindrical-coordinate representation of color #2910CB: hue angle of 248.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2910CB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 16 | 203 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.20 |
| HSL | 248.02º | 0.85% | 0.43% | - |
| HSV(B) | 248.02º | 0.92% | 0.8% | - |
| XYZ | 11.88 | 5.15 | 56.87 | - |
| YUV | 44.79 | 217.28 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 203 | 0.80 | 0.92 | 0 | 0.20 | 248.02 | 0.85 | 0.43 |
| Hex | 29 | 10 | CB | 50 | 5C | 0 | 14 | F8 | 55 | 2B |
| Octal | 51 | 20 | 313 | 120 | 134 | 0 | 24 | 370 | 125 | 53 |
| Binary | 101001 | 10000 | 11001011 | 1010000 | 1011100 | 0 | 10100 | 11111000 | 1010101 | 101011 |
Color Harmonies of #2910CB
Complementary color
Monochromatic Colors of #2910CB
Black with #2910CB
Text Example
Text Example
White with #2910CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2910CB; }
p { color: rgb(41,16,203); }
H1.HeaderClassName
{
color: #2910CB;
}
.AnyTagClassName
{
color: #2910CB;
}
</style>
background-color css
<style>
a { background-color: #2910CB; }
a { background-color: rgb(41,16,203); }
div.DivClassName
{
background-color: #2910CB;
}
.BgClassName
{
background-color: #2910CB;
}
</style>
border-color css
<style>
span { border-color: #2910CB; }
span { border-color: rgb(41,16,203); }
td.TdClassName
{
border-color: #2910CB;
}
.TagClassName
{
border-color: #2910CB;
}
</style>