Shades of Royal Blue #3866FC
Tints of Royal Blue #3866FC
RGB
CMYK
RGB Variations
Color information
#3866FC (or 0x3866FC) is known color: Royal Blue. HEX triplet: 38, 66 and FC. RGB value is (56,102,252). Sum of RGB (Red+Green+Blue) = 56+102+252=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #3866FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3866FC is #C79903. Grayscale: #686868. Windows color (decimal): -13080836 or 16541240. OLE color: 16541240.
HSL color Cylindrical-coordinate representation of color #3866FC: hue angle of 225.92º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3866FC is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 102 | 252 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.01 |
| HSL | 225.92º | 0.97% | 0.6% | - |
| HSV(B) | 225.92º | 0.78% | 0.99% | - |
| XYZ | 23.95 | 17.37 | 94.19 | - |
| YUV | 105.35 | 210.76 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 252 | 0.78 | 0.60 | 0 | 0.01 | 225.92 | 0.97 | 0.6 |
| Hex | 38 | 66 | FC | 4E | 3C | 0 | 1 | E2 | 61 | 3C |
| Octal | 70 | 146 | 374 | 116 | 74 | 0 | 1 | 342 | 141 | 74 |
| Binary | 111000 | 1100110 | 11111100 | 1001110 | 111100 | 0 | 1 | 11100010 | 1100001 | 111100 |
Color Harmonies of #3866FC
Complementary color
Monochromatic Colors of #3866FC
Black with #3866FC
Text Example
Text Example
White with #3866FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866FC; }
p { color: rgb(56,102,252); }
H1.HeaderClassName
{
color: #3866FC;
}
.AnyTagClassName
{
color: #3866FC;
}
</style>
background-color css
<style>
a { background-color: #3866FC; }
a { background-color: rgb(56,102,252); }
div.DivClassName
{
background-color: #3866FC;
}
.BgClassName
{
background-color: #3866FC;
}
</style>
border-color css
<style>
span { border-color: #3866FC; }
span { border-color: rgb(56,102,252); }
td.TdClassName
{
border-color: #3866FC;
}
.TagClassName
{
border-color: #3866FC;
}
</style>