Shades of Medium Blue #290FBA
Tints of Medium Blue #290FBA
RGB
CMYK
RGB Variations
Color information
#290FBA (or 0x290FBA) is known color: Medium Blue. HEX triplet: 29, 0F and BA. RGB value is (41,15,186). Sum of RGB (Red+Green+Blue) = 41+15+186=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #290FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FBA is #D6F045. Grayscale: #292929. Windows color (decimal): -14086214 or 12193577. OLE color: 12193577.
HSL color Cylindrical-coordinate representation of color #290FBA: hue angle of 249.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290FBA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 15 | 186 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.27 |
| HSL | 249.12º | 0.85% | 0.39% | - |
| HSV(B) | 249.12º | 0.92% | 0.73% | - |
| XYZ | 9.95 | 4.36 | 46.77 | - |
| YUV | 42.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 186 | 0.78 | 0.92 | 0 | 0.27 | 249.12 | 0.85 | 0.39 |
| Hex | 29 | F | BA | 4E | 5C | 0 | 1B | F9 | 55 | 27 |
| Octal | 51 | 17 | 272 | 116 | 134 | 0 | 33 | 371 | 125 | 47 |
| Binary | 101001 | 1111 | 10111010 | 1001110 | 1011100 | 0 | 11011 | 11111001 | 1010101 | 100111 |
Color Harmonies of #290FBA
Complementary color
Monochromatic Colors of #290FBA
Black with #290FBA
Text Example
Text Example
White with #290FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FBA; }
p { color: rgb(41,15,186); }
H1.HeaderClassName
{
color: #290FBA;
}
.AnyTagClassName
{
color: #290FBA;
}
</style>
background-color css
<style>
a { background-color: #290FBA; }
a { background-color: rgb(41,15,186); }
div.DivClassName
{
background-color: #290FBA;
}
.BgClassName
{
background-color: #290FBA;
}
</style>
border-color css
<style>
span { border-color: #290FBA; }
span { border-color: rgb(41,15,186); }
td.TdClassName
{
border-color: #290FBA;
}
.TagClassName
{
border-color: #290FBA;
}
</style>