Shades of Royal Blue #3982EC
Tints of Royal Blue #3982EC
RGB
CMYK
RGB Variations
Color information
#3982EC (or 0x3982EC) is known color: Royal Blue. HEX triplet: 39, 82 and EC. RGB value is (57,130,236). Sum of RGB (Red+Green+Blue) = 57+130+236=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #3982EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3982EC is #C67D13. Grayscale: #777777. Windows color (decimal): -13008148 or 15499833. OLE color: 15499833.
HSL color Cylindrical-coordinate representation of color #3982EC: hue angle of 215.53º 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 #3982EC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 130 | 236 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.07 |
| HSL | 215.53º | 0.82% | 0.57% | - |
| HSV(B) | 215.53º | 0.76% | 0.93% | - |
| XYZ | 24.81 | 22.89 | 82.47 | - |
| YUV | 120.26 | 193.32 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 236 | 0.76 | 0.45 | 0 | 0.07 | 215.53 | 0.82 | 0.57 |
| Hex | 39 | 82 | EC | 4C | 2D | 0 | 7 | D8 | 52 | 39 |
| Octal | 71 | 202 | 354 | 114 | 55 | 0 | 7 | 330 | 122 | 71 |
| Binary | 111001 | 10000010 | 11101100 | 1001100 | 101101 | 0 | 111 | 11011000 | 1010010 | 111001 |
Color Harmonies of #3982EC
Complementary color
Monochromatic Colors of #3982EC
Black with #3982EC
Text Example
Text Example
White with #3982EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3982EC; }
p { color: rgb(57,130,236); }
H1.HeaderClassName
{
color: #3982EC;
}
.AnyTagClassName
{
color: #3982EC;
}
</style>
background-color css
<style>
a { background-color: #3982EC; }
a { background-color: rgb(57,130,236); }
div.DivClassName
{
background-color: #3982EC;
}
.BgClassName
{
background-color: #3982EC;
}
</style>
border-color css
<style>
span { border-color: #3982EC; }
span { border-color: rgb(57,130,236); }
td.TdClassName
{
border-color: #3982EC;
}
.TagClassName
{
border-color: #3982EC;
}
</style>