Shades of Royal Blue #3864EF
Tints of Royal Blue #3864EF
RGB
CMYK
RGB Variations
Color information
#3864EF (or 0x3864EF) is known color: Royal Blue. HEX triplet: 38, 64 and EF. RGB value is (56,100,239). Sum of RGB (Red+Green+Blue) = 56+100+239=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #3864EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3864EF is #C79B10. Grayscale: #666666. Windows color (decimal): -13081361 or 15688760. OLE color: 15688760.
HSL color Cylindrical-coordinate representation of color #3864EF: hue angle of 225.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3864EF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 100 | 239 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.06 |
| HSL | 225.57º | 0.85% | 0.58% | - |
| HSV(B) | 225.57º | 0.77% | 0.94% | - |
| XYZ | 21.77 | 16.19 | 83.64 | - |
| YUV | 102.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 239 | 0.77 | 0.58 | 0 | 0.06 | 225.57 | 0.85 | 0.58 |
| Hex | 38 | 64 | EF | 4D | 3A | 0 | 6 | E2 | 55 | 3A |
| Octal | 70 | 144 | 357 | 115 | 72 | 0 | 6 | 342 | 125 | 72 |
| Binary | 111000 | 1100100 | 11101111 | 1001101 | 111010 | 0 | 110 | 11100010 | 1010101 | 111010 |
Color Harmonies of #3864EF
Complementary color
Monochromatic Colors of #3864EF
Black with #3864EF
Text Example
Text Example
White with #3864EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3864EF; }
p { color: rgb(56,100,239); }
H1.HeaderClassName
{
color: #3864EF;
}
.AnyTagClassName
{
color: #3864EF;
}
</style>
background-color css
<style>
a { background-color: #3864EF; }
a { background-color: rgb(56,100,239); }
div.DivClassName
{
background-color: #3864EF;
}
.BgClassName
{
background-color: #3864EF;
}
</style>
border-color css
<style>
span { border-color: #3864EF; }
span { border-color: rgb(56,100,239); }
td.TdClassName
{
border-color: #3864EF;
}
.TagClassName
{
border-color: #3864EF;
}
</style>