Shades of Royal Blue #3965EF
Tints of Royal Blue #3965EF
RGB
CMYK
RGB Variations
Color information
#3965EF (or 0x3965EF) is known color: Royal Blue. HEX triplet: 39, 65 and EF. RGB value is (57,101,239). Sum of RGB (Red+Green+Blue) = 57+101+239=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #3965EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3965EF is #C69A10. Grayscale: #666666. Windows color (decimal): -13015569 or 15689017. OLE color: 15689017.
HSL color Cylindrical-coordinate representation of color #3965EF: hue angle of 225.49º 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 #3965EF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 101 | 239 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.06 |
| HSL | 225.49º | 0.85% | 0.58% | - |
| HSV(B) | 225.49º | 0.76% | 0.94% | - |
| XYZ | 21.92 | 16.41 | 83.67 | - |
| YUV | 103.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 239 | 0.76 | 0.58 | 0 | 0.06 | 225.49 | 0.85 | 0.58 |
| Hex | 39 | 65 | EF | 4C | 3A | 0 | 6 | E1 | 55 | 3A |
| Octal | 71 | 145 | 357 | 114 | 72 | 0 | 6 | 341 | 125 | 72 |
| Binary | 111001 | 1100101 | 11101111 | 1001100 | 111010 | 0 | 110 | 11100001 | 1010101 | 111010 |
Color Harmonies of #3965EF
Complementary color
Monochromatic Colors of #3965EF
Black with #3965EF
Text Example
Text Example
White with #3965EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3965EF; }
p { color: rgb(57,101,239); }
H1.HeaderClassName
{
color: #3965EF;
}
.AnyTagClassName
{
color: #3965EF;
}
</style>
background-color css
<style>
a { background-color: #3965EF; }
a { background-color: rgb(57,101,239); }
div.DivClassName
{
background-color: #3965EF;
}
.BgClassName
{
background-color: #3965EF;
}
</style>
border-color css
<style>
span { border-color: #3965EF; }
span { border-color: rgb(57,101,239); }
td.TdClassName
{
border-color: #3965EF;
}
.TagClassName
{
border-color: #3965EF;
}
</style>