Shades of Medium Blue #290CCB
Tints of Medium Blue #290CCB
RGB
CMYK
RGB Variations
Color information
#290CCB (or 0x290CCB) is known color: Medium Blue. HEX triplet: 29, 0C and CB. RGB value is (41,12,203). Sum of RGB (Red+Green+Blue) = 41+12+203=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #290CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CCB is #D6F334. Grayscale: #292929. Windows color (decimal): -14086965 or 13306921. OLE color: 13306921.
HSL color Cylindrical-coordinate representation of color #290CCB: hue angle of 249.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290CCB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 12 | 203 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.20 |
| HSL | 249.11º | 0.89% | 0.42% | - |
| HSV(B) | 249.11º | 0.94% | 0.8% | - |
| XYZ | 11.83 | 5.05 | 56.85 | - |
| YUV | 42.45 | 218.61 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 203 | 0.80 | 0.94 | 0 | 0.20 | 249.11 | 0.89 | 0.42 |
| Hex | 29 | C | CB | 50 | 5E | 0 | 14 | F9 | 59 | 2A |
| Octal | 51 | 14 | 313 | 120 | 136 | 0 | 24 | 371 | 131 | 52 |
| Binary | 101001 | 1100 | 11001011 | 1010000 | 1011110 | 0 | 10100 | 11111001 | 1011001 | 101010 |
Color Harmonies of #290CCB
Complementary color
Monochromatic Colors of #290CCB
Black with #290CCB
Text Example
Text Example
White with #290CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CCB; }
p { color: rgb(41,12,203); }
H1.HeaderClassName
{
color: #290CCB;
}
.AnyTagClassName
{
color: #290CCB;
}
</style>
background-color css
<style>
a { background-color: #290CCB; }
a { background-color: rgb(41,12,203); }
div.DivClassName
{
background-color: #290CCB;
}
.BgClassName
{
background-color: #290CCB;
}
</style>
border-color css
<style>
span { border-color: #290CCB; }
span { border-color: rgb(41,12,203); }
td.TdClassName
{
border-color: #290CCB;
}
.TagClassName
{
border-color: #290CCB;
}
</style>