Shades of Royal Blue #3F65EF
Tints of Royal Blue #3F65EF
RGB
CMYK
RGB Variations
Color information
#3F65EF (or 0x3F65EF) is known color: Royal Blue. HEX triplet: 3F, 65 and EF. RGB value is (63,101,239). Sum of RGB (Red+Green+Blue) = 63+101+239=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F65EF is #C09A10. Grayscale: #686868. Windows color (decimal): -12622353 or 15689023. OLE color: 15689023.
HSL color Cylindrical-coordinate representation of color #3F65EF: hue angle of 227.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F65EF is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 101 | 239 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.06 |
| HSL | 227.05º | 0.85% | 0.59% | - |
| HSV(B) | 227.05º | 0.74% | 0.94% | - |
| XYZ | 22.28 | 16.6 | 83.69 | - |
| YUV | 105.37 | 203.41 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 239 | 0.74 | 0.58 | 0 | 0.06 | 227.05 | 0.85 | 0.59 |
| Hex | 3F | 65 | EF | 4A | 3A | 0 | 6 | E3 | 55 | 3B |
| Octal | 77 | 145 | 357 | 112 | 72 | 0 | 6 | 343 | 125 | 73 |
| Binary | 111111 | 1100101 | 11101111 | 1001010 | 111010 | 0 | 110 | 11100011 | 1010101 | 111011 |
Color Harmonies of #3F65EF
Complementary color
Monochromatic Colors of #3F65EF
Black with #3F65EF
Text Example
Text Example
White with #3F65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F65EF; }
p { color: rgb(63,101,239); }
H1.HeaderClassName
{
color: #3F65EF;
}
.AnyTagClassName
{
color: #3F65EF;
}
</style>
background-color css
<style>
a { background-color: #3F65EF; }
a { background-color: rgb(63,101,239); }
div.DivClassName
{
background-color: #3F65EF;
}
.BgClassName
{
background-color: #3F65EF;
}
</style>
border-color css
<style>
span { border-color: #3F65EF; }
span { border-color: rgb(63,101,239); }
td.TdClassName
{
border-color: #3F65EF;
}
.TagClassName
{
border-color: #3F65EF;
}
</style>