Shades of Royal Blue #3863EF
Tints of Royal Blue #3863EF
RGB
CMYK
RGB Variations
Color information
#3863EF (or 0x3863EF) is known color: Royal Blue. HEX triplet: 38, 63 and EF. RGB value is (56,99,239). Sum of RGB (Red+Green+Blue) = 56+99+239=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #3863EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3863EF is #C79C10. Grayscale: #656565. Windows color (decimal): -13081617 or 15688504. OLE color: 15688504.
HSL color Cylindrical-coordinate representation of color #3863EF: hue angle of 225.9º 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 #3863EF is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 99 | 239 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.06 |
| HSL | 225.9º | 0.85% | 0.58% | - |
| HSV(B) | 225.9º | 0.77% | 0.94% | - |
| XYZ | 21.67 | 16 | 83.61 | - |
| YUV | 102.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 239 | 0.77 | 0.59 | 0 | 0.06 | 225.9 | 0.85 | 0.58 |
| Hex | 38 | 63 | EF | 4D | 3B | 0 | 6 | E2 | 55 | 3A |
| Octal | 70 | 143 | 357 | 115 | 73 | 0 | 6 | 342 | 125 | 72 |
| Binary | 111000 | 1100011 | 11101111 | 1001101 | 111011 | 0 | 110 | 11100010 | 1010101 | 111010 |
Color Harmonies of #3863EF
Complementary color
Monochromatic Colors of #3863EF
Black with #3863EF
Text Example
Text Example
White with #3863EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3863EF; }
p { color: rgb(56,99,239); }
H1.HeaderClassName
{
color: #3863EF;
}
.AnyTagClassName
{
color: #3863EF;
}
</style>
background-color css
<style>
a { background-color: #3863EF; }
a { background-color: rgb(56,99,239); }
div.DivClassName
{
background-color: #3863EF;
}
.BgClassName
{
background-color: #3863EF;
}
</style>
border-color css
<style>
span { border-color: #3863EF; }
span { border-color: rgb(56,99,239); }
td.TdClassName
{
border-color: #3863EF;
}
.TagClassName
{
border-color: #3863EF;
}
</style>