Shades of Royal Blue #2361EC
Tints of Royal Blue #2361EC
RGB
CMYK
RGB Variations
Color information
#2361EC (or 0x2361EC) is known color: Royal Blue. HEX triplet: 23, 61 and EC. RGB value is (35,97,236). Sum of RGB (Red+Green+Blue) = 35+97+236=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #2361EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2361EC is #DC9E13. Grayscale: #5D5D5D. Windows color (decimal): -14458388 or 15491363. OLE color: 15491363.
HSL color Cylindrical-coordinate representation of color #2361EC: hue angle of 221.49º 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 #2361EC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 97 | 236 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.07 |
| HSL | 221.49º | 0.84% | 0.53% | - |
| HSV(B) | 221.49º | 0.85% | 0.93% | - |
| XYZ | 20.11 | 14.96 | 81.19 | - |
| YUV | 94.31 | 207.96 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 236 | 0.85 | 0.59 | 0 | 0.07 | 221.49 | 0.84 | 0.53 |
| Hex | 23 | 61 | EC | 55 | 3B | 0 | 7 | DD | 54 | 35 |
| Octal | 43 | 141 | 354 | 125 | 73 | 0 | 7 | 335 | 124 | 65 |
| Binary | 100011 | 1100001 | 11101100 | 1010101 | 111011 | 0 | 111 | 11011101 | 1010100 | 110101 |
Color Harmonies of #2361EC
Complementary color
Monochromatic Colors of #2361EC
Black with #2361EC
Text Example
Text Example
White with #2361EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2361EC; }
p { color: rgb(35,97,236); }
H1.HeaderClassName
{
color: #2361EC;
}
.AnyTagClassName
{
color: #2361EC;
}
</style>
background-color css
<style>
a { background-color: #2361EC; }
a { background-color: rgb(35,97,236); }
div.DivClassName
{
background-color: #2361EC;
}
.BgClassName
{
background-color: #2361EC;
}
</style>
border-color css
<style>
span { border-color: #2361EC; }
span { border-color: rgb(35,97,236); }
td.TdClassName
{
border-color: #2361EC;
}
.TagClassName
{
border-color: #2361EC;
}
</style>