Shades of Royal Blue #3982DB
Tints of Royal Blue #3982DB
RGB
CMYK
RGB Variations
Color information
#3982DB (or 0x3982DB) is known color: Royal Blue. HEX triplet: 39, 82 and DB. RGB value is (57,130,219). Sum of RGB (Red+Green+Blue) = 57+130+219=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3982DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982DB is #C67D24. Grayscale: #757575. Windows color (decimal): -13008165 or 14385721. OLE color: 14385721.
HSL color Cylindrical-coordinate representation of color #3982DB: hue angle of 212.96º degrees, saturation: 0.69, 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 #3982DB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 130 | 219 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.14 |
| HSL | 212.96º | 0.69% | 0.54% | - |
| HSV(B) | 212.96º | 0.74% | 0.86% | - |
| XYZ | 22.46 | 21.95 | 70.07 | - |
| YUV | 118.32 | 184.82 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 219 | 0.74 | 0.41 | 0 | 0.14 | 212.96 | 0.69 | 0.54 |
| Hex | 39 | 82 | DB | 4A | 29 | 0 | E | D5 | 45 | 36 |
| Octal | 71 | 202 | 333 | 112 | 51 | 0 | 16 | 325 | 105 | 66 |
| Binary | 111001 | 10000010 | 11011011 | 1001010 | 101001 | 0 | 1110 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3982DB
Complementary color
Monochromatic Colors of #3982DB
Black with #3982DB
Text Example
Text Example
White with #3982DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3982DB; }
p { color: rgb(57,130,219); }
H1.HeaderClassName
{
color: #3982DB;
}
.AnyTagClassName
{
color: #3982DB;
}
</style>
background-color css
<style>
a { background-color: #3982DB; }
a { background-color: rgb(57,130,219); }
div.DivClassName
{
background-color: #3982DB;
}
.BgClassName
{
background-color: #3982DB;
}
</style>
border-color css
<style>
span { border-color: #3982DB; }
span { border-color: rgb(57,130,219); }
td.TdClassName
{
border-color: #3982DB;
}
.TagClassName
{
border-color: #3982DB;
}
</style>