Shades of Royal Blue #386EFC
Tints of Royal Blue #386EFC
RGB
CMYK
RGB Variations
Color information
#386EFC (or 0x386EFC) is known color: Royal Blue. HEX triplet: 38, 6E and FC. RGB value is (56,110,252). Sum of RGB (Red+Green+Blue) = 56+110+252=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #386EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EFC is #C79103. Grayscale: #6D6D6D. Windows color (decimal): -13078788 or 16543288. OLE color: 16543288.
HSL color Cylindrical-coordinate representation of color #386EFC: hue angle of 223.47º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386EFC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 110 | 252 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.01 |
| HSL | 223.47º | 0.97% | 0.6% | - |
| HSV(B) | 223.47º | 0.78% | 0.99% | - |
| XYZ | 24.78 | 19.02 | 94.46 | - |
| YUV | 110.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 252 | 0.78 | 0.56 | 0 | 0.01 | 223.47 | 0.97 | 0.6 |
| Hex | 38 | 6E | FC | 4E | 38 | 0 | 1 | DF | 61 | 3C |
| Octal | 70 | 156 | 374 | 116 | 70 | 0 | 1 | 337 | 141 | 74 |
| Binary | 111000 | 1101110 | 11111100 | 1001110 | 111000 | 0 | 1 | 11011111 | 1100001 | 111100 |
Color Harmonies of #386EFC
Complementary color
Monochromatic Colors of #386EFC
Black with #386EFC
Text Example
Text Example
White with #386EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EFC; }
p { color: rgb(56,110,252); }
H1.HeaderClassName
{
color: #386EFC;
}
.AnyTagClassName
{
color: #386EFC;
}
</style>
background-color css
<style>
a { background-color: #386EFC; }
a { background-color: rgb(56,110,252); }
div.DivClassName
{
background-color: #386EFC;
}
.BgClassName
{
background-color: #386EFC;
}
</style>
border-color css
<style>
span { border-color: #386EFC; }
span { border-color: rgb(56,110,252); }
td.TdClassName
{
border-color: #386EFC;
}
.TagClassName
{
border-color: #386EFC;
}
</style>