Shades of Royal Blue #3979DC
Tints of Royal Blue #3979DC
RGB
CMYK
RGB Variations
Color information
#3979DC (or 0x3979DC) is known color: Royal Blue. HEX triplet: 39, 79 and DC. RGB value is (57,121,220). Sum of RGB (Red+Green+Blue) = 57+121+220=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #3979DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3979DC is #C68623. Grayscale: #707070. Windows color (decimal): -13010468 or 14448953. OLE color: 14448953.
HSL color Cylindrical-coordinate representation of color #3979DC: hue angle of 216.44º 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 #3979DC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 121 | 220 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.14 |
| HSL | 216.44º | 0.7% | 0.54% | - |
| HSV(B) | 216.44º | 0.74% | 0.86% | - |
| XYZ | 21.44 | 19.71 | 70.38 | - |
| YUV | 113.15 | 188.3 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 220 | 0.74 | 0.45 | 0 | 0.14 | 216.44 | 0.7 | 0.54 |
| Hex | 39 | 79 | DC | 4A | 2D | 0 | E | D8 | 46 | 36 |
| Octal | 71 | 171 | 334 | 112 | 55 | 0 | 16 | 330 | 106 | 66 |
| Binary | 111001 | 1111001 | 11011100 | 1001010 | 101101 | 0 | 1110 | 11011000 | 1000110 | 110110 |
Color Harmonies of #3979DC
Complementary color
Monochromatic Colors of #3979DC
Black with #3979DC
Text Example
Text Example
White with #3979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3979DC; }
p { color: rgb(57,121,220); }
H1.HeaderClassName
{
color: #3979DC;
}
.AnyTagClassName
{
color: #3979DC;
}
</style>
background-color css
<style>
a { background-color: #3979DC; }
a { background-color: rgb(57,121,220); }
div.DivClassName
{
background-color: #3979DC;
}
.BgClassName
{
background-color: #3979DC;
}
</style>
border-color css
<style>
span { border-color: #3979DC; }
span { border-color: rgb(57,121,220); }
td.TdClassName
{
border-color: #3979DC;
}
.TagClassName
{
border-color: #3979DC;
}
</style>