Shades of Medium Blue #290CE1
Tints of Medium Blue #290CE1
RGB
CMYK
RGB Variations
Color information
#290CE1 (or 0x290CE1) is known color: Medium Blue. HEX triplet: 29, 0C and E1. RGB value is (41,12,225). Sum of RGB (Red+Green+Blue) = 41+12+225=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 225 (88.28% from 255 or 80.94% from 278); Max value from RGB is 225 - color contains mainly: blue. Hex color #290CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CE1 is #D6F31E. Grayscale: #2C2C2C. Windows color (decimal): -14086943 or 14748713. OLE color: 14748713.
HSL color Cylindrical-coordinate representation of color #290CE1: hue angle of 248.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CE1 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 12 | 225 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.12 |
| HSL | 248.17º | 0.9% | 0.46% | - |
| HSV(B) | 248.17º | 0.95% | 0.88% | - |
| XYZ | 14.64 | 6.17 | 71.65 | - |
| YUV | 44.95 | 229.61 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 225 | 0.82 | 0.95 | 0 | 0.12 | 248.17 | 0.9 | 0.46 |
| Hex | 29 | C | E1 | 52 | 5F | 0 | C | F8 | 5A | 2E |
| Octal | 51 | 14 | 341 | 122 | 137 | 0 | 14 | 370 | 132 | 56 |
| Binary | 101001 | 1100 | 11100001 | 1010010 | 1011111 | 0 | 1100 | 11111000 | 1011010 | 101110 |
Color Harmonies of #290CE1
Complementary color
Monochromatic Colors of #290CE1
Black with #290CE1
Text Example
Text Example
White with #290CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CE1; }
p { color: rgb(41,12,225); }
H1.HeaderClassName
{
color: #290CE1;
}
.AnyTagClassName
{
color: #290CE1;
}
</style>
background-color css
<style>
a { background-color: #290CE1; }
a { background-color: rgb(41,12,225); }
div.DivClassName
{
background-color: #290CE1;
}
.BgClassName
{
background-color: #290CE1;
}
</style>
border-color css
<style>
span { border-color: #290CE1; }
span { border-color: rgb(41,12,225); }
td.TdClassName
{
border-color: #290CE1;
}
.TagClassName
{
border-color: #290CE1;
}
</style>