Shades of Medium Blue #290FBB
Tints of Medium Blue #290FBB
RGB
CMYK
RGB Variations
Color information
#290FBB (or 0x290FBB) is known color: Medium Blue. HEX triplet: 29, 0F and BB. RGB value is (41,15,187). Sum of RGB (Red+Green+Blue) = 41+15+187=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #290FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FBB is #D6F044. Grayscale: #292929. Windows color (decimal): -14086213 or 12259113. OLE color: 12259113.
HSL color Cylindrical-coordinate representation of color #290FBB: hue angle of 249.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290FBB is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 15 | 187 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.27 |
| HSL | 249.07º | 0.85% | 0.4% | - |
| HSV(B) | 249.07º | 0.92% | 0.73% | - |
| XYZ | 10.05 | 4.4 | 47.33 | - |
| YUV | 42.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 187 | 0.78 | 0.92 | 0 | 0.27 | 249.07 | 0.85 | 0.4 |
| Hex | 29 | F | BB | 4E | 5C | 0 | 1B | F9 | 55 | 28 |
| Octal | 51 | 17 | 273 | 116 | 134 | 0 | 33 | 371 | 125 | 50 |
| Binary | 101001 | 1111 | 10111011 | 1001110 | 1011100 | 0 | 11011 | 11111001 | 1010101 | 101000 |
Color Harmonies of #290FBB
Complementary color
Monochromatic Colors of #290FBB
Black with #290FBB
Text Example
Text Example
White with #290FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FBB; }
p { color: rgb(41,15,187); }
H1.HeaderClassName
{
color: #290FBB;
}
.AnyTagClassName
{
color: #290FBB;
}
</style>
background-color css
<style>
a { background-color: #290FBB; }
a { background-color: rgb(41,15,187); }
div.DivClassName
{
background-color: #290FBB;
}
.BgClassName
{
background-color: #290FBB;
}
</style>
border-color css
<style>
span { border-color: #290FBB; }
span { border-color: rgb(41,15,187); }
td.TdClassName
{
border-color: #290FBB;
}
.TagClassName
{
border-color: #290FBB;
}
</style>