Shades of Royal Blue #2749EC
Tints of Royal Blue #2749EC
RGB
CMYK
RGB Variations
Color information
#2749EC (or 0x2749EC) is known color: Royal Blue. HEX triplet: 27, 49 and EC. RGB value is (39,73,236). Sum of RGB (Red+Green+Blue) = 39+73+236=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #2749EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2749EC is #D8B613. Grayscale: #505050. Windows color (decimal): -14202388 or 15485223. OLE color: 15485223.
HSL color Cylindrical-coordinate representation of color #2749EC: hue angle of 229.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2749EC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 73 | 236 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.07 |
| HSL | 229.64º | 0.84% | 0.54% | - |
| HSV(B) | 229.64º | 0.83% | 0.93% | - |
| XYZ | 18.36 | 11.25 | 80.56 | - |
| YUV | 81.42 | 215.24 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 236 | 0.83 | 0.69 | 0 | 0.07 | 229.64 | 0.84 | 0.54 |
| Hex | 27 | 49 | EC | 53 | 45 | 0 | 7 | E6 | 54 | 36 |
| Octal | 47 | 111 | 354 | 123 | 105 | 0 | 7 | 346 | 124 | 66 |
| Binary | 100111 | 1001001 | 11101100 | 1010011 | 1000101 | 0 | 111 | 11100110 | 1010100 | 110110 |
Color Harmonies of #2749EC
Complementary color
Monochromatic Colors of #2749EC
Black with #2749EC
Text Example
Text Example
White with #2749EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749EC; }
p { color: rgb(39,73,236); }
H1.HeaderClassName
{
color: #2749EC;
}
.AnyTagClassName
{
color: #2749EC;
}
</style>
background-color css
<style>
a { background-color: #2749EC; }
a { background-color: rgb(39,73,236); }
div.DivClassName
{
background-color: #2749EC;
}
.BgClassName
{
background-color: #2749EC;
}
</style>
border-color css
<style>
span { border-color: #2749EC; }
span { border-color: rgb(39,73,236); }
td.TdClassName
{
border-color: #2749EC;
}
.TagClassName
{
border-color: #2749EC;
}
</style>