Shades of Royal Blue #3F65EC
Tints of Royal Blue #3F65EC
RGB
CMYK
RGB Variations
Color information
#3F65EC (or 0x3F65EC) is known color: Royal Blue. HEX triplet: 3F, 65 and EC. RGB value is (63,101,236). Sum of RGB (Red+Green+Blue) = 63+101+236=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F65EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F65EC is #C09A13. Grayscale: #686868. Windows color (decimal): -12622356 or 15492415. OLE color: 15492415.
HSL color Cylindrical-coordinate representation of color #3F65EC: hue angle of 226.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F65EC is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 101 | 236 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.07 |
| HSL | 226.82º | 0.82% | 0.59% | - |
| HSV(B) | 226.82º | 0.73% | 0.93% | - |
| XYZ | 21.84 | 16.42 | 81.38 | - |
| YUV | 105.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 236 | 0.73 | 0.57 | 0 | 0.07 | 226.82 | 0.82 | 0.59 |
| Hex | 3F | 65 | EC | 49 | 39 | 0 | 7 | E3 | 52 | 3B |
| Octal | 77 | 145 | 354 | 111 | 71 | 0 | 7 | 343 | 122 | 73 |
| Binary | 111111 | 1100101 | 11101100 | 1001001 | 111001 | 0 | 111 | 11100011 | 1010010 | 111011 |
Color Harmonies of #3F65EC
Complementary color
Monochromatic Colors of #3F65EC
Black with #3F65EC
Text Example
Text Example
White with #3F65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F65EC; }
p { color: rgb(63,101,236); }
H1.HeaderClassName
{
color: #3F65EC;
}
.AnyTagClassName
{
color: #3F65EC;
}
</style>
background-color css
<style>
a { background-color: #3F65EC; }
a { background-color: rgb(63,101,236); }
div.DivClassName
{
background-color: #3F65EC;
}
.BgClassName
{
background-color: #3F65EC;
}
</style>
border-color css
<style>
span { border-color: #3F65EC; }
span { border-color: rgb(63,101,236); }
td.TdClassName
{
border-color: #3F65EC;
}
.TagClassName
{
border-color: #3F65EC;
}
</style>