Shades of Medium Blue #290CCC
Tints of Medium Blue #290CCC
RGB
CMYK
RGB Variations
Color information
#290CCC (or 0x290CCC) is known color: Medium Blue. HEX triplet: 29, 0C and CC. RGB value is (41,12,204). Sum of RGB (Red+Green+Blue) = 41+12+204=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #290CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CCC is #D6F333. Grayscale: #292929. Windows color (decimal): -14086964 or 13372457. OLE color: 13372457.
HSL color Cylindrical-coordinate representation of color #290CCC: hue angle of 249.06º 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 #290CCC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 12 | 204 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.2 |
| HSL | 249.06º | 0.89% | 0.42% | - |
| HSV(B) | 249.06º | 0.94% | 0.8% | - |
| XYZ | 11.95 | 5.09 | 57.48 | - |
| YUV | 42.56 | 219.11 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 204 | 0.80 | 0.94 | 0 | 0.2 | 249.06 | 0.89 | 0.42 |
| Hex | 29 | C | CC | 50 | 5E | 0 | 14 | F9 | 59 | 2A |
| Octal | 51 | 14 | 314 | 120 | 136 | 0 | 24 | 371 | 131 | 52 |
| Binary | 101001 | 1100 | 11001100 | 1010000 | 1011110 | 0 | 10100 | 11111001 | 1011001 | 101010 |
Color Harmonies of #290CCC
Complementary color
Monochromatic Colors of #290CCC
Black with #290CCC
Text Example
Text Example
White with #290CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CCC; }
p { color: rgb(41,12,204); }
H1.HeaderClassName
{
color: #290CCC;
}
.AnyTagClassName
{
color: #290CCC;
}
</style>
background-color css
<style>
a { background-color: #290CCC; }
a { background-color: rgb(41,12,204); }
div.DivClassName
{
background-color: #290CCC;
}
.BgClassName
{
background-color: #290CCC;
}
</style>
border-color css
<style>
span { border-color: #290CCC; }
span { border-color: rgb(41,12,204); }
td.TdClassName
{
border-color: #290CCC;
}
.TagClassName
{
border-color: #290CCC;
}
</style>