Shades of Royal Blue #3868EF
Tints of Royal Blue #3868EF
RGB
CMYK
RGB Variations
Color information
#3868EF (or 0x3868EF) is known color: Royal Blue. HEX triplet: 38, 68 and EF. RGB value is (56,104,239). Sum of RGB (Red+Green+Blue) = 56+104+239=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #3868EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3868EF is #C79710. Grayscale: #686868. Windows color (decimal): -13080337 or 15689784. OLE color: 15689784.
HSL color Cylindrical-coordinate representation of color #3868EF: hue angle of 224.26º 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 #3868EF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 104 | 239 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.06 |
| HSL | 224.26º | 0.85% | 0.58% | - |
| HSV(B) | 224.26º | 0.77% | 0.94% | - |
| XYZ | 22.16 | 16.97 | 83.77 | - |
| YUV | 105.04 | 203.6 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 239 | 0.77 | 0.56 | 0 | 0.06 | 224.26 | 0.85 | 0.58 |
| Hex | 38 | 68 | EF | 4D | 38 | 0 | 6 | E0 | 55 | 3A |
| Octal | 70 | 150 | 357 | 115 | 70 | 0 | 6 | 340 | 125 | 72 |
| Binary | 111000 | 1101000 | 11101111 | 1001101 | 111000 | 0 | 110 | 11100000 | 1010101 | 111010 |
Color Harmonies of #3868EF
Complementary color
Monochromatic Colors of #3868EF
Black with #3868EF
Text Example
Text Example
White with #3868EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868EF; }
p { color: rgb(56,104,239); }
H1.HeaderClassName
{
color: #3868EF;
}
.AnyTagClassName
{
color: #3868EF;
}
</style>
background-color css
<style>
a { background-color: #3868EF; }
a { background-color: rgb(56,104,239); }
div.DivClassName
{
background-color: #3868EF;
}
.BgClassName
{
background-color: #3868EF;
}
</style>
border-color css
<style>
span { border-color: #3868EF; }
span { border-color: rgb(56,104,239); }
td.TdClassName
{
border-color: #3868EF;
}
.TagClassName
{
border-color: #3868EF;
}
</style>