Shades of Royal Blue #386FDC
Tints of Royal Blue #386FDC
RGB
CMYK
RGB Variations
Color information
#386FDC (or 0x386FDC) is known color: Royal Blue. HEX triplet: 38, 6F and DC. RGB value is (56,111,220). Sum of RGB (Red+Green+Blue) = 56+111+220=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #386FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FDC is #C79023. Grayscale: #6A6A6A. Windows color (decimal): -13078564 or 14446392. OLE color: 14446392.
HSL color Cylindrical-coordinate representation of color #386FDC: hue angle of 219.88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386FDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 111 | 220 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.14 |
| HSL | 219.88º | 0.7% | 0.54% | - |
| HSV(B) | 219.88º | 0.75% | 0.86% | - |
| XYZ | 20.23 | 17.38 | 70 | - |
| YUV | 106.98 | 191.78 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 220 | 0.75 | 0.50 | 0 | 0.14 | 219.88 | 0.7 | 0.54 |
| Hex | 38 | 6F | DC | 4B | 32 | 0 | E | DC | 46 | 36 |
| Octal | 70 | 157 | 334 | 113 | 62 | 0 | 16 | 334 | 106 | 66 |
| Binary | 111000 | 1101111 | 11011100 | 1001011 | 110010 | 0 | 1110 | 11011100 | 1000110 | 110110 |
Color Harmonies of #386FDC
Complementary color
Monochromatic Colors of #386FDC
Black with #386FDC
Text Example
Text Example
White with #386FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FDC; }
p { color: rgb(56,111,220); }
H1.HeaderClassName
{
color: #386FDC;
}
.AnyTagClassName
{
color: #386FDC;
}
</style>
background-color css
<style>
a { background-color: #386FDC; }
a { background-color: rgb(56,111,220); }
div.DivClassName
{
background-color: #386FDC;
}
.BgClassName
{
background-color: #386FDC;
}
</style>
border-color css
<style>
span { border-color: #386FDC; }
span { border-color: rgb(56,111,220); }
td.TdClassName
{
border-color: #386FDC;
}
.TagClassName
{
border-color: #386FDC;
}
</style>