Shades of Royal Blue #3965EC
Tints of Royal Blue #3965EC
RGB
CMYK
RGB Variations
Color information
#3965EC (or 0x3965EC) is known color: Royal Blue. HEX triplet: 39, 65 and EC. RGB value is (57,101,236). Sum of RGB (Red+Green+Blue) = 57+101+236=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #3965EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3965EC is #C69A13. Grayscale: #666666. Windows color (decimal): -13015572 or 15492409. OLE color: 15492409.
HSL color Cylindrical-coordinate representation of color #3965EC: hue angle of 225.25º 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 #3965EC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 101 | 236 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.07 |
| HSL | 225.25º | 0.82% | 0.57% | - |
| HSV(B) | 225.25º | 0.76% | 0.93% | - |
| XYZ | 21.48 | 16.23 | 81.36 | - |
| YUV | 103.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 236 | 0.76 | 0.57 | 0 | 0.07 | 225.25 | 0.82 | 0.57 |
| Hex | 39 | 65 | EC | 4C | 39 | 0 | 7 | E1 | 52 | 39 |
| Octal | 71 | 145 | 354 | 114 | 71 | 0 | 7 | 341 | 122 | 71 |
| Binary | 111001 | 1100101 | 11101100 | 1001100 | 111001 | 0 | 111 | 11100001 | 1010010 | 111001 |
Color Harmonies of #3965EC
Complementary color
Monochromatic Colors of #3965EC
Black with #3965EC
Text Example
Text Example
White with #3965EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3965EC; }
p { color: rgb(57,101,236); }
H1.HeaderClassName
{
color: #3965EC;
}
.AnyTagClassName
{
color: #3965EC;
}
</style>
background-color css
<style>
a { background-color: #3965EC; }
a { background-color: rgb(57,101,236); }
div.DivClassName
{
background-color: #3965EC;
}
.BgClassName
{
background-color: #3965EC;
}
</style>
border-color css
<style>
span { border-color: #3965EC; }
span { border-color: rgb(57,101,236); }
td.TdClassName
{
border-color: #3965EC;
}
.TagClassName
{
border-color: #3965EC;
}
</style>