Shades of Royal Blue #386FEF
Tints of Royal Blue #386FEF
RGB
CMYK
RGB Variations
Color information
#386FEF (or 0x386FEF) is known color: Royal Blue. HEX triplet: 38, 6F and EF. RGB value is (56,111,239). Sum of RGB (Red+Green+Blue) = 56+111+239=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #386FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FEF is #C79010. Grayscale: #6C6C6C. Windows color (decimal): -13078545 or 15691576. OLE color: 15691576.
HSL color Cylindrical-coordinate representation of color #386FEF: hue angle of 221.97º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386FEF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 111 | 239 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.06 |
| HSL | 221.97º | 0.85% | 0.58% | - |
| HSV(B) | 221.97º | 0.77% | 0.94% | - |
| XYZ | 22.9 | 18.44 | 84.01 | - |
| YUV | 109.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 239 | 0.77 | 0.54 | 0 | 0.06 | 221.97 | 0.85 | 0.58 |
| Hex | 38 | 6F | EF | 4D | 36 | 0 | 6 | DE | 55 | 3A |
| Octal | 70 | 157 | 357 | 115 | 66 | 0 | 6 | 336 | 125 | 72 |
| Binary | 111000 | 1101111 | 11101111 | 1001101 | 110110 | 0 | 110 | 11011110 | 1010101 | 111010 |
Color Harmonies of #386FEF
Complementary color
Monochromatic Colors of #386FEF
Black with #386FEF
Text Example
Text Example
White with #386FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FEF; }
p { color: rgb(56,111,239); }
H1.HeaderClassName
{
color: #386FEF;
}
.AnyTagClassName
{
color: #386FEF;
}
</style>
background-color css
<style>
a { background-color: #386FEF; }
a { background-color: rgb(56,111,239); }
div.DivClassName
{
background-color: #386FEF;
}
.BgClassName
{
background-color: #386FEF;
}
</style>
border-color css
<style>
span { border-color: #386FEF; }
span { border-color: rgb(56,111,239); }
td.TdClassName
{
border-color: #386FEF;
}
.TagClassName
{
border-color: #386FEF;
}
</style>