Shades of Royal Blue #3F61DF
Tints of Royal Blue #3F61DF
RGB
CMYK
RGB Variations
Color information
#3F61DF (or 0x3F61DF) is known color: Royal Blue. HEX triplet: 3F, 61 and DF. RGB value is (63,97,223). Sum of RGB (Red+Green+Blue) = 63+97+223=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F61DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F61DF is #C09E20. Grayscale: #646464. Windows color (decimal): -12623393 or 14639423. OLE color: 14639423.
HSL color Cylindrical-coordinate representation of color #3F61DF: hue angle of 227.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F61DF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 97 | 223 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.13 |
| HSL | 227.25º | 0.71% | 0.56% | - |
| HSV(B) | 227.25º | 0.72% | 0.87% | - |
| XYZ | 19.64 | 14.93 | 71.66 | - |
| YUV | 101.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 223 | 0.72 | 0.57 | 0 | 0.13 | 227.25 | 0.71 | 0.56 |
| Hex | 3F | 61 | DF | 48 | 39 | 0 | D | E3 | 47 | 38 |
| Octal | 77 | 141 | 337 | 110 | 71 | 0 | 15 | 343 | 107 | 70 |
| Binary | 111111 | 1100001 | 11011111 | 1001000 | 111001 | 0 | 1101 | 11100011 | 1000111 | 111000 |
Color Harmonies of #3F61DF
Complementary color
Monochromatic Colors of #3F61DF
Black with #3F61DF
Text Example
Text Example
White with #3F61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F61DF; }
p { color: rgb(63,97,223); }
H1.HeaderClassName
{
color: #3F61DF;
}
.AnyTagClassName
{
color: #3F61DF;
}
</style>
background-color css
<style>
a { background-color: #3F61DF; }
a { background-color: rgb(63,97,223); }
div.DivClassName
{
background-color: #3F61DF;
}
.BgClassName
{
background-color: #3F61DF;
}
</style>
border-color css
<style>
span { border-color: #3F61DF; }
span { border-color: rgb(63,97,223); }
td.TdClassName
{
border-color: #3F61DF;
}
.TagClassName
{
border-color: #3F61DF;
}
</style>