Shades of Royal Blue #3868EC
Tints of Royal Blue #3868EC
RGB
CMYK
RGB Variations
Color information
#3868EC (or 0x3868EC) is known color: Royal Blue. HEX triplet: 38, 68 and EC. RGB value is (56,104,236). Sum of RGB (Red+Green+Blue) = 56+104+236=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #3868EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3868EC is #C79713. Grayscale: #686868. Windows color (decimal): -13080340 or 15493176. OLE color: 15493176.
HSL color Cylindrical-coordinate representation of color #3868EC: hue angle of 224º 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 #3868EC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 104 | 236 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.07 |
| HSL | 224º | 0.83% | 0.57% | - |
| HSV(B) | 224º | 0.76% | 0.93% | - |
| XYZ | 21.72 | 16.8 | 81.45 | - |
| YUV | 104.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 236 | 0.76 | 0.56 | 0 | 0.07 | 224 | 0.83 | 0.57 |
| Hex | 38 | 68 | EC | 4C | 38 | 0 | 7 | E0 | 53 | 39 |
| Octal | 70 | 150 | 354 | 114 | 70 | 0 | 7 | 340 | 123 | 71 |
| Binary | 111000 | 1101000 | 11101100 | 1001100 | 111000 | 0 | 111 | 11100000 | 1010011 | 111001 |
Color Harmonies of #3868EC
Complementary color
Monochromatic Colors of #3868EC
Black with #3868EC
Text Example
Text Example
White with #3868EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868EC; }
p { color: rgb(56,104,236); }
H1.HeaderClassName
{
color: #3868EC;
}
.AnyTagClassName
{
color: #3868EC;
}
</style>
background-color css
<style>
a { background-color: #3868EC; }
a { background-color: rgb(56,104,236); }
div.DivClassName
{
background-color: #3868EC;
}
.BgClassName
{
background-color: #3868EC;
}
</style>
border-color css
<style>
span { border-color: #3868EC; }
span { border-color: rgb(56,104,236); }
td.TdClassName
{
border-color: #3868EC;
}
.TagClassName
{
border-color: #3868EC;
}
</style>