Shades of Medium Blue #290CDC
Tints of Medium Blue #290CDC
RGB
CMYK
RGB Variations
Color information
#290CDC (or 0x290CDC) is known color: Medium Blue. HEX triplet: 29, 0C and DC. RGB value is (41,12,220). Sum of RGB (Red+Green+Blue) = 41+12+220=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #290CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CDC is #D6F323. Grayscale: #2B2B2B. Windows color (decimal): -14086948 or 14421033. OLE color: 14421033.
HSL color Cylindrical-coordinate representation of color #290CDC: hue angle of 248.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CDC is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 12 | 220 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.14 |
| HSL | 248.37º | 0.9% | 0.45% | - |
| HSV(B) | 248.37º | 0.95% | 0.86% | - |
| XYZ | 13.96 | 5.9 | 68.11 | - |
| YUV | 44.38 | 227.11 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 220 | 0.81 | 0.95 | 0 | 0.14 | 248.37 | 0.9 | 0.45 |
| Hex | 29 | C | DC | 51 | 5F | 0 | E | F8 | 5A | 2D |
| Octal | 51 | 14 | 334 | 121 | 137 | 0 | 16 | 370 | 132 | 55 |
| Binary | 101001 | 1100 | 11011100 | 1010001 | 1011111 | 0 | 1110 | 11111000 | 1011010 | 101101 |
Color Harmonies of #290CDC
Complementary color
Monochromatic Colors of #290CDC
Black with #290CDC
Text Example
Text Example
White with #290CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CDC; }
p { color: rgb(41,12,220); }
H1.HeaderClassName
{
color: #290CDC;
}
.AnyTagClassName
{
color: #290CDC;
}
</style>
background-color css
<style>
a { background-color: #290CDC; }
a { background-color: rgb(41,12,220); }
div.DivClassName
{
background-color: #290CDC;
}
.BgClassName
{
background-color: #290CDC;
}
</style>
border-color css
<style>
span { border-color: #290CDC; }
span { border-color: rgb(41,12,220); }
td.TdClassName
{
border-color: #290CDC;
}
.TagClassName
{
border-color: #290CDC;
}
</style>