Shades of Royal Blue #3959EC
Tints of Royal Blue #3959EC
RGB
CMYK
RGB Variations
Color information
#3959EC (or 0x3959EC) is known color: Royal Blue. HEX triplet: 39, 59 and EC. RGB value is (57,89,236). Sum of RGB (Red+Green+Blue) = 57+89+236=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #3959EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3959EC is #C6A613. Grayscale: #5F5F5F. Windows color (decimal): -13018644 or 15489337. OLE color: 15489337.
HSL color Cylindrical-coordinate representation of color #3959EC: hue angle of 229.27º 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 #3959EC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 89 | 236 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.07 |
| HSL | 229.27º | 0.82% | 0.57% | - |
| HSV(B) | 229.27º | 0.76% | 0.93% | - |
| XYZ | 20.4 | 14.07 | 81 | - |
| YUV | 96.19 | 206.9 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 236 | 0.76 | 0.62 | 0 | 0.07 | 229.27 | 0.82 | 0.57 |
| Hex | 39 | 59 | EC | 4C | 3E | 0 | 7 | E5 | 52 | 39 |
| Octal | 71 | 131 | 354 | 114 | 76 | 0 | 7 | 345 | 122 | 71 |
| Binary | 111001 | 1011001 | 11101100 | 1001100 | 111110 | 0 | 111 | 11100101 | 1010010 | 111001 |
Color Harmonies of #3959EC
Complementary color
Monochromatic Colors of #3959EC
Black with #3959EC
Text Example
Text Example
White with #3959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3959EC; }
p { color: rgb(57,89,236); }
H1.HeaderClassName
{
color: #3959EC;
}
.AnyTagClassName
{
color: #3959EC;
}
</style>
background-color css
<style>
a { background-color: #3959EC; }
a { background-color: rgb(57,89,236); }
div.DivClassName
{
background-color: #3959EC;
}
.BgClassName
{
background-color: #3959EC;
}
</style>
border-color css
<style>
span { border-color: #3959EC; }
span { border-color: rgb(57,89,236); }
td.TdClassName
{
border-color: #3959EC;
}
.TagClassName
{
border-color: #3959EC;
}
</style>