Shades of Royal Blue #3F64EC
Tints of Royal Blue #3F64EC
RGB
CMYK
RGB Variations
Color information
#3F64EC (or 0x3F64EC) is known color: Royal Blue. HEX triplet: 3F, 64 and EC. RGB value is (63,100,236). Sum of RGB (Red+Green+Blue) = 63+100+236=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F64EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F64EC is #C09B13. Grayscale: #676767. Windows color (decimal): -12622612 or 15492159. OLE color: 15492159.
HSL color Cylindrical-coordinate representation of color #3F64EC: hue angle of 227.17º 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 #3F64EC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 100 | 236 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.07 |
| HSL | 227.17º | 0.82% | 0.59% | - |
| HSV(B) | 227.17º | 0.73% | 0.93% | - |
| XYZ | 21.75 | 16.23 | 81.34 | - |
| YUV | 104.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 236 | 0.73 | 0.58 | 0 | 0.07 | 227.17 | 0.82 | 0.59 |
| Hex | 3F | 64 | EC | 49 | 3A | 0 | 7 | E3 | 52 | 3B |
| Octal | 77 | 144 | 354 | 111 | 72 | 0 | 7 | 343 | 122 | 73 |
| Binary | 111111 | 1100100 | 11101100 | 1001001 | 111010 | 0 | 111 | 11100011 | 1010010 | 111011 |
Color Harmonies of #3F64EC
Complementary color
Monochromatic Colors of #3F64EC
Black with #3F64EC
Text Example
Text Example
White with #3F64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F64EC; }
p { color: rgb(63,100,236); }
H1.HeaderClassName
{
color: #3F64EC;
}
.AnyTagClassName
{
color: #3F64EC;
}
</style>
background-color css
<style>
a { background-color: #3F64EC; }
a { background-color: rgb(63,100,236); }
div.DivClassName
{
background-color: #3F64EC;
}
.BgClassName
{
background-color: #3F64EC;
}
</style>
border-color css
<style>
span { border-color: #3F64EC; }
span { border-color: rgb(63,100,236); }
td.TdClassName
{
border-color: #3F64EC;
}
.TagClassName
{
border-color: #3F64EC;
}
</style>