Shades of Royal Blue #3F6BEC
Tints of Royal Blue #3F6BEC
RGB
CMYK
RGB Variations
Color information
#3F6BEC (or 0x3F6BEC) is known color: Royal Blue. HEX triplet: 3F, 6B and EC. RGB value is (63,107,236). Sum of RGB (Red+Green+Blue) = 63+107+236=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F6BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6BEC is #C09413. Grayscale: #6B6B6B. Windows color (decimal): -12620820 or 15493951. OLE color: 15493951.
HSL color Cylindrical-coordinate representation of color #3F6BEC: hue angle of 224.74º 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 #3F6BEC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 107 | 236 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.07 |
| HSL | 224.74º | 0.82% | 0.59% | - |
| HSV(B) | 224.74º | 0.73% | 0.93% | - |
| XYZ | 22.45 | 17.63 | 81.58 | - |
| YUV | 108.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 236 | 0.73 | 0.55 | 0 | 0.07 | 224.74 | 0.82 | 0.59 |
| Hex | 3F | 6B | EC | 49 | 37 | 0 | 7 | E1 | 52 | 3B |
| Octal | 77 | 153 | 354 | 111 | 67 | 0 | 7 | 341 | 122 | 73 |
| Binary | 111111 | 1101011 | 11101100 | 1001001 | 110111 | 0 | 111 | 11100001 | 1010010 | 111011 |
Color Harmonies of #3F6BEC
Complementary color
Monochromatic Colors of #3F6BEC
Black with #3F6BEC
Text Example
Text Example
White with #3F6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6BEC; }
p { color: rgb(63,107,236); }
H1.HeaderClassName
{
color: #3F6BEC;
}
.AnyTagClassName
{
color: #3F6BEC;
}
</style>
background-color css
<style>
a { background-color: #3F6BEC; }
a { background-color: rgb(63,107,236); }
div.DivClassName
{
background-color: #3F6BEC;
}
.BgClassName
{
background-color: #3F6BEC;
}
</style>
border-color css
<style>
span { border-color: #3F6BEC; }
span { border-color: rgb(63,107,236); }
td.TdClassName
{
border-color: #3F6BEC;
}
.TagClassName
{
border-color: #3F6BEC;
}
</style>