Shades of Medium Blue #290EC2
Tints of Medium Blue #290EC2
RGB
CMYK
RGB Variations
Color information
#290EC2 (or 0x290EC2) is known color: Medium Blue. HEX triplet: 29, 0E and C2. RGB value is (41,14,194). Sum of RGB (Red+Green+Blue) = 41+14+194=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 194 (76.17% from 255 or 77.91% from 249); Max value from RGB is 194 - color contains mainly: blue. Hex color #290EC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EC2 is #D6F13D. Grayscale: #292929. Windows color (decimal): -14086462 or 12717609. OLE color: 12717609.
HSL color Cylindrical-coordinate representation of color #290EC2: hue angle of 249º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290EC2 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 14 | 194 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.24 |
| HSL | 249º | 0.87% | 0.41% | - |
| HSV(B) | 249º | 0.93% | 0.76% | - |
| XYZ | 10.81 | 4.68 | 51.37 | - |
| YUV | 42.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 194 | 0.79 | 0.93 | 0 | 0.24 | 249 | 0.87 | 0.41 |
| Hex | 29 | E | C2 | 4F | 5D | 0 | 18 | F9 | 57 | 29 |
| Octal | 51 | 16 | 302 | 117 | 135 | 0 | 30 | 371 | 127 | 51 |
| Binary | 101001 | 1110 | 11000010 | 1001111 | 1011101 | 0 | 11000 | 11111001 | 1010111 | 101001 |
Color Harmonies of #290EC2
Complementary color
Monochromatic Colors of #290EC2
Black with #290EC2
Text Example
Text Example
White with #290EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EC2; }
p { color: rgb(41,14,194); }
H1.HeaderClassName
{
color: #290EC2;
}
.AnyTagClassName
{
color: #290EC2;
}
</style>
background-color css
<style>
a { background-color: #290EC2; }
a { background-color: rgb(41,14,194); }
div.DivClassName
{
background-color: #290EC2;
}
.BgClassName
{
background-color: #290EC2;
}
</style>
border-color css
<style>
span { border-color: #290EC2; }
span { border-color: rgb(41,14,194); }
td.TdClassName
{
border-color: #290EC2;
}
.TagClassName
{
border-color: #290EC2;
}
</style>