Shades of Royal Blue #3966EA
Tints of Royal Blue #3966EA
RGB
CMYK
RGB Variations
Color information
#3966EA (or 0x3966EA) is known color: Royal Blue. HEX triplet: 39, 66 and EA. RGB value is (57,102,234). Sum of RGB (Red+Green+Blue) = 57+102+234=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #3966EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3966EA is #C69915. Grayscale: #676767. Windows color (decimal): -13015318 or 15361593. OLE color: 15361593.
HSL color Cylindrical-coordinate representation of color #3966EA: hue angle of 224.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3966EA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 102 | 234 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.08 |
| HSL | 224.75º | 0.81% | 0.57% | - |
| HSV(B) | 224.75º | 0.76% | 0.92% | - |
| XYZ | 21.29 | 16.31 | 79.87 | - |
| YUV | 103.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 234 | 0.76 | 0.56 | 0 | 0.08 | 224.75 | 0.81 | 0.57 |
| Hex | 39 | 66 | EA | 4C | 38 | 0 | 8 | E1 | 51 | 39 |
| Octal | 71 | 146 | 352 | 114 | 70 | 0 | 10 | 341 | 121 | 71 |
| Binary | 111001 | 1100110 | 11101010 | 1001100 | 111000 | 0 | 1000 | 11100001 | 1010001 | 111001 |
Color Harmonies of #3966EA
Complementary color
Monochromatic Colors of #3966EA
Black with #3966EA
Text Example
Text Example
White with #3966EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966EA; }
p { color: rgb(57,102,234); }
H1.HeaderClassName
{
color: #3966EA;
}
.AnyTagClassName
{
color: #3966EA;
}
</style>
background-color css
<style>
a { background-color: #3966EA; }
a { background-color: rgb(57,102,234); }
div.DivClassName
{
background-color: #3966EA;
}
.BgClassName
{
background-color: #3966EA;
}
</style>
border-color css
<style>
span { border-color: #3966EA; }
span { border-color: rgb(57,102,234); }
td.TdClassName
{
border-color: #3966EA;
}
.TagClassName
{
border-color: #3966EA;
}
</style>