Shades of Royal Blue #386CFC
Tints of Royal Blue #386CFC
RGB
CMYK
RGB Variations
Color information
#386CFC (or 0x386CFC) is known color: Royal Blue. HEX triplet: 38, 6C and FC. RGB value is (56,108,252). Sum of RGB (Red+Green+Blue) = 56+108+252=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #386CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CFC is #C79303. Grayscale: #6C6C6C. Windows color (decimal): -13079300 or 16542776. OLE color: 16542776.
HSL color Cylindrical-coordinate representation of color #386CFC: hue angle of 224.08º 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 #386CFC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 108 | 252 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.01 |
| HSL | 224.08º | 0.97% | 0.6% | - |
| HSV(B) | 224.08º | 0.78% | 0.99% | - |
| XYZ | 24.56 | 18.59 | 94.39 | - |
| YUV | 108.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 252 | 0.78 | 0.57 | 0 | 0.01 | 224.08 | 0.97 | 0.6 |
| Hex | 38 | 6C | FC | 4E | 39 | 0 | 1 | E0 | 61 | 3C |
| Octal | 70 | 154 | 374 | 116 | 71 | 0 | 1 | 340 | 141 | 74 |
| Binary | 111000 | 1101100 | 11111100 | 1001110 | 111001 | 0 | 1 | 11100000 | 1100001 | 111100 |
Color Harmonies of #386CFC
Complementary color
Monochromatic Colors of #386CFC
Black with #386CFC
Text Example
Text Example
White with #386CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CFC; }
p { color: rgb(56,108,252); }
H1.HeaderClassName
{
color: #386CFC;
}
.AnyTagClassName
{
color: #386CFC;
}
</style>
background-color css
<style>
a { background-color: #386CFC; }
a { background-color: rgb(56,108,252); }
div.DivClassName
{
background-color: #386CFC;
}
.BgClassName
{
background-color: #386CFC;
}
</style>
border-color css
<style>
span { border-color: #386CFC; }
span { border-color: rgb(56,108,252); }
td.TdClassName
{
border-color: #386CFC;
}
.TagClassName
{
border-color: #386CFC;
}
</style>