Shades of Royal Blue #3969EC
Tints of Royal Blue #3969EC
RGB
CMYK
RGB Variations
Color information
#3969EC (or 0x3969EC) is known color: Royal Blue. HEX triplet: 39, 69 and EC. RGB value is (57,105,236). Sum of RGB (Red+Green+Blue) = 57+105+236=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #3969EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3969EC is #C69613. Grayscale: #696969. Windows color (decimal): -13014548 or 15493433. OLE color: 15493433.
HSL color Cylindrical-coordinate representation of color #3969EC: hue angle of 223.91º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3969EC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 105 | 236 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.07 |
| HSL | 223.91º | 0.82% | 0.57% | - |
| HSV(B) | 223.91º | 0.76% | 0.93% | - |
| XYZ | 21.88 | 17.03 | 81.49 | - |
| YUV | 105.58 | 201.6 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 236 | 0.76 | 0.56 | 0 | 0.07 | 223.91 | 0.82 | 0.57 |
| Hex | 39 | 69 | EC | 4C | 38 | 0 | 7 | E0 | 52 | 39 |
| Octal | 71 | 151 | 354 | 114 | 70 | 0 | 7 | 340 | 122 | 71 |
| Binary | 111001 | 1101001 | 11101100 | 1001100 | 111000 | 0 | 111 | 11100000 | 1010010 | 111001 |
Color Harmonies of #3969EC
Complementary color
Monochromatic Colors of #3969EC
Black with #3969EC
Text Example
Text Example
White with #3969EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3969EC; }
p { color: rgb(57,105,236); }
H1.HeaderClassName
{
color: #3969EC;
}
.AnyTagClassName
{
color: #3969EC;
}
</style>
background-color css
<style>
a { background-color: #3969EC; }
a { background-color: rgb(57,105,236); }
div.DivClassName
{
background-color: #3969EC;
}
.BgClassName
{
background-color: #3969EC;
}
</style>
border-color css
<style>
span { border-color: #3969EC; }
span { border-color: rgb(57,105,236); }
td.TdClassName
{
border-color: #3969EC;
}
.TagClassName
{
border-color: #3969EC;
}
</style>