Shades of Medium Blue #2912DD
Tints of Medium Blue #2912DD
RGB
CMYK
RGB Variations
Color information
#2912DD (or 0x2912DD) is known color: Medium Blue. HEX triplet: 29, 12 and DD. RGB value is (41,18,221). Sum of RGB (Red+Green+Blue) = 41+18+221=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2912DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912DD is #D6ED22. Grayscale: #2F2F2F. Windows color (decimal): -14085411 or 14488105. OLE color: 14488105.
HSL color Cylindrical-coordinate representation of color #2912DD: hue angle of 246.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2912DD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 18 | 221 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.13 |
| HSL | 246.8º | 0.85% | 0.47% | - |
| HSV(B) | 246.8º | 0.92% | 0.87% | - |
| XYZ | 14.18 | 6.12 | 68.84 | - |
| YUV | 48.02 | 225.62 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 221 | 0.81 | 0.92 | 0 | 0.13 | 246.8 | 0.85 | 0.47 |
| Hex | 29 | 12 | DD | 51 | 5C | 0 | D | F7 | 55 | 2F |
| Octal | 51 | 22 | 335 | 121 | 134 | 0 | 15 | 367 | 125 | 57 |
| Binary | 101001 | 10010 | 11011101 | 1010001 | 1011100 | 0 | 1101 | 11110111 | 1010101 | 101111 |
Color Harmonies of #2912DD
Complementary color
Monochromatic Colors of #2912DD
Black with #2912DD
Text Example
Text Example
White with #2912DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912DD; }
p { color: rgb(41,18,221); }
H1.HeaderClassName
{
color: #2912DD;
}
.AnyTagClassName
{
color: #2912DD;
}
</style>
background-color css
<style>
a { background-color: #2912DD; }
a { background-color: rgb(41,18,221); }
div.DivClassName
{
background-color: #2912DD;
}
.BgClassName
{
background-color: #2912DD;
}
</style>
border-color css
<style>
span { border-color: #2912DD; }
span { border-color: rgb(41,18,221); }
td.TdClassName
{
border-color: #2912DD;
}
.TagClassName
{
border-color: #2912DD;
}
</style>