Shades of Royal Blue #386BEF
Tints of Royal Blue #386BEF
RGB
CMYK
RGB Variations
Color information
#386BEF (or 0x386BEF) is known color: Royal Blue. HEX triplet: 38, 6B and EF. RGB value is (56,107,239). Sum of RGB (Red+Green+Blue) = 56+107+239=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #386BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BEF is #C79410. Grayscale: #6A6A6A. Windows color (decimal): -13079569 or 15690552. OLE color: 15690552.
HSL color Cylindrical-coordinate representation of color #386BEF: hue angle of 223.28º 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 #386BEF is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 107 | 239 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.06 |
| HSL | 223.28º | 0.85% | 0.58% | - |
| HSV(B) | 223.28º | 0.77% | 0.94% | - |
| XYZ | 22.47 | 17.59 | 83.87 | - |
| YUV | 106.8 | 202.6 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 239 | 0.77 | 0.55 | 0 | 0.06 | 223.28 | 0.85 | 0.58 |
| Hex | 38 | 6B | EF | 4D | 37 | 0 | 6 | DF | 55 | 3A |
| Octal | 70 | 153 | 357 | 115 | 67 | 0 | 6 | 337 | 125 | 72 |
| Binary | 111000 | 1101011 | 11101111 | 1001101 | 110111 | 0 | 110 | 11011111 | 1010101 | 111010 |
Color Harmonies of #386BEF
Complementary color
Monochromatic Colors of #386BEF
Black with #386BEF
Text Example
Text Example
White with #386BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BEF; }
p { color: rgb(56,107,239); }
H1.HeaderClassName
{
color: #386BEF;
}
.AnyTagClassName
{
color: #386BEF;
}
</style>
background-color css
<style>
a { background-color: #386BEF; }
a { background-color: rgb(56,107,239); }
div.DivClassName
{
background-color: #386BEF;
}
.BgClassName
{
background-color: #386BEF;
}
</style>
border-color css
<style>
span { border-color: #386BEF; }
span { border-color: rgb(56,107,239); }
td.TdClassName
{
border-color: #386BEF;
}
.TagClassName
{
border-color: #386BEF;
}
</style>