Shades of Medium Blue #2912BD
Tints of Medium Blue #2912BD
RGB
CMYK
RGB Variations
Color information
#2912BD (or 0x2912BD) is known color: Medium Blue. HEX triplet: 29, 12 and BD. RGB value is (41,18,189). Sum of RGB (Red+Green+Blue) = 41+18+189=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #2912BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912BD is #D6ED42. Grayscale: #2B2B2B. Windows color (decimal): -14085443 or 12390953. OLE color: 12390953.
HSL color Cylindrical-coordinate representation of color #2912BD: hue angle of 248.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2912BD is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 18 | 189 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.26 |
| HSL | 248.07º | 0.83% | 0.41% | - |
| HSV(B) | 248.07º | 0.9% | 0.74% | - |
| XYZ | 10.32 | 4.58 | 48.48 | - |
| YUV | 44.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 189 | 0.78 | 0.90 | 0 | 0.26 | 248.07 | 0.83 | 0.41 |
| Hex | 29 | 12 | BD | 4E | 5A | 0 | 1A | F8 | 53 | 29 |
| Octal | 51 | 22 | 275 | 116 | 132 | 0 | 32 | 370 | 123 | 51 |
| Binary | 101001 | 10010 | 10111101 | 1001110 | 1011010 | 0 | 11010 | 11111000 | 1010011 | 101001 |
Color Harmonies of #2912BD
Complementary color
Monochromatic Colors of #2912BD
Black with #2912BD
Text Example
Text Example
White with #2912BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912BD; }
p { color: rgb(41,18,189); }
H1.HeaderClassName
{
color: #2912BD;
}
.AnyTagClassName
{
color: #2912BD;
}
</style>
background-color css
<style>
a { background-color: #2912BD; }
a { background-color: rgb(41,18,189); }
div.DivClassName
{
background-color: #2912BD;
}
.BgClassName
{
background-color: #2912BD;
}
</style>
border-color css
<style>
span { border-color: #2912BD; }
span { border-color: rgb(41,18,189); }
td.TdClassName
{
border-color: #2912BD;
}
.TagClassName
{
border-color: #2912BD;
}
</style>