Shades of Royal Blue #3968EF
Tints of Royal Blue #3968EF
RGB
CMYK
RGB Variations
Color information
#3968EF (or 0x3968EF) is known color: Royal Blue. HEX triplet: 39, 68 and EF. RGB value is (57,104,239). Sum of RGB (Red+Green+Blue) = 57+104+239=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #3968EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3968EF is #C69710. Grayscale: #686868. Windows color (decimal): -13014801 or 15689785. OLE color: 15689785.
HSL color Cylindrical-coordinate representation of color #3968EF: hue angle of 224.51º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3968EF is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 104 | 239 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.06 |
| HSL | 224.51º | 0.85% | 0.58% | - |
| HSV(B) | 224.51º | 0.76% | 0.94% | - |
| XYZ | 22.22 | 17 | 83.77 | - |
| YUV | 105.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 239 | 0.76 | 0.56 | 0 | 0.06 | 224.51 | 0.85 | 0.58 |
| Hex | 39 | 68 | EF | 4C | 38 | 0 | 6 | E1 | 55 | 3A |
| Octal | 71 | 150 | 357 | 114 | 70 | 0 | 6 | 341 | 125 | 72 |
| Binary | 111001 | 1101000 | 11101111 | 1001100 | 111000 | 0 | 110 | 11100001 | 1010101 | 111010 |
Color Harmonies of #3968EF
Complementary color
Monochromatic Colors of #3968EF
Black with #3968EF
Text Example
Text Example
White with #3968EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3968EF; }
p { color: rgb(57,104,239); }
H1.HeaderClassName
{
color: #3968EF;
}
.AnyTagClassName
{
color: #3968EF;
}
</style>
background-color css
<style>
a { background-color: #3968EF; }
a { background-color: rgb(57,104,239); }
div.DivClassName
{
background-color: #3968EF;
}
.BgClassName
{
background-color: #3968EF;
}
</style>
border-color css
<style>
span { border-color: #3968EF; }
span { border-color: rgb(57,104,239); }
td.TdClassName
{
border-color: #3968EF;
}
.TagClassName
{
border-color: #3968EF;
}
</style>