Shades of Medium Blue #2916CF
Tints of Medium Blue #2916CF
RGB
CMYK
RGB Variations
Color information
#2916CF (or 0x2916CF) is known color: Medium Blue. HEX triplet: 29, 16 and CF. RGB value is (41,22,207). Sum of RGB (Red+Green+Blue) = 41+22+207=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #2916CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2916CF is #D6E930. Grayscale: #303030. Windows color (decimal): -14084401 or 13571625. OLE color: 13571625.
HSL color Cylindrical-coordinate representation of color #2916CF: hue angle of 246.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2916CF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 22 | 207 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.19 |
| HSL | 246.16º | 0.81% | 0.45% | - |
| HSV(B) | 246.16º | 0.89% | 0.81% | - |
| XYZ | 12.46 | 5.55 | 59.45 | - |
| YUV | 48.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 207 | 0.80 | 0.89 | 0 | 0.19 | 246.16 | 0.81 | 0.45 |
| Hex | 29 | 16 | CF | 50 | 59 | 0 | 13 | F6 | 51 | 2D |
| Octal | 51 | 26 | 317 | 120 | 131 | 0 | 23 | 366 | 121 | 55 |
| Binary | 101001 | 10110 | 11001111 | 1010000 | 1011001 | 0 | 10011 | 11110110 | 1010001 | 101101 |
Color Harmonies of #2916CF
Complementary color
Monochromatic Colors of #2916CF
Black with #2916CF
Text Example
Text Example
White with #2916CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2916CF; }
p { color: rgb(41,22,207); }
H1.HeaderClassName
{
color: #2916CF;
}
.AnyTagClassName
{
color: #2916CF;
}
</style>
background-color css
<style>
a { background-color: #2916CF; }
a { background-color: rgb(41,22,207); }
div.DivClassName
{
background-color: #2916CF;
}
.BgClassName
{
background-color: #2916CF;
}
</style>
border-color css
<style>
span { border-color: #2916CF; }
span { border-color: rgb(41,22,207); }
td.TdClassName
{
border-color: #2916CF;
}
.TagClassName
{
border-color: #2916CF;
}
</style>