Shades of Royal Blue #3F61F1
Tints of Royal Blue #3F61F1
RGB
CMYK
RGB Variations
Color information
#3F61F1 (or 0x3F61F1) is known color: Royal Blue. HEX triplet: 3F, 61 and F1. RGB value is (63,97,241). Sum of RGB (Red+Green+Blue) = 63+97+241=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F61F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F61F1 is #C09E0E. Grayscale: #666666. Windows color (decimal): -12623375 or 15819071. OLE color: 15819071.
HSL color Cylindrical-coordinate representation of color #3F61F1: hue angle of 228.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F61F1 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 97 | 241 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.05 |
| HSL | 228.54º | 0.86% | 0.6% | - |
| HSV(B) | 228.54º | 0.74% | 0.95% | - |
| XYZ | 22.2 | 15.96 | 85.13 | - |
| YUV | 103.25 | 205.74 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 241 | 0.74 | 0.60 | 0 | 0.05 | 228.54 | 0.86 | 0.6 |
| Hex | 3F | 61 | F1 | 4A | 3C | 0 | 5 | E5 | 56 | 3C |
| Octal | 77 | 141 | 361 | 112 | 74 | 0 | 5 | 345 | 126 | 74 |
| Binary | 111111 | 1100001 | 11110001 | 1001010 | 111100 | 0 | 101 | 11100101 | 1010110 | 111100 |
Color Harmonies of #3F61F1
Complementary color
Monochromatic Colors of #3F61F1
Black with #3F61F1
Text Example
Text Example
White with #3F61F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F61F1; }
p { color: rgb(63,97,241); }
H1.HeaderClassName
{
color: #3F61F1;
}
.AnyTagClassName
{
color: #3F61F1;
}
</style>
background-color css
<style>
a { background-color: #3F61F1; }
a { background-color: rgb(63,97,241); }
div.DivClassName
{
background-color: #3F61F1;
}
.BgClassName
{
background-color: #3F61F1;
}
</style>
border-color css
<style>
span { border-color: #3F61F1; }
span { border-color: rgb(63,97,241); }
td.TdClassName
{
border-color: #3F61F1;
}
.TagClassName
{
border-color: #3F61F1;
}
</style>