Shades of Royal Blue #386BFF
Tints of Royal Blue #386BFF
RGB
CMYK
RGB Variations
Color information
#386BFF (or 0x386BFF) is known color: Royal Blue. HEX triplet: 38, 6B and FF. RGB value is (56,107,255). Sum of RGB (Red+Green+Blue) = 56+107+255=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #386BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFF is #C79400. Grayscale: #6B6B6B. Windows color (decimal): -13079553 or 16739128. OLE color: 16739128.
HSL color Cylindrical-coordinate representation of color #386BFF: hue angle of 224.62º 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 #386BFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 107 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.62º | 1% | 0.61% | - |
| HSV(B) | 224.62º | 0.78% | 1% | - |
| XYZ | 24.94 | 18.58 | 96.88 | - |
| YUV | 108.62 | 210.6 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 255 | 0.78 | 0.58 | 0 | 0 | 224.62 | 1 | 0.61 |
| Hex | 38 | 6B | FF | 4E | 3A | 0 | 0 | E1 | 64 | 3D |
| Octal | 70 | 153 | 377 | 116 | 72 | 0 | 0 | 341 | 144 | 75 |
| Binary | 111000 | 1101011 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100001 | 1100100 | 111101 |
Color Harmonies of #386BFF
Complementary color
Monochromatic Colors of #386BFF
Black with #386BFF
Text Example
Text Example
White with #386BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BFF; }
p { color: rgb(56,107,255); }
H1.HeaderClassName
{
color: #386BFF;
}
.AnyTagClassName
{
color: #386BFF;
}
</style>
background-color css
<style>
a { background-color: #386BFF; }
a { background-color: rgb(56,107,255); }
div.DivClassName
{
background-color: #386BFF;
}
.BgClassName
{
background-color: #386BFF;
}
</style>
border-color css
<style>
span { border-color: #386BFF; }
span { border-color: rgb(56,107,255); }
td.TdClassName
{
border-color: #386BFF;
}
.TagClassName
{
border-color: #386BFF;
}
</style>