Shades of Royal Blue #3961FF
Tints of Royal Blue #3961FF
RGB
CMYK
RGB Variations
Color information
#3961FF (or 0x3961FF) is known color: Royal Blue. HEX triplet: 39, 61 and FF. RGB value is (57,97,255). Sum of RGB (Red+Green+Blue) = 57+97+255=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #3961FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3961FF is #C69E00. Grayscale: #666666. Windows color (decimal): -13016577 or 16736569. OLE color: 16736569.
HSL color Cylindrical-coordinate representation of color #3961FF: hue angle of 227.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3961FF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 97 | 255 | - |
| CMYK | 0.78 | 0.62 | 0 | 0 |
| HSL | 227.88º | 1% | 0.61% | - |
| HSV(B) | 227.88º | 0.78% | 1% | - |
| XYZ | 24.01 | 16.64 | 96.55 | - |
| YUV | 103.05 | 213.75 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 255 | 0.78 | 0.62 | 0 | 0 | 227.88 | 1 | 0.61 |
| Hex | 39 | 61 | FF | 4E | 3E | 0 | 0 | E4 | 64 | 3D |
| Octal | 71 | 141 | 377 | 116 | 76 | 0 | 0 | 344 | 144 | 75 |
| Binary | 111001 | 1100001 | 11111111 | 1001110 | 111110 | 0 | 0 | 11100100 | 1100100 | 111101 |
Color Harmonies of #3961FF
Complementary color
Monochromatic Colors of #3961FF
Black with #3961FF
Text Example
Text Example
White with #3961FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961FF; }
p { color: rgb(57,97,255); }
H1.HeaderClassName
{
color: #3961FF;
}
.AnyTagClassName
{
color: #3961FF;
}
</style>
background-color css
<style>
a { background-color: #3961FF; }
a { background-color: rgb(57,97,255); }
div.DivClassName
{
background-color: #3961FF;
}
.BgClassName
{
background-color: #3961FF;
}
</style>
border-color css
<style>
span { border-color: #3961FF; }
span { border-color: rgb(57,97,255); }
td.TdClassName
{
border-color: #3961FF;
}
.TagClassName
{
border-color: #3961FF;
}
</style>