Shades of Royal Blue #3970DC
Tints of Royal Blue #3970DC
RGB
CMYK
RGB Variations
Color information
#3970DC (or 0x3970DC) is known color: Royal Blue. HEX triplet: 39, 70 and DC. RGB value is (57,112,220). Sum of RGB (Red+Green+Blue) = 57+112+220=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #3970DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970DC is #C68F23. Grayscale: #6B6B6B. Windows color (decimal): -13012772 or 14446649. OLE color: 14446649.
HSL color Cylindrical-coordinate representation of color #3970DC: hue angle of 219.75º 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 #3970DC is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 112 | 220 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.14 |
| HSL | 219.75º | 0.7% | 0.54% | - |
| HSV(B) | 219.75º | 0.74% | 0.86% | - |
| XYZ | 20.4 | 17.63 | 70.04 | - |
| YUV | 107.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 220 | 0.74 | 0.49 | 0 | 0.14 | 219.75 | 0.7 | 0.54 |
| Hex | 39 | 70 | DC | 4A | 31 | 0 | E | DC | 46 | 36 |
| Octal | 71 | 160 | 334 | 112 | 61 | 0 | 16 | 334 | 106 | 66 |
| Binary | 111001 | 1110000 | 11011100 | 1001010 | 110001 | 0 | 1110 | 11011100 | 1000110 | 110110 |
Color Harmonies of #3970DC
Complementary color
Monochromatic Colors of #3970DC
Black with #3970DC
Text Example
Text Example
White with #3970DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3970DC; }
p { color: rgb(57,112,220); }
H1.HeaderClassName
{
color: #3970DC;
}
.AnyTagClassName
{
color: #3970DC;
}
</style>
background-color css
<style>
a { background-color: #3970DC; }
a { background-color: rgb(57,112,220); }
div.DivClassName
{
background-color: #3970DC;
}
.BgClassName
{
background-color: #3970DC;
}
</style>
border-color css
<style>
span { border-color: #3970DC; }
span { border-color: rgb(57,112,220); }
td.TdClassName
{
border-color: #3970DC;
}
.TagClassName
{
border-color: #3970DC;
}
</style>