Shades of Royal Blue #2348EC
Tints of Royal Blue #2348EC
RGB
CMYK
RGB Variations
Color information
#2348EC (or 0x2348EC) is known color: Royal Blue. HEX triplet: 23, 48 and EC. RGB value is (35,72,236). Sum of RGB (Red+Green+Blue) = 35+72+236=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #2348EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2348EC is #DCB713. Grayscale: #4E4E4E. Windows color (decimal): -14464788 or 15484963. OLE color: 15484963.
HSL color Cylindrical-coordinate representation of color #2348EC: hue angle of 228.96º 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 #2348EC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 72 | 236 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.07 |
| HSL | 228.96º | 0.84% | 0.53% | - |
| HSV(B) | 228.96º | 0.85% | 0.93% | - |
| XYZ | 18.15 | 11.05 | 80.53 | - |
| YUV | 79.63 | 216.24 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 236 | 0.85 | 0.69 | 0 | 0.07 | 228.96 | 0.84 | 0.53 |
| Hex | 23 | 48 | EC | 55 | 45 | 0 | 7 | E5 | 54 | 35 |
| Octal | 43 | 110 | 354 | 125 | 105 | 0 | 7 | 345 | 124 | 65 |
| Binary | 100011 | 1001000 | 11101100 | 1010101 | 1000101 | 0 | 111 | 11100101 | 1010100 | 110101 |
Color Harmonies of #2348EC
Complementary color
Monochromatic Colors of #2348EC
Black with #2348EC
Text Example
Text Example
White with #2348EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2348EC; }
p { color: rgb(35,72,236); }
H1.HeaderClassName
{
color: #2348EC;
}
.AnyTagClassName
{
color: #2348EC;
}
</style>
background-color css
<style>
a { background-color: #2348EC; }
a { background-color: rgb(35,72,236); }
div.DivClassName
{
background-color: #2348EC;
}
.BgClassName
{
background-color: #2348EC;
}
</style>
border-color css
<style>
span { border-color: #2348EC; }
span { border-color: rgb(35,72,236); }
td.TdClassName
{
border-color: #2348EC;
}
.TagClassName
{
border-color: #2348EC;
}
</style>