Shades of Medium Blue #2912BF
Tints of Medium Blue #2912BF
RGB
CMYK
RGB Variations
Color information
#2912BF (or 0x2912BF) is known color: Medium Blue. HEX triplet: 29, 12 and BF. RGB value is (41,18,191). Sum of RGB (Red+Green+Blue) = 41+18+191=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #2912BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912BF is #D6ED40. Grayscale: #2B2B2B. Windows color (decimal): -14085441 or 12522025. OLE color: 12522025.
HSL color Cylindrical-coordinate representation of color #2912BF: hue angle of 247.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912BF is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 18 | 191 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.25 |
| HSL | 247.98º | 0.83% | 0.41% | - |
| HSV(B) | 247.98º | 0.91% | 0.75% | - |
| XYZ | 10.53 | 4.67 | 49.64 | - |
| YUV | 44.6 | 210.62 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 191 | 0.79 | 0.91 | 0 | 0.25 | 247.98 | 0.83 | 0.41 |
| Hex | 29 | 12 | BF | 4F | 5B | 0 | 19 | F8 | 53 | 29 |
| Octal | 51 | 22 | 277 | 117 | 133 | 0 | 31 | 370 | 123 | 51 |
| Binary | 101001 | 10010 | 10111111 | 1001111 | 1011011 | 0 | 11001 | 11111000 | 1010011 | 101001 |
Color Harmonies of #2912BF
Complementary color
Monochromatic Colors of #2912BF
Black with #2912BF
Text Example
Text Example
White with #2912BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912BF; }
p { color: rgb(41,18,191); }
H1.HeaderClassName
{
color: #2912BF;
}
.AnyTagClassName
{
color: #2912BF;
}
</style>
background-color css
<style>
a { background-color: #2912BF; }
a { background-color: rgb(41,18,191); }
div.DivClassName
{
background-color: #2912BF;
}
.BgClassName
{
background-color: #2912BF;
}
</style>
border-color css
<style>
span { border-color: #2912BF; }
span { border-color: rgb(41,18,191); }
td.TdClassName
{
border-color: #2912BF;
}
.TagClassName
{
border-color: #2912BF;
}
</style>