Shades of Royal Blue #3865EC
Tints of Royal Blue #3865EC
RGB
CMYK
RGB Variations
Color information
#3865EC (or 0x3865EC) is known color: Royal Blue. HEX triplet: 38, 65 and EC. RGB value is (56,101,236). Sum of RGB (Red+Green+Blue) = 56+101+236=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #3865EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3865EC is #C79A13. Grayscale: #666666. Windows color (decimal): -13081108 or 15492408. OLE color: 15492408.
HSL color Cylindrical-coordinate representation of color #3865EC: hue angle of 225º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3865EC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 101 | 236 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.07 |
| HSL | 225º | 0.83% | 0.57% | - |
| HSV(B) | 225º | 0.76% | 0.93% | - |
| XYZ | 21.42 | 16.2 | 81.36 | - |
| YUV | 102.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 236 | 0.76 | 0.57 | 0 | 0.07 | 225 | 0.83 | 0.57 |
| Hex | 38 | 65 | EC | 4C | 39 | 0 | 7 | E1 | 53 | 39 |
| Octal | 70 | 145 | 354 | 114 | 71 | 0 | 7 | 341 | 123 | 71 |
| Binary | 111000 | 1100101 | 11101100 | 1001100 | 111001 | 0 | 111 | 11100001 | 1010011 | 111001 |
Color Harmonies of #3865EC
Complementary color
Monochromatic Colors of #3865EC
Black with #3865EC
Text Example
Text Example
White with #3865EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3865EC; }
p { color: rgb(56,101,236); }
H1.HeaderClassName
{
color: #3865EC;
}
.AnyTagClassName
{
color: #3865EC;
}
</style>
background-color css
<style>
a { background-color: #3865EC; }
a { background-color: rgb(56,101,236); }
div.DivClassName
{
background-color: #3865EC;
}
.BgClassName
{
background-color: #3865EC;
}
</style>
border-color css
<style>
span { border-color: #3865EC; }
span { border-color: rgb(56,101,236); }
td.TdClassName
{
border-color: #3865EC;
}
.TagClassName
{
border-color: #3865EC;
}
</style>