Shades of Royal Blue #386CFF
Tints of Royal Blue #386CFF
RGB
CMYK
RGB Variations
Color information
#386CFF (or 0x386CFF) is known color: Royal Blue. HEX triplet: 38, 6C and FF. RGB value is (56,108,255). Sum of RGB (Red+Green+Blue) = 56+108+255=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #386CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CFF is #C79300. Grayscale: #6C6C6C. Windows color (decimal): -13079297 or 16739384. OLE color: 16739384.
HSL color Cylindrical-coordinate representation of color #386CFF: hue angle of 224.32º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386CFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 108 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.32º | 1% | 0.61% | - |
| HSV(B) | 224.32º | 0.78% | 1% | - |
| XYZ | 25.04 | 18.79 | 96.91 | - |
| YUV | 109.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 255 | 0.78 | 0.58 | 0 | 0 | 224.32 | 1 | 0.61 |
| Hex | 38 | 6C | FF | 4E | 3A | 0 | 0 | E0 | 64 | 3D |
| Octal | 70 | 154 | 377 | 116 | 72 | 0 | 0 | 340 | 144 | 75 |
| Binary | 111000 | 1101100 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #386CFF
Complementary color
Monochromatic Colors of #386CFF
Black with #386CFF
Text Example
Text Example
White with #386CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CFF; }
p { color: rgb(56,108,255); }
H1.HeaderClassName
{
color: #386CFF;
}
.AnyTagClassName
{
color: #386CFF;
}
</style>
background-color css
<style>
a { background-color: #386CFF; }
a { background-color: rgb(56,108,255); }
div.DivClassName
{
background-color: #386CFF;
}
.BgClassName
{
background-color: #386CFF;
}
</style>
border-color css
<style>
span { border-color: #386CFF; }
span { border-color: rgb(56,108,255); }
td.TdClassName
{
border-color: #386CFF;
}
.TagClassName
{
border-color: #386CFF;
}
</style>