Shades of Royal Blue #2346EC
Tints of Royal Blue #2346EC
RGB
CMYK
RGB Variations
Color information
#2346EC (or 0x2346EC) is known color: Royal Blue. HEX triplet: 23, 46 and EC. RGB value is (35,70,236). Sum of RGB (Red+Green+Blue) = 35+70+236=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #2346EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2346EC is #DCB913. Grayscale: #4D4D4D. Windows color (decimal): -14465300 or 15484451. OLE color: 15484451.
HSL color Cylindrical-coordinate representation of color #2346EC: hue angle of 229.55º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2346EC is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 70 | 236 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.07 |
| HSL | 229.55º | 0.84% | 0.53% | - |
| HSV(B) | 229.55º | 0.85% | 0.93% | - |
| XYZ | 18.02 | 10.79 | 80.49 | - |
| YUV | 78.46 | 216.9 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 236 | 0.85 | 0.70 | 0 | 0.07 | 229.55 | 0.84 | 0.53 |
| Hex | 23 | 46 | EC | 55 | 46 | 0 | 7 | E6 | 54 | 35 |
| Octal | 43 | 106 | 354 | 125 | 106 | 0 | 7 | 346 | 124 | 65 |
| Binary | 100011 | 1000110 | 11101100 | 1010101 | 1000110 | 0 | 111 | 11100110 | 1010100 | 110101 |
Color Harmonies of #2346EC
Complementary color
Monochromatic Colors of #2346EC
Black with #2346EC
Text Example
Text Example
White with #2346EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2346EC; }
p { color: rgb(35,70,236); }
H1.HeaderClassName
{
color: #2346EC;
}
.AnyTagClassName
{
color: #2346EC;
}
</style>
background-color css
<style>
a { background-color: #2346EC; }
a { background-color: rgb(35,70,236); }
div.DivClassName
{
background-color: #2346EC;
}
.BgClassName
{
background-color: #2346EC;
}
</style>
border-color css
<style>
span { border-color: #2346EC; }
span { border-color: rgb(35,70,236); }
td.TdClassName
{
border-color: #2346EC;
}
.TagClassName
{
border-color: #2346EC;
}
</style>