Shades of Royal Blue #294EE3
Tints of Royal Blue #294EE3
RGB
CMYK
RGB Variations
Color information
#294EE3 (or 0x294EE3) is known color: Royal Blue. HEX triplet: 29, 4E and E3. RGB value is (41,78,227). Sum of RGB (Red+Green+Blue) = 41+78+227=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 227 (89.06% from 255 or 65.61% from 346); Max value from RGB is 227 - color contains mainly: blue. Hex color #294EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EE3 is #D6B11C. Grayscale: #535353. Windows color (decimal): -14070045 or 14896681. OLE color: 14896681.
HSL color Cylindrical-coordinate representation of color #294EE3: hue angle of 228.06º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EE3 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 78 | 227 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.11 |
| HSL | 228.06º | 0.77% | 0.53% | - |
| HSV(B) | 228.06º | 0.82% | 0.89% | - |
| XYZ | 17.5 | 11.47 | 73.96 | - |
| YUV | 83.92 | 208.74 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 227 | 0.82 | 0.66 | 0 | 0.11 | 228.06 | 0.77 | 0.53 |
| Hex | 29 | 4E | E3 | 52 | 42 | 0 | B | E4 | 4D | 35 |
| Octal | 51 | 116 | 343 | 122 | 102 | 0 | 13 | 344 | 115 | 65 |
| Binary | 101001 | 1001110 | 11100011 | 1010010 | 1000010 | 0 | 1011 | 11100100 | 1001101 | 110101 |
Color Harmonies of #294EE3
Complementary color
Monochromatic Colors of #294EE3
Black with #294EE3
Text Example
Text Example
White with #294EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EE3; }
p { color: rgb(41,78,227); }
H1.HeaderClassName
{
color: #294EE3;
}
.AnyTagClassName
{
color: #294EE3;
}
</style>
background-color css
<style>
a { background-color: #294EE3; }
a { background-color: rgb(41,78,227); }
div.DivClassName
{
background-color: #294EE3;
}
.BgClassName
{
background-color: #294EE3;
}
</style>
border-color css
<style>
span { border-color: #294EE3; }
span { border-color: rgb(41,78,227); }
td.TdClassName
{
border-color: #294EE3;
}
.TagClassName
{
border-color: #294EE3;
}
</style>