Shades of Royal Blue #3961DC
Tints of Royal Blue #3961DC
RGB
CMYK
RGB Variations
Color information
#3961DC (or 0x3961DC) is known color: Royal Blue. HEX triplet: 39, 61 and DC. RGB value is (57,97,220). Sum of RGB (Red+Green+Blue) = 57+97+220=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #3961DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961DC is #C69E23. Grayscale: #626262. Windows color (decimal): -13016612 or 14442809. OLE color: 14442809.
HSL color Cylindrical-coordinate representation of color #3961DC: hue angle of 225.28º 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 #3961DC is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 97 | 220 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.14 |
| HSL | 225.28º | 0.7% | 0.54% | - |
| HSV(B) | 225.28º | 0.74% | 0.86% | - |
| XYZ | 18.88 | 14.59 | 69.53 | - |
| YUV | 99.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 220 | 0.74 | 0.56 | 0 | 0.14 | 225.28 | 0.7 | 0.54 |
| Hex | 39 | 61 | DC | 4A | 38 | 0 | E | E1 | 46 | 36 |
| Octal | 71 | 141 | 334 | 112 | 70 | 0 | 16 | 341 | 106 | 66 |
| Binary | 111001 | 1100001 | 11011100 | 1001010 | 111000 | 0 | 1110 | 11100001 | 1000110 | 110110 |
Color Harmonies of #3961DC
Complementary color
Monochromatic Colors of #3961DC
Black with #3961DC
Text Example
Text Example
White with #3961DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961DC; }
p { color: rgb(57,97,220); }
H1.HeaderClassName
{
color: #3961DC;
}
.AnyTagClassName
{
color: #3961DC;
}
</style>
background-color css
<style>
a { background-color: #3961DC; }
a { background-color: rgb(57,97,220); }
div.DivClassName
{
background-color: #3961DC;
}
.BgClassName
{
background-color: #3961DC;
}
</style>
border-color css
<style>
span { border-color: #3961DC; }
span { border-color: rgb(57,97,220); }
td.TdClassName
{
border-color: #3961DC;
}
.TagClassName
{
border-color: #3961DC;
}
</style>