Shades of Medium Blue #290CBB
Tints of Medium Blue #290CBB
RGB
CMYK
RGB Variations
Color information
#290CBB (or 0x290CBB) is known color: Medium Blue. HEX triplet: 29, 0C and BB. RGB value is (41,12,187). Sum of RGB (Red+Green+Blue) = 41+12+187=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #290CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CBB is #D6F344. Grayscale: #272727. Windows color (decimal): -14086981 or 12258345. OLE color: 12258345.
HSL color Cylindrical-coordinate representation of color #290CBB: hue angle of 249.94º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290CBB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 12 | 187 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.27 |
| HSL | 249.94º | 0.88% | 0.39% | - |
| HSV(B) | 249.94º | 0.94% | 0.73% | - |
| XYZ | 10.02 | 4.32 | 47.32 | - |
| YUV | 40.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 187 | 0.78 | 0.94 | 0 | 0.27 | 249.94 | 0.88 | 0.39 |
| Hex | 29 | C | BB | 4E | 5E | 0 | 1B | FA | 58 | 27 |
| Octal | 51 | 14 | 273 | 116 | 136 | 0 | 33 | 372 | 130 | 47 |
| Binary | 101001 | 1100 | 10111011 | 1001110 | 1011110 | 0 | 11011 | 11111010 | 1011000 | 100111 |
Color Harmonies of #290CBB
Complementary color
Monochromatic Colors of #290CBB
Black with #290CBB
Text Example
Text Example
White with #290CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CBB; }
p { color: rgb(41,12,187); }
H1.HeaderClassName
{
color: #290CBB;
}
.AnyTagClassName
{
color: #290CBB;
}
</style>
background-color css
<style>
a { background-color: #290CBB; }
a { background-color: rgb(41,12,187); }
div.DivClassName
{
background-color: #290CBB;
}
.BgClassName
{
background-color: #290CBB;
}
</style>
border-color css
<style>
span { border-color: #290CBB; }
span { border-color: rgb(41,12,187); }
td.TdClassName
{
border-color: #290CBB;
}
.TagClassName
{
border-color: #290CBB;
}
</style>