Shades of Royal Blue #3966EC
Tints of Royal Blue #3966EC
RGB
CMYK
RGB Variations
Color information
#3966EC (or 0x3966EC) is known color: Royal Blue. HEX triplet: 39, 66 and EC. RGB value is (57,102,236). Sum of RGB (Red+Green+Blue) = 57+102+236=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #3966EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3966EC is #C69913. Grayscale: #676767. Windows color (decimal): -13015316 or 15492665. OLE color: 15492665.
HSL color Cylindrical-coordinate representation of color #3966EC: hue angle of 224.92º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3966EC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 102 | 236 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.07 |
| HSL | 224.92º | 0.82% | 0.57% | - |
| HSV(B) | 224.92º | 0.76% | 0.93% | - |
| XYZ | 21.58 | 16.43 | 81.39 | - |
| YUV | 103.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 236 | 0.76 | 0.57 | 0 | 0.07 | 224.92 | 0.82 | 0.57 |
| Hex | 39 | 66 | EC | 4C | 39 | 0 | 7 | E1 | 52 | 39 |
| Octal | 71 | 146 | 354 | 114 | 71 | 0 | 7 | 341 | 122 | 71 |
| Binary | 111001 | 1100110 | 11101100 | 1001100 | 111001 | 0 | 111 | 11100001 | 1010010 | 111001 |
Color Harmonies of #3966EC
Complementary color
Monochromatic Colors of #3966EC
Black with #3966EC
Text Example
Text Example
White with #3966EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966EC; }
p { color: rgb(57,102,236); }
H1.HeaderClassName
{
color: #3966EC;
}
.AnyTagClassName
{
color: #3966EC;
}
</style>
background-color css
<style>
a { background-color: #3966EC; }
a { background-color: rgb(57,102,236); }
div.DivClassName
{
background-color: #3966EC;
}
.BgClassName
{
background-color: #3966EC;
}
</style>
border-color css
<style>
span { border-color: #3966EC; }
span { border-color: rgb(57,102,236); }
td.TdClassName
{
border-color: #3966EC;
}
.TagClassName
{
border-color: #3966EC;
}
</style>