Shades of Medium Blue #290BCB
Tints of Medium Blue #290BCB
RGB
CMYK
RGB Variations
Color information
#290BCB (or 0x290BCB) is known color: Medium Blue. HEX triplet: 29, 0B and CB. RGB value is (41,11,203). Sum of RGB (Red+Green+Blue) = 41+11+203=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #290BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BCB is #D6F434. Grayscale: #292929. Windows color (decimal): -14087221 or 13306665. OLE color: 13306665.
HSL color Cylindrical-coordinate representation of color #290BCB: hue angle of 249.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BCB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 11 | 203 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.20 |
| HSL | 249.38º | 0.9% | 0.42% | - |
| HSV(B) | 249.38º | 0.95% | 0.8% | - |
| XYZ | 11.81 | 5.02 | 56.85 | - |
| YUV | 41.86 | 218.94 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 203 | 0.80 | 0.95 | 0 | 0.20 | 249.38 | 0.9 | 0.42 |
| Hex | 29 | B | CB | 50 | 5F | 0 | 14 | F9 | 5A | 2A |
| Octal | 51 | 13 | 313 | 120 | 137 | 0 | 24 | 371 | 132 | 52 |
| Binary | 101001 | 1011 | 11001011 | 1010000 | 1011111 | 0 | 10100 | 11111001 | 1011010 | 101010 |
Color Harmonies of #290BCB
Complementary color
Monochromatic Colors of #290BCB
Black with #290BCB
Text Example
Text Example
White with #290BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BCB; }
p { color: rgb(41,11,203); }
H1.HeaderClassName
{
color: #290BCB;
}
.AnyTagClassName
{
color: #290BCB;
}
</style>
background-color css
<style>
a { background-color: #290BCB; }
a { background-color: rgb(41,11,203); }
div.DivClassName
{
background-color: #290BCB;
}
.BgClassName
{
background-color: #290BCB;
}
</style>
border-color css
<style>
span { border-color: #290BCB; }
span { border-color: rgb(41,11,203); }
td.TdClassName
{
border-color: #290BCB;
}
.TagClassName
{
border-color: #290BCB;
}
</style>