Shades of Royal Blue #3982DC
Tints of Royal Blue #3982DC
RGB
CMYK
RGB Variations
Color information
#3982DC (or 0x3982DC) is known color: Royal Blue. HEX triplet: 39, 82 and DC. RGB value is (57,130,220). Sum of RGB (Red+Green+Blue) = 57+130+220=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3982DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982DC is #C67D23. Grayscale: #767676. Windows color (decimal): -13008164 or 14451257. OLE color: 14451257.
HSL color Cylindrical-coordinate representation of color #3982DC: hue angle of 213.13º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3982DC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 130 | 220 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.14 |
| HSL | 213.13º | 0.7% | 0.54% | - |
| HSV(B) | 213.13º | 0.74% | 0.86% | - |
| XYZ | 22.59 | 22 | 70.77 | - |
| YUV | 118.43 | 185.32 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 220 | 0.74 | 0.41 | 0 | 0.14 | 213.13 | 0.7 | 0.54 |
| Hex | 39 | 82 | DC | 4A | 29 | 0 | E | D5 | 46 | 36 |
| Octal | 71 | 202 | 334 | 112 | 51 | 0 | 16 | 325 | 106 | 66 |
| Binary | 111001 | 10000010 | 11011100 | 1001010 | 101001 | 0 | 1110 | 11010101 | 1000110 | 110110 |
Color Harmonies of #3982DC
Complementary color
Monochromatic Colors of #3982DC
Black with #3982DC
Text Example
Text Example
White with #3982DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3982DC; }
p { color: rgb(57,130,220); }
H1.HeaderClassName
{
color: #3982DC;
}
.AnyTagClassName
{
color: #3982DC;
}
</style>
background-color css
<style>
a { background-color: #3982DC; }
a { background-color: rgb(57,130,220); }
div.DivClassName
{
background-color: #3982DC;
}
.BgClassName
{
background-color: #3982DC;
}
</style>
border-color css
<style>
span { border-color: #3982DC; }
span { border-color: rgb(57,130,220); }
td.TdClassName
{
border-color: #3982DC;
}
.TagClassName
{
border-color: #3982DC;
}
</style>