Shades of Royal Blue #386BFB
Tints of Royal Blue #386BFB
RGB
CMYK
RGB Variations
Color information
#386BFB (or 0x386BFB) is known color: Royal Blue. HEX triplet: 38, 6B and FB. RGB value is (56,107,251). Sum of RGB (Red+Green+Blue) = 56+107+251=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #386BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFB is #C79404. Grayscale: #6B6B6B. Windows color (decimal): -13079557 or 16476984. OLE color: 16476984.
HSL color Cylindrical-coordinate representation of color #386BFB: hue angle of 224.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386BFB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 107 | 251 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.02 |
| HSL | 224.31º | 0.96% | 0.6% | - |
| HSV(B) | 224.31º | 0.78% | 0.98% | - |
| XYZ | 24.3 | 18.32 | 93.52 | - |
| YUV | 108.17 | 208.6 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 251 | 0.78 | 0.57 | 0 | 0.02 | 224.31 | 0.96 | 0.6 |
| Hex | 38 | 6B | FB | 4E | 39 | 0 | 2 | E0 | 60 | 3C |
| Octal | 70 | 153 | 373 | 116 | 71 | 0 | 2 | 340 | 140 | 74 |
| Binary | 111000 | 1101011 | 11111011 | 1001110 | 111001 | 0 | 10 | 11100000 | 1100000 | 111100 |
Color Harmonies of #386BFB
Complementary color
Monochromatic Colors of #386BFB
Black with #386BFB
Text Example
Text Example
White with #386BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BFB; }
p { color: rgb(56,107,251); }
H1.HeaderClassName
{
color: #386BFB;
}
.AnyTagClassName
{
color: #386BFB;
}
</style>
background-color css
<style>
a { background-color: #386BFB; }
a { background-color: rgb(56,107,251); }
div.DivClassName
{
background-color: #386BFB;
}
.BgClassName
{
background-color: #386BFB;
}
</style>
border-color css
<style>
span { border-color: #386BFB; }
span { border-color: rgb(56,107,251); }
td.TdClassName
{
border-color: #386BFB;
}
.TagClassName
{
border-color: #386BFB;
}
</style>