Shades of Royal Blue #2364EC
Tints of Royal Blue #2364EC
RGB
CMYK
RGB Variations
Color information
#2364EC (or 0x2364EC) is known color: Royal Blue. HEX triplet: 23, 64 and EC. RGB value is (35,100,236). Sum of RGB (Red+Green+Blue) = 35+100+236=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #2364EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364EC is #DC9B13. Grayscale: #5F5F5F. Windows color (decimal): -14457620 or 15492131. OLE color: 15492131.
HSL color Cylindrical-coordinate representation of color #2364EC: hue angle of 220.6º 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 #2364EC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 100 | 236 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.07 |
| HSL | 220.6º | 0.84% | 0.53% | - |
| HSV(B) | 220.6º | 0.85% | 0.93% | - |
| XYZ | 20.39 | 15.53 | 81.28 | - |
| YUV | 96.07 | 206.97 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 236 | 0.85 | 0.58 | 0 | 0.07 | 220.6 | 0.84 | 0.53 |
| Hex | 23 | 64 | EC | 55 | 3A | 0 | 7 | DD | 54 | 35 |
| Octal | 43 | 144 | 354 | 125 | 72 | 0 | 7 | 335 | 124 | 65 |
| Binary | 100011 | 1100100 | 11101100 | 1010101 | 111010 | 0 | 111 | 11011101 | 1010100 | 110101 |
Color Harmonies of #2364EC
Complementary color
Monochromatic Colors of #2364EC
Black with #2364EC
Text Example
Text Example
White with #2364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364EC; }
p { color: rgb(35,100,236); }
H1.HeaderClassName
{
color: #2364EC;
}
.AnyTagClassName
{
color: #2364EC;
}
</style>
background-color css
<style>
a { background-color: #2364EC; }
a { background-color: rgb(35,100,236); }
div.DivClassName
{
background-color: #2364EC;
}
.BgClassName
{
background-color: #2364EC;
}
</style>
border-color css
<style>
span { border-color: #2364EC; }
span { border-color: rgb(35,100,236); }
td.TdClassName
{
border-color: #2364EC;
}
.TagClassName
{
border-color: #2364EC;
}
</style>